Home
last modified time | relevance | path

Searched refs:EPT_VIOLATION_INST_FETCH (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.h406 #define EPT_VIOLATION_INST_FETCH (1UL << 2) macro
H A Dvmx.c2068 else if (ept_qual & EPT_VIOLATION_INST_FETCH) in ept_fault_type()
2082 if (ept_qual & EPT_VIOLATION_INST_FETCH) in ept_emulation_fault()