Searched refs:arch_exception_depth (Results 1 – 2 of 2) sorted by relevance
38 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()
23 static ALWAYS_INLINE int arch_exception_depth(void) in arch_exception_depth() function