Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/arch/powerpc/perf/
H 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()
H 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()
H 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()
H 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()
H A De6500-pmu.c112 if (PVR_VER(pvr) != PVR_VER_E6500) in init_e6500_pmu()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/event_code_tests/
H 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()
H 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()
H A Dblacklisted_events_test.c84 SKIP_IF(PVR_VER(pvr) != POWER9); in check_for_power9_version()
H A Devent_alternatives_tests_p10.c39 SKIP_IF(PVR_VER(mfspr(SPRN_PVR)) != POWER10); in event_alternatives_tests_p10()
H A Devent_alternatives_tests_p9.c38 SKIP_IF(PVR_VER(mfspr(SPRN_PVR)) != POWER9); in event_alternatives_tests_p9()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A 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()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H 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()
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/
H A Dutils_header.h12 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro
H A Dheader.c22 nb = scnprintf(buffer, sz, "%lu,%lu$", PVR_VER(pvr), PVR_REV(pvr)); in get_cpuid()
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/util/
H A Dutils_header.h12 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro
H A Dheader.c22 nb = scnprintf(buffer, sz, "%lu,%lu$", PVR_VER(pvr), PVR_REV(pvr)); in get_cpuid()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dbhrb_filter_map_test.c86 if (PVR_VER(mfspr(SPRN_PVR)) == POWER10) { in bhrb_filter_map_test()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A 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()
H A Ddawr.c101 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsetup-common.c296 if (PVR_VER(pvr) & 0x8000) { in show_cpuinfo()
297 switch (PVR_VER(pvr)) { in show_cpuinfo()
313 switch (PVR_VER(pvr)) { in show_cpuinfo()
331 maj, min, PVR_VER(pvr), PVR_REV(pvr)); in show_cpuinfo()
H A Ddawr.c101 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H A Dreg.h59 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) macro
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dmaple-cpufreq.c183 pvr_hi = PVR_VER(mfspr(SPRN_PVR)); in maple_cpufreq_init()
H A Dpmac32-cpufreq.c637 PVR_VER(mfspr(SPRN_PVR)) == 0x8003) { in pmac_cpufreq_setup()
675 else if (PVR_VER(mfspr(SPRN_PVR)) == 0x7000) in pmac_cpufreq_setup()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dmaple-cpufreq.c183 pvr_hi = PVR_VER(mfspr(SPRN_PVR)); in maple_cpufreq_init()

Completed in 10 milliseconds

123