Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm/core/cortex_m/
Dfault.c886 struct arch_esf *ptr_esf = NULL; local
931 ptr_esf = (struct arch_esf *)__TZ_get_PSP_NS();
933 ptr_esf = (struct arch_esf *)__TZ_get_MSP_NS();
958 ptr_esf = (struct arch_esf *)psp;
961 ptr_esf = (struct arch_esf *)msp;
979 ptr_esf = (struct arch_esf *)psp;
983 ptr_esf = (struct arch_esf *)msp;
988 return ptr_esf;