Home
last modified time | relevance | path

Searched refs:max_memslots (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/vfio/
H A Dcommon.c809 unsigned int vrdl_count = 0, vrdl_mappings = 0, max_memslots = 512;
813 max_memslots = kvm_get_max_memslots();
828 if (vrdl_mappings + max_memslots - vrdl_count >
834 max_memslots);
/dports/emulators/qemu/qemu-6.2.0/hw/vfio/
H A Dcommon.c811 unsigned int vrdl_count = 0, vrdl_mappings = 0, max_memslots = 512; in vfio_register_ram_discard_listener() local
815 max_memslots = kvm_get_max_memslots(); in vfio_register_ram_discard_listener()
830 if (vrdl_mappings + max_memslots - vrdl_count > in vfio_register_ram_discard_listener()
836 max_memslots); in vfio_register_ram_discard_listener()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/ppc/
H A Dspapr.c2832 int max_memslots = kvm_enabled() ? kvm_get_max_memslots() / 2 : in spapr_machine_init() local
2835 if (max_memslots < SPAPR_MAX_RAM_SLOTS) { in spapr_machine_init()
2836 max_memslots = SPAPR_MAX_RAM_SLOTS; in spapr_machine_init()
2838 if (machine->ram_slots > max_memslots) { in spapr_machine_init()
2841 machine->ram_slots, max_memslots); in spapr_machine_init()
/dports/emulators/qemu42/qemu-4.2.1/hw/ppc/
H A Dspapr.c2865 int max_memslots = kvm_enabled() ? kvm_get_max_memslots() / 2 : in spapr_machine_init() local
2868 if (max_memslots < SPAPR_MAX_RAM_SLOTS) { in spapr_machine_init()
2869 max_memslots = SPAPR_MAX_RAM_SLOTS; in spapr_machine_init()
2871 if (machine->ram_slots > max_memslots) { in spapr_machine_init()
2874 machine->ram_slots, max_memslots); in spapr_machine_init()
/dports/emulators/qemu5/qemu-5.2.0/hw/ppc/
H A Dspapr.c2834 int max_memslots = kvm_enabled() ? kvm_get_max_memslots() / 2 : in spapr_machine_init() local
2837 if (max_memslots < SPAPR_MAX_RAM_SLOTS) { in spapr_machine_init()
2838 max_memslots = SPAPR_MAX_RAM_SLOTS; in spapr_machine_init()
2840 if (machine->ram_slots > max_memslots) { in spapr_machine_init()
2843 machine->ram_slots, max_memslots); in spapr_machine_init()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/ppc/
H A Dspapr.c2865 int max_memslots = kvm_enabled() ? kvm_get_max_memslots() / 2 : in spapr_machine_init() local
2868 if (max_memslots < SPAPR_MAX_RAM_SLOTS) { in spapr_machine_init()
2869 max_memslots = SPAPR_MAX_RAM_SLOTS; in spapr_machine_init()
2871 if (machine->ram_slots > max_memslots) { in spapr_machine_init()
2874 machine->ram_slots, max_memslots); in spapr_machine_init()
/dports/emulators/qemu/qemu-6.2.0/hw/ppc/
H A Dspapr.c2822 int max_memslots = kvm_enabled() ? kvm_get_max_memslots() / 2 : in spapr_machine_init() local
2825 if (max_memslots < SPAPR_MAX_RAM_SLOTS) { in spapr_machine_init()
2826 max_memslots = SPAPR_MAX_RAM_SLOTS; in spapr_machine_init()
2828 if (machine->ram_slots > max_memslots) { in spapr_machine_init()
2831 machine->ram_slots, max_memslots); in spapr_machine_init()
/dports/emulators/qemu60/qemu-6.0.0/hw/ppc/
H A Dspapr.c2814 int max_memslots = kvm_enabled() ? kvm_get_max_memslots() / 2 : in spapr_machine_init() local
2817 if (max_memslots < SPAPR_MAX_RAM_SLOTS) { in spapr_machine_init()
2818 max_memslots = SPAPR_MAX_RAM_SLOTS; in spapr_machine_init()
2820 if (machine->ram_slots > max_memslots) { in spapr_machine_init()
2823 machine->ram_slots, max_memslots); in spapr_machine_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/ppc/
H A Dspapr.c2871 int max_memslots = kvm_enabled() ? kvm_get_max_memslots() / 2 :
2874 if (max_memslots < SPAPR_MAX_RAM_SLOTS) {
2875 max_memslots = SPAPR_MAX_RAM_SLOTS;
2877 if (machine->ram_slots > max_memslots) {
2880 machine->ram_slots, max_memslots);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/ppc/
H A Dspapr.c2849 int max_memslots = kvm_enabled() ? kvm_get_max_memslots() / 2 : in spapr_machine_init() local
2852 if (max_memslots < SPAPR_MAX_RAM_SLOTS) { in spapr_machine_init()
2853 max_memslots = SPAPR_MAX_RAM_SLOTS; in spapr_machine_init()
2855 if (machine->ram_slots > max_memslots) { in spapr_machine_init()
2858 machine->ram_slots, max_memslots); in spapr_machine_init()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/ppc/
H A Dspapr.c2871 int max_memslots = kvm_enabled() ? kvm_get_max_memslots() / 2 : in spapr_machine_init() local
2874 if (max_memslots < SPAPR_MAX_RAM_SLOTS) { in spapr_machine_init()
2875 max_memslots = SPAPR_MAX_RAM_SLOTS; in spapr_machine_init()
2877 if (machine->ram_slots > max_memslots) { in spapr_machine_init()
2880 machine->ram_slots, max_memslots); in spapr_machine_init()
/dports/emulators/qemu/qemu-6.2.0/hw/virtio/
H A Dvhost-user.c1435 uint64_t *max_memslots) in vhost_user_get_max_memslots() argument
1446 *max_memslots = backend_max_memslots; in vhost_user_get_max_memslots()
/dports/emulators/qemu60/qemu-6.0.0/hw/virtio/
H A Dvhost-user.c1374 uint64_t *max_memslots) in vhost_user_get_max_memslots() argument
1385 *max_memslots = backend_max_memslots; in vhost_user_get_max_memslots()
/dports/emulators/qemu5/qemu-5.2.0/hw/virtio/
H A Dvhost-user.c1286 uint64_t *max_memslots) in vhost_user_get_max_memslots() argument
1297 *max_memslots = backend_max_memslots; in vhost_user_get_max_memslots()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/virtio/
H A Dvhost-user.c1435 uint64_t *max_memslots) in vhost_user_get_max_memslots() argument
1446 *max_memslots = backend_max_memslots; in vhost_user_get_max_memslots()