Searched refs:EXIT_QUAL_NMIUDTI (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/hvf/ | ||
H A D | vmcs.h | 285 #define EXIT_QUAL_NMIUDTI (1 << 12) macro |
H A D | hvf.c | 511 ((exit_qual & EXIT_QUAL_NMIUDTI) != 0)) { in hvf_vcpu_exec() |