Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dhvf_int.h23 typedef struct hvf_slot { struct
30 } hvf_slot; argument
43 hvf_slot slots[32];
65 hvf_slot *hvf_find_overlap_slot(uint64_t, uint64_t);
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c70 hvf_slot *hvf_find_overlap_slot(uint64_t start, uint64_t size) in hvf_find_overlap_slot()
72 hvf_slot *slot; in hvf_find_overlap_slot()
93 static int do_hvf_set_memory(hvf_slot *slot, hv_memory_flags_t flags) in do_hvf_set_memory()
122 hvf_slot *mem; in hvf_set_phys_mem()
244 hvf_slot *slot; in hvf_set_dirty_tracking()
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c116 static bool ept_emulation_fault(hvf_slot *slot, uint64_t gpa, uint64_t ept_qual) in ept_emulation_fault()
480 hvf_slot *slot; in hvf_vcpu_exec()