Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/pmu/event_code_tests/
A Dreserved_bits_mmcra_sample_elig_mode_test.c24 int pvr = PVR_VER(mfspr(SPRN_PVR)); in reserved_bits_mmcra_sample_elig_mode()
66 } else if (PVR_VER(mfspr(SPRN_PVR)) == POWER9) { in reserved_bits_mmcra_sample_elig_mode()
A Dblacklisted_events_test.c84 SKIP_IF(PVR_VER(pvr) != POWER9); in check_for_power9_version()
A Devent_alternatives_tests_p10.c29 int pvr = PVR_VER(mfspr(SPRN_PVR)); in event_alternatives_tests_p10()
A Devent_alternatives_tests_p9.c38 SKIP_IF(PVR_VER(mfspr(SPRN_PVR)) != POWER9); in event_alternatives_tests_p9()
A Dgeneric_events_valid_test.c76 } else if (PVR_VER(mfspr(SPRN_PVR)) == POWER9) { in generic_events_valid_test()
/tools/perf/arch/powerpc/util/
A Dutils_header.h12 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro
A Dheader.c34 nb = scnprintf(buffer, sz, "%lu,%lu$", PVR_VER(pvr), PVR_REV(pvr)); in get_cpuid()
/tools/testing/selftests/powerpc/pmu/sampling_tests/
A Dbhrb_filter_map_test.c86 switch (PVR_VER(mfspr(SPRN_PVR))) { in bhrb_filter_map_test()
A Dmisc.c127 pvr = PVR_VER(mfspr(SPRN_PVR)); in platform_check_for_tests()
/tools/testing/selftests/powerpc/include/
A Dreg.h59 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) macro

Completed in 11 milliseconds