Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/mm/book3s64/
Dpkeys.c86 if (PVR_VER(pvr) == PVR_POWER8 || PVR_VER(pvr) == PVR_POWER8E || in scan_pkey_feature()
87 PVR_VER(pvr) == PVR_POWER8NVL || PVR_VER(pvr) == PVR_POWER9) in scan_pkey_feature()
/Linux-v5.10/tools/perf/arch/powerpc/util/
Dutils_header.h12 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro
Dheader.c22 nb = scnprintf(buffer, sz, "%lu,%lu$", PVR_VER(pvr), PVR_REV(pvr)); in get_cpuid()
/Linux-v5.10/arch/powerpc/kernel/
Dsetup-common.c291 if (PVR_VER(pvr) & 0x8000) { in show_cpuinfo()
292 switch (PVR_VER(pvr)) { in show_cpuinfo()
308 switch (PVR_VER(pvr)) { in show_cpuinfo()
326 maj, min, PVR_VER(pvr), PVR_REV(pvr)); in show_cpuinfo()
Ddawr.c101 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
Dsysfs.c911 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in register_cpu_online()
1006 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in unregister_cpu_online()
Dmce.c652 if ((PVR_VER(pvr) == PVR_POWER9) && (pvr & 0xe000) == 0) { in init_debug_trig_function()
Dsetup_64.c577 pvr = PVR_VER(mfspr(SPRN_PVR)); in initialize_cache_info()
Ddt_cpu_ftrs.c764 if (PVR_VER(pvr) == PVR_POWER9) { in update_tlbie_feature_flag()
Dtraps.c657 if (PVR_VER(pvr) != PVR_VER_E6500) { in machine_check_e500mc()
/Linux-v5.10/drivers/cpufreq/
Dpmac32-cpufreq.c633 PVR_VER(mfspr(SPRN_PVR)) == 0x8003) { in pmac_cpufreq_setup()
671 else if (PVR_VER(mfspr(SPRN_PVR)) == 0x7000) in pmac_cpufreq_setup()
Dmaple-cpufreq.c183 pvr_hi = PVR_VER(mfspr(SPRN_PVR)); in maple_cpufreq_init()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dsubcore.c410 pvr_ver = PVR_VER(mfspr(SPRN_PVR)); in subcore_init()
/Linux-v5.10/arch/powerpc/platforms/powermac/
Dsetup.c271 pvr = PVR_VER(mfspr(SPRN_PVR)); in pmac_setup_arch()
/Linux-v5.10/arch/powerpc/math-emu/
Dmath_efp.c895 if ((PVR_VER(pvr) == PVR_VER_E500V1) || in spe_mathemu_init()
896 (PVR_VER(pvr) == PVR_VER_E500V2)) { in spe_mathemu_init()
/Linux-v5.10/arch/powerpc/include/asm/
Dreg.h1267 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro
1270 #define pvr_version_is(pvr) (PVR_VER(mfspr(SPRN_PVR)) == (pvr))
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_pr.c616 switch (PVR_VER(pvr)) { in kvmppc_set_pvr_pr()