Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dvmcs.h330 #define EPT_VIOLATION_DATA_WRITE (1UL << 1) macro
H A Dhvf.c131 write = ept_qual & EPT_VIOLATION_DATA_WRITE ? 1 : 0; in ept_emulation_fault()