Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dseg_helper.c196 do_interrupt_x86_hardirq(env, EXCP02_NMI, 1); in x86_cpu_exec_interrupt()
H A Dsvm_helper.c436 cs->exception_index = EXCP02_NMI; in helper_vmrun()
444 if (vector == EXCP02_NMI || vector >= 31) { in helper_vmrun()
/openbmc/qemu/target/i386/hvf/
H A Dx86hvf.c366 vector = EXCP02_NMI; in hvf_inject_interrupts()
401 info = VMCS_INTR_VALID | VMCS_INTR_T_NMI | EXCP02_NMI; in hvf_inject_interrupts()
/openbmc/qemu/target/i386/
H A Dcpu.h1275 #define EXCP02_NMI 2 macro