Home
last modified time | relevance | path

Searched refs:HVF_SLOT_LOG (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dhvf_int.h23 #define HVF_SLOT_LOG (1 << 0) macro
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c249 slot->flags |= HVF_SLOT_LOG; in hvf_set_dirty_tracking()
254 slot->flags &= ~HVF_SLOT_LOG; in hvf_set_dirty_tracking()
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c137 if (slot->flags & HVF_SLOT_LOG) { in ept_emulation_fault()