TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
spm_partition_runtime_data_t Struct Reference

Runtime context information of a partition. More...

#include <secure_fw/spm/cmsis_func/include/spm_func.h>

Collaboration diagram for spm_partition_runtime_data_t:

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_outvecorig_outvec
 
uint32_t * ctx_stack_ptr
 
uint32_t signal_mask
 

Detailed Description

Runtime context information of a partition.

Definition at line 85 of file spm_func.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: