Searched refs:CPU_POWERPC_LOGICAL_3_00 (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/ppc/ |
H A D | spapr_caps.c | 456 if (!ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, in cap_nested_kvm_hv_apply() 547 if (!ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, in cap_large_decr_apply() 887 if (!ppc_type_check_compat(cputype, CPU_POWERPC_LOGICAL_3_00, in default_caps_with_cpu()
|
H A D | spapr_irq.c | 151 if (!ppc_type_check_compat(machine->cpu_type, CPU_POWERPC_LOGICAL_3_00, in spapr_irq_check()
|
H A D | spapr_nested.c | 789 case CPU_POWERPC_LOGICAL_3_00: in copy_logical_pvr() 1234 if (ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, in h_guest_get_capabilities() 1275 } else if (ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, in h_guest_set_capabilities()
|
H A D | spapr.c | 267 if (ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, cpu->compat_pvr)) { in spapr_dt_pa_features() 313 if (kvm_enabled() && ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, in spapr_dt_pi_features() 1045 if (!ppc_check_compat(first_ppc_cpu, CPU_POWERPC_LOGICAL_3_00, 0, in spapr_dt_ov5_platform_support() 1723 ppc_type_check_compat(machine->cpu_type, CPU_POWERPC_LOGICAL_3_00, 0, in spapr_machine_reset() 2931 ppc_type_check_compat(machine->cpu_type, CPU_POWERPC_LOGICAL_3_00, 0, in spapr_machine_init()
|
/qemu/target/ppc/ |
H A D | compat.c | 84 .pvr = CPU_POWERPC_LOGICAL_3_00,
|
H A D | cpu-models.h | 394 CPU_POWERPC_LOGICAL_3_00 = 0x0F000005, enumerator
|
H A D | cpu_init.c | 6558 pcc->spapr_logical_pvr = CPU_POWERPC_LOGICAL_3_00; in POWERPC_FAMILY()
|