![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Runtime context information of a partition. More...
#include <secure_fw/spm/cmsis_func/include/spm_func.h>
Data Fields | |
uint32_t | partition_state |
uint32_t | caller_partition_idx |
int32_t | caller_client_id |
uint32_t | stack_ptr |
uint32_t | lr |
struct iovec_args_t | iovec_args |
psa_outvec * | orig_outvec |
uint32_t * | ctx_stack_ptr |
uint32_t | signal_mask |
Runtime context information of a partition.
Definition at line 85 of file spm_func.h.
int32_t caller_client_id |
Definition at line 88 of file spm_func.h.
uint32_t caller_partition_idx |
Definition at line 87 of file spm_func.h.
uint32_t* ctx_stack_ptr |
Definition at line 93 of file spm_func.h.
struct iovec_args_t iovec_args |
Definition at line 91 of file spm_func.h.
uint32_t lr |
Definition at line 90 of file spm_func.h.
psa_outvec* orig_outvec |
Definition at line 92 of file spm_func.h.
uint32_t partition_state |
Definition at line 86 of file spm_func.h.
uint32_t signal_mask |
Definition at line 94 of file spm_func.h.
uint32_t stack_ptr |
Definition at line 89 of file spm_func.h.