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.c906 struct arch_esf *ptr_esf = NULL; local
952 ptr_esf = (struct arch_esf *)__TZ_get_PSP_NS();
954 ptr_esf = (struct arch_esf *)__TZ_get_MSP_NS();
979 ptr_esf = (struct arch_esf *)psp;
982 ptr_esf = (struct arch_esf *)msp;
1001 ptr_esf = (struct arch_esf *)psp;
1005 ptr_esf = (struct arch_esf *)msp;
1010 return ptr_esf;