Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/tools/perf/arch/powerpc/util/
A Dheader.c20 pvr = mfspr(SPRN_PVR); in get_cpuid()
37 if (asprintf(&bufp, "%.8lx", mfspr(SPRN_PVR)) < 0) in get_cpuid_str()
A Dutils_header.h11 #define SPRN_PVR 0x11F /* Processor Version Register */ macro
/linux-6.3-rc2/tools/testing/selftests/powerpc/pmu/event_code_tests/
A Dreserved_bits_mmcra_sample_elig_mode_test.c62 if (PVR_VER(mfspr(SPRN_PVR)) == POWER10) { in reserved_bits_mmcra_sample_elig_mode()
65 } else if (PVR_VER(mfspr(SPRN_PVR)) == POWER9) { in reserved_bits_mmcra_sample_elig_mode()
A Dgeneric_events_valid_test.c34 if (PVR_VER(mfspr(SPRN_PVR)) == POWER10) { in generic_events_valid_test()
75 } else if (PVR_VER(mfspr(SPRN_PVR)) == POWER9) { in generic_events_valid_test()
A Dblacklisted_events_test.c82 pvr_min = PVR_MIN(mfspr(SPRN_PVR)); in check_for_power9_version()
A Devent_alternatives_tests_p10.c39 SKIP_IF(PVR_VER(mfspr(SPRN_PVR)) != POWER10); in event_alternatives_tests_p10()
A Devent_alternatives_tests_p9.c38 SKIP_IF(PVR_VER(mfspr(SPRN_PVR)) != POWER9); in event_alternatives_tests_p9()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dearly_32.c33 identify_cpu(offset, mfspr(SPRN_PVR)); in early_init()
A Dcpu_setup_6xx.S341 mfspr r3,SPRN_PVR
381 mfspr r3,SPRN_PVR
412 mfspr r3,SPRN_PVR
474 mfspr r3,SPRN_PVR
A Dsetup_64.c282 (mfspr(SPRN_PVR) & 0xf00) == 0x100) in cpu_ready_for_interrupts()
378 identify_cpu(0, mfspr(SPRN_PVR)); in early_setup()
639 pvr = PVR_VER(mfspr(SPRN_PVR)); in initialize_cache_info()
A Ddawr.c101 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
/linux-6.3-rc2/drivers/cpufreq/
A Dpmac32-cpufreq.c593 pvr = mfspr(SPRN_PVR); in pmac_cpufreq_init_750FX()
636 PVR_VER(mfspr(SPRN_PVR)) == 0x8003) { in pmac_cpufreq_setup()
674 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-6.3-rc2/arch/powerpc/platforms/85xx/
A Dstx_gp3.c72 pvid = mfspr(SPRN_PVR); in stx_gp3_show_cpuinfo()
A Dtqm85xx.c71 pvid = mfspr(SPRN_PVR); in tqm85xx_show_cpuinfo()
A Dmpc85xx_ads.c140 pvid = mfspr(SPRN_PVR); in mpc85xx_ads_show_cpuinfo()
A Dksi8560.c151 pvid = mfspr(SPRN_PVR); in ksi8560_show_cpuinfo()
/linux-6.3-rc2/arch/powerpc/boot/
A Dutil.S17 #define SPRN_PVR 0x11F /* Processor Version Register */ macro
/linux-6.3-rc2/arch/powerpc/perf/
A De6500-pmu.c110 unsigned int pvr = mfspr(SPRN_PVR); in init_e6500_pmu()
A De500-pmu.c121 unsigned int pvr = mfspr(SPRN_PVR); in init_e500_pmu()
/linux-6.3-rc2/tools/testing/selftests/powerpc/pmu/sampling_tests/
A Dbhrb_filter_map_test.c86 if (PVR_VER(mfspr(SPRN_PVR)) == POWER10) { in bhrb_filter_map_test()
/linux-6.3-rc2/tools/testing/selftests/powerpc/include/
A Dreg.h56 #define SPRN_PVR 0x11F macro
/linux-6.3-rc2/tools/testing/selftests/powerpc/security/
A Dspectre_v2.c151 is_p9 = ((mfspr(SPRN_PVR) >> 16) & 0xFFFF) == 0x4e; in spectre_v2_test()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Dsubcore.c420 pvr_ver = PVR_VER(mfspr(SPRN_PVR)); in subcore_init()
/linux-6.3-rc2/arch/powerpc/kvm/
A Demulate.c140 case SPRN_PVR: in kvmppc_emulate_mfspr()

Completed in 29 milliseconds

123