Home
last modified time | relevance | path

Searched refs:vmc (Results 1 – 10 of 10) sorted by relevance

/qemu/hw/s390x/
H A Dvirtio-ccw-mem.c47 VirtIOMEMClass *vmc = VIRTIO_MEM_GET_CLASS(vmem); in virtio_ccw_mem_get_memory_region() local
49 return vmc->get_memory_region(vmem, errp); in virtio_ccw_mem_get_memory_region()
57 VirtIOMEMClass *vmc = VIRTIO_MEM_GET_CLASS(vmem); in virtio_ccw_mem_decide_memslots() local
59 vmc->decide_memslots(vmem, limit); in virtio_ccw_mem_decide_memslots()
66 VirtIOMEMClass *vmc = VIRTIO_MEM_GET_CLASS(vmem); in virtio_ccw_mem_get_memslots() local
68 return vmc->get_memslots(vmem); in virtio_ccw_mem_get_memslots()
189 VirtIOMEMClass *vmc; in virtio_ccw_mem_instance_init() local
197 vmc = VIRTIO_MEM_GET_CLASS(vmem); in virtio_ccw_mem_instance_init()
202 vmc->add_size_change_notifier(vmem, &dev->size_change_notifier); in virtio_ccw_mem_instance_init()
/qemu/hw/virtio/
H A Dvirtio-mem-pci.c50 VirtIOMEMClass *vmc = VIRTIO_MEM_GET_CLASS(vmem); in virtio_mem_pci_get_memory_region() local
52 return vmc->get_memory_region(vmem, errp); in virtio_mem_pci_get_memory_region()
60 VirtIOMEMClass *vmc = VIRTIO_MEM_GET_CLASS(vmem); in virtio_mem_pci_decide_memslots() local
62 vmc->decide_memslots(vmem, limit); in virtio_mem_pci_decide_memslots()
69 VirtIOMEMClass *vmc = VIRTIO_MEM_GET_CLASS(vmem); in virtio_mem_pci_get_memslots() local
71 return vmc->get_memslots(vmem); in virtio_mem_pci_get_memslots()
195 VirtIOMEMClass *vmc; in virtio_mem_pci_instance_init() local
203 vmc = VIRTIO_MEM_GET_CLASS(vmem); in virtio_mem_pci_instance_init()
208 vmc->add_size_change_notifier(vmem, &dev->size_change_notifier); in virtio_mem_pci_instance_init()
H A Dvirtio-mem.c1872 VirtIOMEMClass *vmc = VIRTIO_MEM_CLASS(klass); in virtio_mem_class_init() local
1886 vmc->fill_device_info = virtio_mem_fill_device_info; in virtio_mem_class_init()
1887 vmc->get_memory_region = virtio_mem_get_memory_region; in virtio_mem_class_init()
1888 vmc->decide_memslots = virtio_mem_decide_memslots; in virtio_mem_class_init()
1889 vmc->get_memslots = virtio_mem_get_memslots; in virtio_mem_class_init()
1890 vmc->add_size_change_notifier = virtio_mem_add_size_change_notifier; in virtio_mem_class_init()
1891 vmc->remove_size_change_notifier = virtio_mem_remove_size_change_notifier; in virtio_mem_class_init()
1892 vmc->unplug_request_check = virtio_mem_unplug_request_check; in virtio_mem_class_init()
/qemu/chardev/
H A Dtrace-events16 spice_vmc_register_interface(void *scd) "spice vmc registered interface %p"
17 spice_vmc_unregister_interface(void *scd) "spice vmc unregistered interface %p"
18 spice_vmc_event(int event) "spice vmc event %d"
/qemu/hw/arm/
H A Dvirt.c424 const VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); in fdt_add_cpu_nodes() local
481 if (!vmc->no_cpu_topology) { in fdt_add_cpu_nodes()
489 if (!vmc->no_cpu_topology) { in fdt_add_cpu_nodes()
1418 VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); in create_smmu() local
1435 if (!vmc->no_nested_smmu) { in create_smmu()
2096 VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(machine); in machvirt_init() local
2106 bool has_ged = !vmc->no_ged; in machvirt_init()
2253 if (vmc->kvm_no_adjvtime && in machvirt_init()
2258 if (vmc->no_kvm_steal_time && in machvirt_init()
2263 if (vmc->no_tcg_lpa2 && object_property_find(cpuobj, "lpa2")) { in machvirt_init()
[all …]
H A Dvexpress.c546 VexpressMachineClass *vmc = VEXPRESS_MACHINE_GET_CLASS(machine); in vexpress_common_init() local
547 VEDBoardInfo *daughterboard = vmc->daughterboard; in vexpress_common_init()
805 VexpressMachineClass *vmc = VEXPRESS_MACHINE_CLASS(oc); in vexpress_a9_class_init() local
811 vmc->daughterboard = &a9_daughterboard; in vexpress_a9_class_init()
821 VexpressMachineClass *vmc = VEXPRESS_MACHINE_CLASS(oc); in vexpress_a15_class_init() local
827 vmc->daughterboard = &a15_daughterboard; in vexpress_a15_class_init()
H A Dvirt-acpi-build.c806 VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); in build_dsdt() local
830 if (vmc->acpi_expose_flash) { in build_dsdt()
895 VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); in virt_acpi_build() local
919 if (!vmc->no_cpu_topology) { in virt_acpi_build()
/qemu/hw/ppc/
H A Dvof.c302 VofMachineIfClass *vmc; in vof_setprop() local
329 vmc = VOF_MACHINE_GET_CLASS(vmo); in vof_setprop()
330 if (!vmc->setprop || !vmc->setprop(ms, nodepath, propname, val, vallen)) { in vof_setprop()
797 VofMachineIfClass *vmc = VOF_MACHINE_GET_CLASS(vmo); in vof_call_method() local
799 g_assert(vmc->client_architecture_support); in vof_call_method()
800 ret = (uint32_t)vmc->client_architecture_support(ms, first_cpu, in vof_call_method()
844 VofMachineIfClass *vmc = VOF_MACHINE_GET_CLASS(vmo); in vof_quiesce() local
846 if (vmc->quiesce) { in vof_quiesce()
847 vmc->quiesce(ms); in vof_quiesce()
H A Dpegasos2.c595 VofMachineIfClass *vmc = VOF_MACHINE_CLASS(oc); in pegasos2_machine_class_init() local
614 vmc->setprop = pegasos2_setprop; in pegasos2_machine_class_init()
H A Dspapr.c4609 VofMachineIfClass *vmc = VOF_MACHINE_CLASS(oc); in spapr_machine_class_init() local
4706 vmc->client_architecture_support = spapr_vof_client_architecture_support; in spapr_machine_class_init()
4707 vmc->quiesce = spapr_vof_quiesce; in spapr_machine_class_init()
4708 vmc->setprop = spapr_vof_setprop; in spapr_machine_class_init()