Searched defs:DEF_EXCINT (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/arch/xtensa/core/ |
D | xtensa_asm2_util.S | 327 DEF_EXCINT 1, _handle_excint, xtensa_excint1_c label 344 DEF_EXCINT 2, _handle_excint, xtensa_int2_c label 350 DEF_EXCINT 3, _handle_excint, xtensa_int3_c label 356 DEF_EXCINT 4, _handle_excint, xtensa_int4_c label 362 DEF_EXCINT 5, _handle_excint, xtensa_int5_c label 368 DEF_EXCINT 6, _handle_excint, xtensa_int6_c label 374 DEF_EXCINT 7, _handle_excint, xtensa_int7_c label 379 DEF_EXCINT XCHAL_DEBUGLEVEL, _handle_excint, xtensa_debugint_c label
|