Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/intel64/
Dfatal.c32 case IV_NON_MASKABLE_INTERRUPT: in z_x86_exception()
/Zephyr-latest/arch/x86/include/
Dkernel_arch_data.h16 #define IV_NON_MASKABLE_INTERRUPT 2 macro
/Zephyr-latest/tests/arch/x86/nmi/src/
Dmain.c60 _trigger_isr_handler(IV_NON_MASKABLE_INTERRUPT); in ZTEST()
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86.py41 IV_NON_MASKABLE_INTERRUPT = 2 variable in ExceptionVectors
Dx86_64.py52 IV_NON_MASKABLE_INTERRUPT = 2 variable in ExceptionVectors
/Zephyr-latest/arch/x86/core/ia32/
Dfatal.c103 EXC_FUNC_NOCODE(IV_NON_MASKABLE_INTERRUPT, 0);
/Zephyr-latest/arch/x86/core/
Dfatal.c294 case IV_NON_MASKABLE_INTERRUPT: in log_exception()