Home
last modified time | relevance | path

Searched refs:ppc_check_compat (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dcompat.c142 bool ppc_check_compat(PowerPCCPU *cpu, uint32_t compat_pvr, in ppc_check_compat() function
173 } else if (!ppc_check_compat(cpu, compat_pvr, 0, 0)) { in ppc_set_compat()
H A Dcpu.h1638 bool ppc_check_compat(PowerPCCPU *cpu, uint32_t compat_pvr,
/openbmc/qemu/hw/ppc/
H A Dspapr_caps.c458 if (!ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, in cap_nested_kvm_hv_apply()
505 if (!ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, in cap_large_decr_apply()
H A Dspapr.c271 if (ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_2_06, 0, cpu->compat_pvr)) { in spapr_dt_pa_features()
275 if (ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_2_07, 0, cpu->compat_pvr)) { in spapr_dt_pa_features()
279 if (ppc_check_compat(cpu, CPU_POWERPC_LOGICAL_3_00, 0, cpu->compat_pvr)) { in spapr_dt_pa_features()
1023 if (!ppc_check_compat(first_ppc_cpu, CPU_POWERPC_LOGICAL_3_00, 0, in spapr_dt_ov5_platform_support()
H A Dspapr_hcall.c1134 if (ppc_check_compat(cpu, pvr, best_compat, max_compat)) { in cas_check_pvr()