Home
last modified time | relevance | path

Searched refs:kvm_get_max_memslots (Results 1 – 6 of 6) sorted by path

/qemu/accel/kvm/
H A Dkvm-all.c168 unsigned int kvm_get_max_memslots(void) in kvm_get_max_memslots() function
/qemu/accel/stubs/
H A Dkvm-stub.c98 unsigned int kvm_get_max_memslots(void) in kvm_get_max_memslots() function
/qemu/hw/mem/
H A Dmemory-device.c124 max = MIN(max, kvm_get_max_memslots()); in memory_device_memslot_decision_limit()
/qemu/hw/ppc/
H A Dspapr.c2975 int max_memslots = kvm_enabled() ? kvm_get_max_memslots() / 2 : in spapr_machine_init()
/qemu/hw/vfio/
H A Dcommon.c442 max_memslots = kvm_get_max_memslots(); in vfio_register_ram_discard_listener()
/qemu/include/sysemu/
H A Dkvm.h191 unsigned int kvm_get_max_memslots(void);