/linux-4.4.14/tools/perf/arch/powerpc/util/ |
H A D | header.c | 14 #define SPRN_PVR 0x11F /* Processor Version Register */ macro 24 pvr = mfspr(SPRN_PVR); get_cpuid()
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | util.S | 22 #define SPRN_PVR 0x11F /* Processor Version Register */ define 45 mfspr r4,SPRN_PVR
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
H A D | stx_gp3.c | 77 pvid = mfspr(SPRN_PVR); stx_gp3_show_cpuinfo()
|
H A D | tqm85xx.c | 76 pvid = mfspr(SPRN_PVR); tqm85xx_show_cpuinfo()
|
H A D | ksi8560.c | 150 pvid = mfspr(SPRN_PVR); ksi8560_show_cpuinfo()
|
H A D | mpc85xx_ads.c | 159 pvid = mfspr(SPRN_PVR); mpc85xx_ads_show_cpuinfo()
|
H A D | sbc8548.c | 103 pvid = mfspr(SPRN_PVR); sbc8548_show_cpuinfo()
|
H A D | mpc85xx_cds.c | 350 pvid = mfspr(SPRN_PVR); mpc85xx_cds_show_cpuinfo()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | cpu_setup_6xx.S | 333 mfspr r3,SPRN_PVR 373 mfspr r3,SPRN_PVR 404 mfspr r3,SPRN_PVR 466 mfspr r3,SPRN_PVR
|
H A D | setup_32.c | 87 spec = identify_cpu(offset, mfspr(SPRN_PVR)); early_init()
|
H A D | head_32.S | 1062 mfspr r9,SPRN_PVR 1135 mfspr r9,SPRN_PVR 1184 mfspr r9,SPRN_PVR
|
H A D | misc_32.S | 329 mfspr r3,SPRN_PVR 744 mfspr r3,SPRN_PVR
|
H A D | setup-common.c | 231 pvr = mfspr(SPRN_PVR); show_cpuinfo()
|
H A D | setup_64.c | 251 identify_cpu(0, mfspr(SPRN_PVR)); early_setup()
|
H A D | smp.c | 352 per_cpu(cpu_pvr, id) = mfspr(SPRN_PVR); smp_store_cpu_info()
|
H A D | vdso.c | 728 vdso_data->processor = mfspr(SPRN_PVR); vdso_init()
|
H A D | head_64.S | 399 mfspr r0,SPRN_PVR
|
H A D | head_44x.S | 810 mfspr r3,SPRN_PVR
|
H A D | btext.c | 97 if (PVR_VER(mfspr(SPRN_PVR)) != 1) { btext_prepare_BAT()
|
H A D | traps.c | 1022 regs->gpr[rd] = mfspr(SPRN_PVR); emulate_instruction()
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | ppc_mmu_32.c | 128 if (PVR_VER(mfspr(SPRN_PVR)) != 1) { setbat() 285 if (PVR_VER(mfspr(SPRN_PVR)) == 1) setup_initial_memory_limit()
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | pmac32-cpufreq.c | 588 pvr = mfspr(SPRN_PVR); pmac_cpufreq_init_750FX() 632 PVR_VER(mfspr(SPRN_PVR)) == 0x8003) { pmac_cpufreq_setup() 667 else if (PVR_VER(mfspr(SPRN_PVR)) == 0x7000) pmac_cpufreq_setup()
|
H A D | maple-cpufreq.c | 183 pvr_hi = PVR_VER(mfspr(SPRN_PVR)); maple_cpufreq_init()
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | emulate.c | 158 case SPRN_PVR: kvmppc_emulate_mfspr()
|
H A D | e500mc.c | 210 vcpu->arch.pvr = mfspr(SPRN_PVR); kvmppc_core_vcpu_setup()
|
H A D | e500.c | 357 vcpu->arch.pvr = mfspr(SPRN_PVR); kvmppc_core_vcpu_setup()
|
H A D | book3s_pr.c | 1420 vcpu->arch.pvr = mfspr(SPRN_PVR); kvmppc_core_vcpu_create_pr()
|
H A D | book3s_hv.c | 1644 kvmppc_set_pvr_hv(vcpu, mfspr(SPRN_PVR)); kvmppc_core_vcpu_create_hv()
|
/linux-4.4.14/drivers/net/can/mscan/ |
H A D | mpc5xxx_can.c | 60 pvr = mfspr(SPRN_PVR); mpc52xx_can_get_clock()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 283 pvr = PVR_VER(mfspr(SPRN_PVR)); pmac_setup_arch()
|
H A D | smp.c | 277 if (PVR_VER(mfspr(SPRN_PVR)) == 1) smp_psurge_probe()
|
/linux-4.4.14/drivers/edac/ |
H A D | mpc85xx_edac.c | 1238 pvr = mfspr(SPRN_PVR); mpc85xx_mc_init() 1266 u32 pvr = mfspr(SPRN_PVR); mpc85xx_mc_exit()
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-mpc.c | 207 unsigned int pvr = mfspr(SPRN_PVR); mpc_i2c_get_fdr_52xx()
|
/linux-4.4.14/arch/powerpc/math-emu/ |
H A D | math_efp.c | 897 pvr = mfspr(SPRN_PVR); spe_mathemu_init()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | reg.h | 586 #define SPRN_PVR 0x11F /* Processor Version Register */ macro 1090 #define pvr_version_is(pvr) (PVR_VER(mfspr(SPRN_PVR)) == (pvr))
|
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | ppc4xx_pci.c | 50 if ((mfspr(SPRN_PVR) & 0xffefffff) == 0x53421890) ppc440spe_revA()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 1091 unsigned int pvr = mfspr(SPRN_PVR); __gfar_detect_errata_83xx()
|
/linux-4.4.14/arch/powerpc/xmon/ |
H A D | xmon.c | 1708 mfspr(SPRN_PVR), mfspr(SPRN_SPRG1)); super_regs()
|