Home
last modified time | relevance | path

Searched refs:PVR_MIN (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/testing/selftests/powerpc/pmu/event_code_tests/
H A Dblacklisted_events_test.c82 pvr_min = PVR_MIN(mfspr(SPRN_PVR)); in check_for_power9_version()
/linux-6.15/tools/testing/selftests/powerpc/include/
H A Dreg.h64 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro
/linux-6.15/arch/powerpc/perf/
H A Dpower9-pmu.c475 if ((PVR_CFG(pvr) == 2) && (PVR_MIN(pvr) == 1)) { in init_power9_pmu()
478 } else if ((PVR_CFG(pvr) == 2) && (PVR_MIN(pvr) == 2)) { in init_power9_pmu()
/linux-6.15/arch/powerpc/kernel/
H A Dsetup-common.c291 min = PVR_MIN(pvr); in show_cpuinfo()
295 min = PVR_MIN(pvr); in show_cpuinfo()
/linux-6.15/arch/powerpc/math-emu/
H A Dmath_efp.c902 min = PVR_MIN(pvr); in spe_mathemu_init()
/linux-6.15/arch/powerpc/include/asm/
H A Dreg.h1263 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro
/linux-6.15/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1387 u32 min = PVR_MIN(pvr); in crypto4xx_probe()