Home
last modified time | relevance | path

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

/openbmc/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.c616 if ((PVR_CFG(pvr) == 1)) in init_power10_pmu()
622 if ((PVR_CFG(pvr) == 1)) { in init_power10_pmu()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h62 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h869 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h1284 #define PVR_CFG(pvr) (((pvr) >> 8) & 0xF) /* Configuration field */ macro