Home
last modified time | relevance | path

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

/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()
Dpower10-pmu.c616 if ((PVR_CFG(pvr) == 1)) in init_power10_pmu()
622 if ((PVR_CFG(pvr) == 1)) { in init_power10_pmu()
/arch/powerpc/include/asm/
Dreg.h1284 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro