Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/perf/
Dpower9-pmu.c458 if ((PVR_CFG(pvr) == 2) && (PVR_MIN(pvr) == 1)) { in init_power9_pmu()
461 } else if ((PVR_CFG(pvr) == 2) && (PVR_MIN(pvr) == 2)) { in init_power9_pmu()
/Linux-v4.19/arch/powerpc/include/asm/
Dreg.h1235 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro