Home
last modified time | relevance | path

Searched refs:curr_stack (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dinterrupt.c46 uintptr_t sp_base, sp_limit, curr_stack, ctx_stack; in tfm_flih_prepare_depriv_flih() local
61 curr_stack = (uintptr_t)__get_PSP(); in tfm_flih_prepare_depriv_flih()
62 if (curr_stack < sp_base && curr_stack > sp_limit) { in tfm_flih_prepare_depriv_flih()
64 ctx_stack = curr_stack; in tfm_flih_prepare_depriv_flih()