Home
last modified time | relevance | path

Searched defs:sp_limit (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.5.0/secure_fw/spm/cmsis_psa/
Dspm_cross_call.c64 uint32_t sp = 0, sp_limit = 0; in spm_interface_cross_dispatcher() local
/trusted-firmware-m-3.5.0/secure_fw/spm/cmsis_psa/arch/
Dtfm_arch.c74 uintptr_t sp_limit = ((struct context_ctrl_t *)p_ctx_ctrl)->sp_limit; in tfm_arch_init_context() local
/trusted-firmware-m-3.5.0/secure_fw/spm/ffm/
Dinterrupt.c44 uintptr_t sp_base, sp_limit, curr_stack, ctx_stack; in tfm_flih_prepare_depriv_flih() local
/trusted-firmware-m-3.5.0/secure_fw/spm/include/
Dtfm_arch.h122 uint32_t sp_limit; /* Stack limit (lower address) */ member