Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/perf/
Dpower9-pmu.c467 if ((PVR_CFG(pvr) == 2) && (PVR_MIN(pvr) == 1)) { in init_power9_pmu()
470 } else if ((PVR_CFG(pvr) == 2) && (PVR_MIN(pvr) == 2)) { in init_power9_pmu()
Dpower10-pmu.c607 if ((PVR_CFG(pvr) == 1)) in init_power10_pmu()
613 if ((PVR_CFG(pvr) == 1)) { in init_power10_pmu()
/linux-5.19.10/arch/powerpc/include/asm/
Dreg.h1273 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro