Searched refs:EPT_VIOLATION_GLA_VALID (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/hvf/ | ||
H A D | vmcs.h | 335 #define EPT_VIOLATION_GLA_VALID (1UL << 7) macro |
H A D | hvf.c | 150 if ((ept_qual & EPT_VIOLATION_GLA_VALID) == 0 || in ept_emulation_fault() |