Home
last modified time | relevance | path

Searched refs:PVR_VER (Results 1 – 25 of 25) sorted by relevance

/arch/powerpc/perf/
A De500-pmu.c124 if (PVR_VER(pvr) == PVR_VER_E500MC || PVR_VER(pvr) == PVR_VER_E5500) in init_e500_pmu()
127 else if (PVR_VER(pvr) != PVR_VER_E500V1 && PVR_VER(pvr) != PVR_VER_E500V2) in init_e500_pmu()
A Dppc970-pmu.c496 if (PVR_VER(pvr) != PVR_970 && PVR_VER(pvr) != PVR_970MP && in init_ppc970_pmu()
497 PVR_VER(pvr) != PVR_970FX && PVR_VER(pvr) != PVR_970GX) in init_ppc970_pmu()
A Dpower8-pmu.c396 if (PVR_VER(pvr) != PVR_POWER8E && PVR_VER(pvr) != PVR_POWER8NVL && in init_power8_pmu()
397 PVR_VER(pvr) != PVR_POWER8) in init_power8_pmu()
A Dpower7-pmu.c452 if (PVR_VER(pvr) != PVR_POWER7 && PVR_VER(pvr) != PVR_POWER7p) in init_power7_pmu()
455 if (PVR_VER(pvr) == PVR_POWER7p) in init_power7_pmu()
A De6500-pmu.c112 if (PVR_VER(pvr) != PVR_VER_E6500) in init_e6500_pmu()
A Dpower10-pmu.c613 if (PVR_VER(pvr) != PVR_POWER10) in init_power10_pmu()
647 if (PVR_VER(pvr) != PVR_POWER11) in init_power11_pmu()
A Dhv-24x7.c1707 if (PVR_VER(pvr) == PVR_POWER8 || PVR_VER(pvr) == PVR_POWER8E || in hv_24x7_init()
1708 PVR_VER(pvr) == PVR_POWER8NVL) in hv_24x7_init()
A Dpower9-pmu.c470 if (PVR_VER(pvr) != PVR_POWER9) in init_power9_pmu()
A Dpower6-pmu.c558 if (PVR_VER(pvr) != PVR_POWER6) in init_power6_pmu()
A Dpower5-pmu.c625 if (PVR_VER(pvr) != PVR_POWER5) in init_power5_pmu()
A Dpower5+-pmu.c684 if (PVR_VER(pvr) != PVR_POWER5p) in init_power5p_pmu()
A Dhv-gpci.c1049 if (PVR_VER(mfspr(SPRN_PVR)) >= PVR_POWER10) in hv_gpci_init()
/arch/powerpc/mm/book3s64/
A Dpkeys.c91 if (PVR_VER(pvr) == PVR_POWER8 || PVR_VER(pvr) == PVR_POWER8E || in scan_pkey_feature()
92 PVR_VER(pvr) == PVR_POWER8NVL || PVR_VER(pvr) == PVR_POWER9 || in scan_pkey_feature()
93 PVR_VER(pvr) == PVR_HX_C2000) in scan_pkey_feature()
/arch/powerpc/kernel/
A Ddawr.c101 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
A Dsetup-common.c282 if (PVR_VER(pvr) & 0x8000) { in show_cpuinfo()
283 switch (PVR_VER(pvr)) { in show_cpuinfo()
299 switch (PVR_VER(pvr)) { in show_cpuinfo()
317 maj, min, PVR_VER(pvr), PVR_REV(pvr)); in show_cpuinfo()
A Dsetup_64.c639 pvr = PVR_VER(mfspr(SPRN_PVR)); in initialize_cache_info()
A Dsysfs.c922 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in register_cpu_online()
1018 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in unregister_cpu_online()
A Dmce.c659 if ((PVR_VER(pvr) == PVR_POWER9) && (pvr & 0xe000) == 0) { in init_debug_trig_function()
A Ddt_cpu_ftrs.c751 if (PVR_VER(pvr) == PVR_POWER9) { in update_tlbie_feature_flag()
A Dtraps.c654 if (PVR_VER(pvr) != PVR_VER_E6500) { in machine_check_e500mc()
/arch/powerpc/platforms/powernv/
A Dsubcore.c424 pvr_ver = PVR_VER(mfspr(SPRN_PVR)); in subcore_init()
/arch/powerpc/platforms/powermac/
A Dsetup.c255 pvr = PVR_VER(mfspr(SPRN_PVR)); in pmac_setup_arch()
/arch/powerpc/math-emu/
A Dmath_efp.c899 if ((PVR_VER(pvr) == PVR_VER_E500V1) || in spe_mathemu_init()
900 (PVR_VER(pvr) == PVR_VER_E500V2)) { in spe_mathemu_init()
/arch/powerpc/include/asm/
A Dreg.h1248 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro
1251 #define pvr_version_is(pvr) (PVR_VER(mfspr(SPRN_PVR)) == (pvr))
/arch/powerpc/kvm/
A Dbook3s_pr.c594 switch (PVR_VER(pvr)) { in kvmppc_set_pvr_pr()

Completed in 74 milliseconds