PVR_VER          1240 arch/powerpc/include/asm/reg.h #define pvr_version_is(pvr)	(PVR_VER(mfspr(SPRN_PVR)) == (pvr))
PVR_VER            98 arch/powerpc/kernel/btext.c 	if (PVR_VER(mfspr(SPRN_PVR)) != 1) {
PVR_VER            92 arch/powerpc/kernel/dawr.c 	if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) {
PVR_VER           700 arch/powerpc/kernel/dt_cpu_ftrs.c 	if (PVR_VER(pvr) == PVR_POWER9) {
PVR_VER           609 arch/powerpc/kernel/mce.c 	if ((PVR_VER(pvr) == PVR_POWER9) && (pvr & 0xe000) == 0) {
PVR_VER           291 arch/powerpc/kernel/setup-common.c 	if (PVR_VER(pvr) & 0x8000) {
PVR_VER           292 arch/powerpc/kernel/setup-common.c 		switch (PVR_VER(pvr)) {
PVR_VER           308 arch/powerpc/kernel/setup-common.c 		switch (PVR_VER(pvr)) {
PVR_VER           329 arch/powerpc/kernel/setup-common.c 		   maj, min, PVR_VER(pvr), PVR_REV(pvr));
PVR_VER           582 arch/powerpc/kernel/setup_64.c 	pvr = PVR_VER(mfspr(SPRN_PVR));
PVR_VER           814 arch/powerpc/kernel/sysfs.c 	if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) {
PVR_VER           900 arch/powerpc/kernel/sysfs.c 	if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) {
PVR_VER           657 arch/powerpc/kernel/traps.c 		if (PVR_VER(pvr) != PVR_VER_E6500) {
PVR_VER           580 arch/powerpc/kvm/book3s_pr.c 	switch (PVR_VER(pvr)) {
PVR_VER           895 arch/powerpc/math-emu/math_efp.c 	if ((PVR_VER(pvr) == PVR_VER_E500V1) ||
PVR_VER           896 arch/powerpc/math-emu/math_efp.c 	    (PVR_VER(pvr) == PVR_VER_E500V2)) {
PVR_VER           272 arch/powerpc/platforms/powermac/setup.c 	pvr = PVR_VER(mfspr(SPRN_PVR));
PVR_VER           273 arch/powerpc/platforms/powermac/smp.c 	if (PVR_VER(mfspr(SPRN_PVR)) == 1)
PVR_VER           410 arch/powerpc/platforms/powernv/subcore.c 	pvr_ver = PVR_VER(mfspr(SPRN_PVR));
PVR_VER           183 drivers/cpufreq/maple-cpufreq.c 	pvr_hi = PVR_VER(mfspr(SPRN_PVR));
PVR_VER           633 drivers/cpufreq/pmac32-cpufreq.c 	    PVR_VER(mfspr(SPRN_PVR)) == 0x8003) {
PVR_VER           671 drivers/cpufreq/pmac32-cpufreq.c 	else if (PVR_VER(mfspr(SPRN_PVR)) == 0x7000)
PVR_VER            27 tools/perf/arch/powerpc/util/header.c 	nb = scnprintf(buffer, sz, "%lu,%lu$", PVR_VER(pvr), PVR_REV(pvr));