SPRN_PVR 1240 arch/powerpc/include/asm/reg.h #define pvr_version_is(pvr) (PVR_VER(mfspr(SPRN_PVR)) == (pvr)) SPRN_PVR 98 arch/powerpc/kernel/btext.c if (PVR_VER(mfspr(SPRN_PVR)) != 1) { SPRN_PVR 92 arch/powerpc/kernel/dawr.c if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { SPRN_PVR 137 arch/powerpc/kernel/dt_cpu_ftrs.c cur_cpu_spec->pvr_value = mfspr(SPRN_PVR); SPRN_PVR 724 arch/powerpc/kernel/dt_cpu_ftrs.c unsigned long version = mfspr(SPRN_PVR); SPRN_PVR 31 arch/powerpc/kernel/early_32.c identify_cpu(offset, mfspr(SPRN_PVR)); SPRN_PVR 607 arch/powerpc/kernel/mce.c pvr = mfspr(SPRN_PVR); SPRN_PVR 237 arch/powerpc/kernel/setup-common.c pvr = mfspr(SPRN_PVR); SPRN_PVR 321 arch/powerpc/kernel/setup_64.c identify_cpu(0, mfspr(SPRN_PVR)); SPRN_PVR 582 arch/powerpc/kernel/setup_64.c pvr = PVR_VER(mfspr(SPRN_PVR)); SPRN_PVR 634 arch/powerpc/kernel/smp.c per_cpu(cpu_pvr, id) = mfspr(SPRN_PVR); SPRN_PVR 610 arch/powerpc/kernel/traps.c unsigned long pvr = mfspr(SPRN_PVR); SPRN_PVR 1345 arch/powerpc/kernel/traps.c regs->gpr[rd] = mfspr(SPRN_PVR); SPRN_PVR 708 arch/powerpc/kernel/vdso.c vdso_data->processor = mfspr(SPRN_PVR); SPRN_PVR 2292 arch/powerpc/kvm/book3s_hv.c kvmppc_set_pvr_hv(vcpu, mfspr(SPRN_PVR)); SPRN_PVR 5543 arch/powerpc/kvm/book3s_hv.c unsigned int pvr = mfspr(SPRN_PVR); SPRN_PVR 1759 arch/powerpc/kvm/book3s_pr.c vcpu->arch.pvr = mfspr(SPRN_PVR); SPRN_PVR 353 arch/powerpc/kvm/e500.c vcpu->arch.pvr = mfspr(SPRN_PVR); SPRN_PVR 206 arch/powerpc/kvm/e500mc.c vcpu->arch.pvr = mfspr(SPRN_PVR); SPRN_PVR 140 arch/powerpc/kvm/emulate.c case SPRN_PVR: SPRN_PVR 893 arch/powerpc/math-emu/math_efp.c pvr = mfspr(SPRN_PVR); SPRN_PVR 442 arch/powerpc/perf/power9-pmu.c unsigned int pvr = mfspr(SPRN_PVR); SPRN_PVR 50 arch/powerpc/platforms/4xx/pci.c if ((mfspr(SPRN_PVR) & 0xffefffff) == 0x53421890) SPRN_PVR 150 arch/powerpc/platforms/85xx/ksi8560.c pvid = mfspr(SPRN_PVR); SPRN_PVR 140 arch/powerpc/platforms/85xx/mpc85xx_ads.c pvid = mfspr(SPRN_PVR); SPRN_PVR 360 arch/powerpc/platforms/85xx/mpc85xx_cds.c pvid = mfspr(SPRN_PVR); SPRN_PVR 98 arch/powerpc/platforms/85xx/sbc8548.c pvid = mfspr(SPRN_PVR); SPRN_PVR 73 arch/powerpc/platforms/85xx/stx_gp3.c pvid = mfspr(SPRN_PVR); SPRN_PVR 72 arch/powerpc/platforms/85xx/tqm85xx.c pvid = mfspr(SPRN_PVR); SPRN_PVR 272 arch/powerpc/platforms/powermac/setup.c pvr = PVR_VER(mfspr(SPRN_PVR)); SPRN_PVR 273 arch/powerpc/platforms/powermac/smp.c if (PVR_VER(mfspr(SPRN_PVR)) == 1) SPRN_PVR 410 arch/powerpc/platforms/powernv/subcore.c pvr_ver = PVR_VER(mfspr(SPRN_PVR)); SPRN_PVR 2002 arch/powerpc/xmon/xmon.c mfspr(SPRN_PVR), mfspr(SPRN_SPRG1)); SPRN_PVR 183 drivers/cpufreq/maple-cpufreq.c pvr_hi = PVR_VER(mfspr(SPRN_PVR)); SPRN_PVR 590 drivers/cpufreq/pmac32-cpufreq.c pvr = mfspr(SPRN_PVR); SPRN_PVR 633 drivers/cpufreq/pmac32-cpufreq.c PVR_VER(mfspr(SPRN_PVR)) == 0x8003) { SPRN_PVR 671 drivers/cpufreq/pmac32-cpufreq.c else if (PVR_VER(mfspr(SPRN_PVR)) == 0x7000) SPRN_PVR 1425 drivers/crypto/amcc/crypto4xx_core.c pvr = mfspr(SPRN_PVR); SPRN_PVR 205 drivers/i2c/busses/i2c-mpc.c unsigned int pvr = mfspr(SPRN_PVR); SPRN_PVR 49 drivers/net/can/mscan/mpc5xxx_can.c pvr = mfspr(SPRN_PVR); SPRN_PVR 918 drivers/net/ethernet/freescale/gianfar.c unsigned int pvr = mfspr(SPRN_PVR); SPRN_PVR 25 tools/perf/arch/powerpc/util/header.c pvr = mfspr(SPRN_PVR); SPRN_PVR 42 tools/perf/arch/powerpc/util/header.c if (asprintf(&bufp, "%.8lx", mfspr(SPRN_PVR)) < 0)