Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm/core/cortex_m/
Dthread.c40 #define DEFAULT_EXC_RETURN 0xBC; macro
42 #define DEFAULT_EXC_RETURN 0xFD; macro
117 thread->arch.mode_exc_return = DEFAULT_EXC_RETURN; in arch_new_thread()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dthread.c38 #define DEFAULT_EXC_RETURN 0xFD; macro
118 thread->arch.mode_exc_return = DEFAULT_EXC_RETURN; in arch_new_thread()