Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/powerpc/include/
Dreg.h62 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro
/Linux-v6.6/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()
/Linux-v6.6/arch/powerpc/include/asm/
Dreg.h1282 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro