Searched refs:SPRN_PVR (Results 1 – 25 of 41) sorted by relevance
12
15 #define SPRN_PVR 0x11F /* Processor Version Register */ macro25 pvr = mfspr(SPRN_PVR); in get_cpuid()42 if (asprintf(&bufp, "%.8lx", mfspr(SPRN_PVR)) < 0) in get_cpuid_str()
17 #define SPRN_PVR 0x11F /* Processor Version Register */ macro40 mfspr r4,SPRN_PVR
31 identify_cpu(offset, mfspr(SPRN_PVR)); in early_init()
330 mfspr r3,SPRN_PVR370 mfspr r3,SPRN_PVR401 mfspr r3,SPRN_PVR463 mfspr r3,SPRN_PVR
92 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
296 identify_cpu(0, mfspr(SPRN_PVR)); in early_setup()562 pvr = PVR_VER(mfspr(SPRN_PVR)); in initialize_cache_info()
137 cur_cpu_spec->pvr_value = mfspr(SPRN_PVR); in cpufeatures_setup_cpu()725 unsigned long version = mfspr(SPRN_PVR); in cpufeatures_cpu_quirks()
98 if (PVR_VER(mfspr(SPRN_PVR)) != 1) { in btext_prepare_BAT()
607 pvr = mfspr(SPRN_PVR); in init_debug_trig_function()
590 pvr = mfspr(SPRN_PVR); in pmac_cpufreq_init_750FX()633 PVR_VER(mfspr(SPRN_PVR)) == 0x8003) { in pmac_cpufreq_setup()671 else if (PVR_VER(mfspr(SPRN_PVR)) == 0x7000) in pmac_cpufreq_setup()
183 pvr_hi = PVR_VER(mfspr(SPRN_PVR)); in maple_cpufreq_init()
73 pvid = mfspr(SPRN_PVR); in stx_gp3_show_cpuinfo()
72 pvid = mfspr(SPRN_PVR); in tqm85xx_show_cpuinfo()
98 pvid = mfspr(SPRN_PVR); in sbc8548_show_cpuinfo()
150 pvid = mfspr(SPRN_PVR); in ksi8560_show_cpuinfo()
140 pvid = mfspr(SPRN_PVR); in mpc85xx_ads_show_cpuinfo()
360 pvid = mfspr(SPRN_PVR); in mpc85xx_cds_show_cpuinfo()
410 pvr_ver = PVR_VER(mfspr(SPRN_PVR)); in subcore_init()
140 case SPRN_PVR: in kvmppc_emulate_mfspr()
206 vcpu->arch.pvr = mfspr(SPRN_PVR); in kvmppc_core_vcpu_setup()
353 vcpu->arch.pvr = mfspr(SPRN_PVR); in kvmppc_core_vcpu_setup()
272 pvr = PVR_VER(mfspr(SPRN_PVR)); in pmac_setup_arch()
49 pvr = mfspr(SPRN_PVR); in mpc52xx_can_get_clock()
442 unsigned int pvr = mfspr(SPRN_PVR); in init_power9_pmu()
730 #define SPRN_PVR 0x11F /* Processor Version Register */ macro1240 #define pvr_version_is(pvr) (PVR_VER(mfspr(SPRN_PVR)) == (pvr))