Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/core/
Dvector_handlers.c221 bool is_dblexc, uint32_t depc) in print_fatal_exception() argument
229 if (is_dblexc) { in print_fatal_exception()
253 if (is_dblexc) { in print_fatal_exception()
350 bool is_dblexc = false; in xtensa_excint1_c() local
359 is_dblexc = (depc != 0U); in xtensa_excint1_c()
367 if (!is_dblexc) { in xtensa_excint1_c()
438 print_fatal_exception(print_stack, cause, is_dblexc, depc); in xtensa_excint1_c()
464 if (is_dblexc || is_fatal_error) { in xtensa_excint1_c()
494 if (is_dblexc) { in xtensa_excint1_c()