Home
last modified time | relevance | path

Searched refs:PVR_CFG (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h62 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro
/linux/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.c617 if ((PVR_CFG(pvr) == 1)) in init_power10_pmu()
623 if ((PVR_CFG(pvr) == 1)) { in init_power10_pmu()
/linux/arch/powerpc/include/asm/
H A Dreg.h1261 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro