Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dseg_helper.c118 if (cs->exception_index == EXCP_VMEXIT) { in x86_cpu_do_interrupt()
H A Dsvm_helper.c740 cs->exception_index = EXCP_VMEXIT; in cpu_vmexit()
/openbmc/qemu/target/i386/
H A Dcpu.h1292 #define EXCP_VMEXIT 0x100 /* only for system emulation */ macro