Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
A Dpkeys.c90 if (PVR_VER(pvr) == PVR_POWER8 || PVR_VER(pvr) == PVR_POWER8E || in scan_pkey_feature()
91 PVR_VER(pvr) == PVR_POWER8NVL || PVR_VER(pvr) == PVR_POWER9) in scan_pkey_feature()
/linux/arch/powerpc/kernel/
A Dsetup-common.c283 if (PVR_VER(pvr) & 0x8000) { in show_cpuinfo()
284 switch (PVR_VER(pvr)) { in show_cpuinfo()
300 switch (PVR_VER(pvr)) { in show_cpuinfo()
318 maj, min, PVR_VER(pvr), PVR_REV(pvr)); in show_cpuinfo()
A Ddawr.c100 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
A Dsysfs.c911 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in register_cpu_online()
1007 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in unregister_cpu_online()
A Dsetup_64.c591 pvr = PVR_VER(mfspr(SPRN_PVR)); in initialize_cache_info()
A Dmce.c652 if ((PVR_VER(pvr) == PVR_POWER9) && (pvr & 0xe000) == 0) { in init_debug_trig_function()
A Ddt_cpu_ftrs.c737 if (PVR_VER(pvr) == PVR_POWER9) { in update_tlbie_feature_flag()
A Dtraps.c652 if (PVR_VER(pvr) != PVR_VER_E6500) { in machine_check_e500mc()
/linux/tools/perf/arch/powerpc/util/
A Dutils_header.h12 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro
A Dheader.c22 nb = scnprintf(buffer, sz, "%lu,%lu$", PVR_VER(pvr), PVR_REV(pvr)); in get_cpuid()
/linux/drivers/cpufreq/
A Dpmac32-cpufreq.c632 PVR_VER(mfspr(SPRN_PVR)) == 0x8003) { in pmac_cpufreq_setup()
670 else if (PVR_VER(mfspr(SPRN_PVR)) == 0x7000) in pmac_cpufreq_setup()
A Dmaple-cpufreq.c183 pvr_hi = PVR_VER(mfspr(SPRN_PVR)); in maple_cpufreq_init()
/linux/arch/powerpc/platforms/powernv/
A Dsubcore.c420 pvr_ver = PVR_VER(mfspr(SPRN_PVR)); in subcore_init()
/linux/arch/powerpc/math-emu/
A 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/arch/powerpc/platforms/powermac/
A Dsetup.c269 pvr = PVR_VER(mfspr(SPRN_PVR)); in pmac_setup_arch()
/linux/arch/powerpc/include/asm/
A Dreg.h1263 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro
1266 #define pvr_version_is(pvr) (PVR_VER(mfspr(SPRN_PVR)) == (pvr))
/linux/arch/powerpc/kvm/
A Dbook3s_pr.c595 switch (PVR_VER(pvr)) { in kvmppc_set_pvr_pr()

Completed in 40 milliseconds