Home
last modified time | relevance | path

Searched refs:CPU_POWERPC_LOGICAL_3_00 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_caps.c455 if (!ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, in cap_nested_kvm_hv_apply()
546 if (!ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, in cap_large_decr_apply()
844 if (!ppc_type_check_compat(cputype, CPU_POWERPC_LOGICAL_3_00, in default_caps_with_cpu()
H A Dspapr_irq.c151 if (!ppc_type_check_compat(machine->cpu_type, CPU_POWERPC_LOGICAL_3_00, in spapr_irq_check()
H A Dspapr_nested.c778 case CPU_POWERPC_LOGICAL_3_00: in copy_logical_pvr()
1202 if (ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, in h_guest_get_capabilities()
1243 } else if (ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, in h_guest_set_capabilities()
H A Dspapr.c264 if (ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, cpu->compat_pvr)) { in spapr_dt_pa_features()
306 if (kvm_enabled() && ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, in spapr_dt_pi_features()
1038 if (!ppc_check_compat(first_ppc_cpu, CPU_POWERPC_LOGICAL_3_00, 0, in spapr_dt_ov5_platform_support()
1693 ppc_type_check_compat(machine->cpu_type, CPU_POWERPC_LOGICAL_3_00, 0, in spapr_machine_reset()
2898 ppc_type_check_compat(machine->cpu_type, CPU_POWERPC_LOGICAL_3_00, 0, in spapr_machine_init()
/openbmc/qemu/target/ppc/
H A Dcompat.c84 .pvr = CPU_POWERPC_LOGICAL_3_00,
H A Dcpu-models.h394 CPU_POWERPC_LOGICAL_3_00 = 0x0F000005, enumerator
H A Dcpu_init.c6519 pcc->spapr_logical_pvr = CPU_POWERPC_LOGICAL_3_00; in POWERPC_FAMILY()