Home
last modified time | relevance | path

Searched refs:PVR_POWER9 (Results 1 – 14 of 14) sorted by relevance

/linux/tools/perf/arch/powerpc/util/
H A Dperf_regs.c17 #define PVR_POWER9 0x004E macro
208 if (version == PVR_POWER9) in arch__intr_reg_mask()
/linux/arch/powerpc/kernel/
H A Ddawr.c101 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
H A Dmce.c659 if ((PVR_VER(pvr) == PVR_POWER9) && (pvr & 0xe000) == 0) { in init_debug_trig_function()
H A Ddt_cpu_ftrs.c751 if (PVR_VER(pvr) == PVR_POWER9) { in update_tlbie_feature_flag()
/linux/arch/powerpc/platforms/powernv/
H A Dsmp.c55 if (pvr_version_is(PVR_POWER9)) in pnv_smp_setup_cpu()
H A Dsetup.c521 !pvr_version_is(PVR_POWER9) || in pnv_tm_init()
H A Didle.c1175 if (!pvr_version_is(PVR_POWER10) && !pvr_version_is(PVR_POWER9)) in pnv_arch300_idle_init()
1444 } else if (pvr_version_is(PVR_POWER9)) { in pnv_init_idle_states()
/linux/arch/powerpc/mm/book3s64/
H A Dpkeys.c92 PVR_VER(pvr) == PVR_POWER8NVL || PVR_VER(pvr) == PVR_POWER9 || in scan_pkey_feature()
/linux/arch/powerpc/perf/
H A Dpower9-pmu.c470 if (PVR_VER(pvr) != PVR_POWER9) in init_power9_pmu()
/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c856 if (pvr_version_is(PVR_POWER9)) in powernv_cpufreq_cpu_init()
/linux/arch/powerpc/include/asm/
H A Dreg.h1344 #define PVR_POWER9 0x004E macro
/linux/drivers/misc/cxl/
H A Dcxl.h847 if (pvr_version_is(PVR_POWER9)) in cxl_is_power9()
/linux/arch/powerpc/kvm/
H A Dbook3s_pr.c602 case PVR_POWER9: in kvmppc_set_pvr_pr()
H A Dbook3s_hv.c6442 if ((pvr >> 16) == PVR_POWER9 && in kvmppc_hash_v3_possible()