Home
last modified time | relevance | path

Searched refs:PVR_MIN (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dpower9-pmu.c454 if ((PVR_CFG(pvr) == 2) && (PVR_MIN(pvr) == 1)) { in init_power9_pmu()
457 } else if ((PVR_CFG(pvr) == 2) && (PVR_MIN(pvr) == 2)) { in init_power9_pmu()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H A Dreg.h64 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsetup-common.c300 min = PVR_MIN(pvr); in show_cpuinfo()
304 min = PVR_MIN(pvr); in show_cpuinfo()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsetup-common.c305 min = PVR_MIN(pvr); in show_cpuinfo()
309 min = PVR_MIN(pvr); in show_cpuinfo()
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dmath_efp.c899 min = PVR_MIN(pvr); in spe_mathemu_init()
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dmath_efp.c902 min = PVR_MIN(pvr); in spe_mathemu_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dreg.h1284 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dreg.h1286 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */ macro
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1426 u32 min = PVR_MIN(pvr); in crypto4xx_probe()
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1434 u32 min = PVR_MIN(pvr); in crypto4xx_probe()

Completed in 19 milliseconds