Home
last modified time | relevance | path

Searched refs:PVR_CFG (Results 1 - 6 of 6) sorted by relevance

/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()
H A Dpower10-pmu.c616 if ((PVR_CFG(pvr) == 1)) in init_power10_pmu()
622 if ((PVR_CFG(pvr) == 1)) { in init_power10_pmu()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H A Dreg.h62 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dreg.h1282 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dreg.h1284 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro

Completed in 12 milliseconds