Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dhvf_int.h71 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() function
146 mem = hvf_find_overlap_slot( in hvf_set_phys_mem()
246 slot = hvf_find_overlap_slot( in hvf_set_dirty_tracking()
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c508 slot = hvf_find_overlap_slot(gpa, 1); in hvf_vcpu_exec()