Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/powerpc/pmu/event_code_tests/
Dblacklisted_events_test.c82 pvr_min = PVR_MIN(mfspr(SPRN_PVR)); in check_for_power9_version()
/Linux-v6.6/tools/testing/selftests/powerpc/include/
Dreg.h64 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro
/Linux-v6.6/arch/powerpc/perf/
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-v6.6/arch/powerpc/kernel/
Dsetup-common.c305 min = PVR_MIN(pvr); in show_cpuinfo()
309 min = PVR_MIN(pvr); in show_cpuinfo()
/Linux-v6.6/arch/powerpc/math-emu/
Dmath_efp.c902 min = PVR_MIN(pvr); in spe_mathemu_init()
/Linux-v6.6/arch/powerpc/include/asm/
Dreg.h1284 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro
/Linux-v6.6/drivers/crypto/amcc/
Dcrypto4xx_core.c1434 u32 min = PVR_MIN(pvr); in crypto4xx_probe()