Lines Matching refs:vmc

424     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()
2335 !vmc->no_ns_el2_virt_timer_irq; in machvirt_init()
2405 if (vms->secure && !vmc->no_secure_gpio) { in machvirt_init()
3318 VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); in virt_instance_init() local
3331 vms->highmem_compact = !vmc->no_highmem_compact; in virt_instance_init()
3341 if (vmc->no_tcg_its) { in virt_instance_init()
3411 VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); in virt_machine_9_1_options() local
3416 vmc->no_nested_smmu = true; in virt_machine_9_1_options()
3430 VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); in virt_machine_8_2_options() local
3439 vmc->no_ns_el2_virt_timer_irq = true; in virt_machine_8_2_options()
3466 VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); in virt_machine_7_1_options() local
3471 vmc->no_highmem_compact = true; in virt_machine_7_1_options()
3484 VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); in virt_machine_6_2_options() local
3488 vmc->no_tcg_lpa2 = true; in virt_machine_6_2_options()
3494 VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); in virt_machine_6_1_options() local
3499 vmc->no_cpu_topology = true; in virt_machine_6_1_options()
3502 vmc->no_tcg_its = true; in virt_machine_6_1_options()
3515 VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); in virt_machine_5_2_options() local
3519 vmc->no_secure_gpio = true; in virt_machine_5_2_options()
3525 VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); in virt_machine_5_1_options() local
3529 vmc->no_kvm_steal_time = true; in virt_machine_5_1_options()
3535 VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); in virt_machine_5_0_options() local
3540 vmc->acpi_expose_flash = true; in virt_machine_5_0_options()
3547 VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); in virt_machine_4_2_options() local
3551 vmc->kvm_no_adjvtime = true; in virt_machine_4_2_options()
3557 VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); in virt_machine_4_1_options() local
3561 vmc->no_ged = true; in virt_machine_4_1_options()