Searched refs:EPT_VIOLATION_INST_FETCH (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/hvf/ | ||
H A D | vmcs.h | 331 #define EPT_VIOLATION_INST_FETCH (1UL << 2) macro |
H A D | hvf.c | 125 if (ept_qual & EPT_VIOLATION_INST_FETCH) { in ept_emulation_fault() |