Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm/core/cortex_m/
Dfault.c859 uint32_t *top_of_sec_stack = (uint32_t *)secure_esf; local
862 if ((*top_of_sec_stack == INTEGRITY_SIGNATURE_STD) ||
863 (*top_of_sec_stack == INTEGRITY_SIGNATURE_EXT)) {
865 if (*top_of_sec_stack == INTEGRITY_SIGNATURE) {
872 top_of_sec_stack += ADDITIONAL_STATE_CONTEXT_WORDS;
873 secure_esf = (const struct arch_esf *)top_of_sec_stack;
879 sec_ret_addr = *top_of_sec_stack;