Searched defs:exc_return (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/arch/arm/include/cortex_a_r/ |
D | exception.h | 52 static ALWAYS_INLINE void z_arm_set_fault_sp(const struct arch_esf *esf, uint32_t exc_return) in z_arm_set_fault_sp()
|
/Zephyr-latest/arch/arm/core/ |
D | fatal.c | 106 void z_do_kernel_oops(const struct arch_esf *esf, _callee_saved_t *callee_regs, uint32_t exc_return) in z_do_kernel_oops()
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ |
D | exception.h | 53 uint32_t exc_return; member
|
/Zephyr-latest/arch/arm/include/cortex_m/ |
D | exception.h | 241 static ALWAYS_INLINE void z_arm_set_fault_sp(const struct arch_esf *esf, uint32_t exc_return) in z_arm_set_fault_sp()
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/ |
D | exception.h | 97 uint32_t exc_return; member
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | fault.c | 902 static inline struct arch_esf *get_esf(uint32_t msp, uint32_t psp, uint32_t exc_return, 1044 void z_arm_fault(uint32_t msp, uint32_t psp, uint32_t exc_return,
|