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.c840 uint32_t *top_of_sec_stack = (uint32_t *)secure_esf; local
843 if ((*top_of_sec_stack == INTEGRITY_SIGNATURE_STD) ||
844 (*top_of_sec_stack == INTEGRITY_SIGNATURE_EXT)) {
846 if (*top_of_sec_stack == INTEGRITY_SIGNATURE) {
853 top_of_sec_stack += ADDITIONAL_STATE_CONTEXT_WORDS;
854 secure_esf = (const struct arch_esf *)top_of_sec_stack;
860 sec_ret_addr = *top_of_sec_stack;