Home
last modified time | relevance | path

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

/qemu/target/i386/hvf/
H A Dvmcs.h329 #define EPT_VIOLATION_DATA_READ (1UL << 0) macro
H A Dhvf.c126 read = ept_qual & EPT_VIOLATION_DATA_READ ? 1 : 0; in ept_emulation_fault()