Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm/include/cortex_a_r/
Dexception.h60 static ALWAYS_INLINE bool z_arm_preempted_thread_in_user_mode(const struct arch_esf *esf) in z_arm_preempted_thread_in_user_mode() function
/Zephyr-latest/arch/arm/include/cortex_m/
Dexception.h131 static ALWAYS_INLINE bool z_arm_preempted_thread_in_user_mode(const struct arch_esf *esf) in z_arm_preempted_thread_in_user_mode() function
/Zephyr-latest/arch/arm/core/
Dfatal.c117 if (z_arm_preempted_thread_in_user_mode(esf)) { in z_do_kernel_oops()