Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dfpu.c38 buf[8] = '0' + arch_exception_depth(); in DBG()
169 if (arch_exception_depth() <= 1) { in simulate_str_q_insn()
247 if (arch_exception_depth() > 1) { in z_arm64_fpu_trap()
288 if (arch_exception_depth() == exc_update_level) { in fpu_access_update()
/Zephyr-latest/include/zephyr/arch/arm64/
Darch_inlines.h23 static ALWAYS_INLINE int arch_exception_depth(void) in arch_exception_depth() function