Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr_caps.c456 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 Dspapr_irq.c151 if (!ppc_type_check_compat(machine->cpu_type, CPU_POWERPC_LOGICAL_3_00, in spapr_irq_check()
H A Dspapr_nested.c789 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 Dspapr.c267 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 Dcompat.c84 .pvr = CPU_POWERPC_LOGICAL_3_00,
H A Dcpu-models.h394 CPU_POWERPC_LOGICAL_3_00 = 0x0F000005, enumerator
H A Dcpu_init.c6558 pcc->spapr_logical_pvr = CPU_POWERPC_LOGICAL_3_00; in POWERPC_FAMILY()