Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio-mem-pci.c46 VirtIOMEMClass *vmc = VIRTIO_MEM_GET_CLASS(vmem); in virtio_mem_pci_get_memory_region() local
48 return vmc->get_memory_region(vmem, errp); in virtio_mem_pci_get_memory_region()
56 VirtIOMEMClass *vmc = VIRTIO_MEM_GET_CLASS(vmem); in virtio_mem_pci_decide_memslots() local
58 vmc->decide_memslots(vmem, limit); in virtio_mem_pci_decide_memslots()
65 VirtIOMEMClass *vmc = VIRTIO_MEM_GET_CLASS(vmem); in virtio_mem_pci_get_memslots() local
67 return vmc->get_memslots(vmem); in virtio_mem_pci_get_memslots()
183 VirtIOMEMClass *vmc; in virtio_mem_pci_instance_init() local
191 vmc = VIRTIO_MEM_GET_CLASS(vmem); in virtio_mem_pci_instance_init()
196 vmc->add_size_change_notifier(vmem, &dev->size_change_notifier); in virtio_mem_pci_instance_init()
H A Dvirtio-mem.c1873 VirtIOMEMClass *vmc = VIRTIO_MEM_CLASS(klass); in virtio_mem_class_init() local
1888 vmc->fill_device_info = virtio_mem_fill_device_info; in virtio_mem_class_init()
1889 vmc->get_memory_region = virtio_mem_get_memory_region; in virtio_mem_class_init()
1890 vmc->decide_memslots = virtio_mem_decide_memslots; in virtio_mem_class_init()
1891 vmc->get_memslots = virtio_mem_get_memslots; in virtio_mem_class_init()
1892 vmc->add_size_change_notifier = virtio_mem_add_size_change_notifier; in virtio_mem_class_init()
1893 vmc->remove_size_change_notifier = virtio_mem_remove_size_change_notifier; in virtio_mem_class_init()
1894 vmc->unplug_request_check = virtio_mem_unplug_request_check; in virtio_mem_class_init()
/openbmc/qemu/hw/arm/
H A Dvirt.c364 VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); in fdt_add_timer_nodes() local
368 if (vmc->claim_edge_triggered_timers) { in fdt_add_timer_nodes()
420 const VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); in fdt_add_cpu_nodes() local
477 if (!vmc->no_cpu_topology) { in fdt_add_cpu_nodes()
485 if (!vmc->no_cpu_topology) { in fdt_add_cpu_nodes()
1412 VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); in create_smmu() local
1429 if (!vmc->no_nested_smmu) { in create_smmu()
1696 VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); in virt_build_smbios() local
1707 vmc->smbios_old_sys_ver ? "1.0" : mc->name); in virt_build_smbios()
1762 VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); in virt_cpu_mp_affinity() local
[all …]
H A Dvexpress.c543 VexpressMachineClass *vmc = VEXPRESS_MACHINE_GET_CLASS(machine); in vexpress_common_init() local
544 VEDBoardInfo *daughterboard = vmc->daughterboard; in vexpress_common_init()
802 VexpressMachineClass *vmc = VEXPRESS_MACHINE_CLASS(oc); in vexpress_a9_class_init() local
807 vmc->daughterboard = &a9_daughterboard; in vexpress_a9_class_init()
817 VexpressMachineClass *vmc = VEXPRESS_MACHINE_CLASS(oc); in vexpress_a15_class_init() local
822 vmc->daughterboard = &a15_daughterboard; in vexpress_a15_class_init()
H A Dvirt-acpi-build.c536 VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); in build_gtdt() local
542 uint32_t irqflags = vmc->claim_edge_triggered_timers ? in build_gtdt()
669 VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); in build_madt() local
740 if (its_class_name() && !vmc->no_its) { in build_madt()
806 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()
973 if (its_class_name() && !vmc->no_its) { in virt_acpi_build()
/openbmc/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"
/openbmc/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.c596 VofMachineIfClass *vmc = VOF_MACHINE_CLASS(oc); in pegasos2_machine_class_init() local
615 vmc->setprop = pegasos2_setprop; in pegasos2_machine_class_init()
H A Dspapr.c4576 VofMachineIfClass *vmc = VOF_MACHINE_CLASS(oc); in spapr_machine_class_init() local
4672 vmc->client_architecture_support = spapr_vof_client_architecture_support; in spapr_machine_class_init()
4673 vmc->quiesce = spapr_vof_quiesce; in spapr_machine_class_init()
4674 vmc->setprop = spapr_vof_setprop; in spapr_machine_class_init()
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt6331.dtsi134 mt6331_vmc_reg: ldo-vmc {
135 regulator-name = "vmc";
H A Dmt6357.dtsi217 mt6357_vmc_reg: ldo-vmc {
218 regulator-name = "vmc";
H A Dmt6358.dtsi334 regulator-name = "vmc";
H A Dmt8173-evb.dts405 regulator-name = "vmc";
H A Dmt8173-elm.dtsi1047 regulator-name = "vmc";
/openbmc/linux/arch/arm/boot/dts/mediatek/
H A Dmt8135-evbp1.dts119 regulator-name = "vmc";
H A Dmt6323.dtsi115 regulator-name = "vmc";
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dmt6397-regulator.txt142 regulator-name = "vmc";
H A Dmt6323-regulator.txt111 regulator-name = "vmc";
H A Dmt6358-regulator.txt322 regulator-name = "vmc";
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]