Searched refs:SPRN_PVR (Results 1 – 25 of 44) sorted by relevance
12
20 pvr = mfspr(SPRN_PVR); in get_cpuid()37 if (asprintf(&bufp, "%.8lx", mfspr(SPRN_PVR)) < 0) in get_cpuid_str()
11 #define SPRN_PVR 0x11F /* Processor Version Register */ macro
198 version = (((mfspr(SPRN_PVR)) >> 16) & 0xFFFF); in arch__intr_reg_mask()
34 identify_cpu(offset, mfspr(SPRN_PVR)); in early_init()
331 mfspr r3,SPRN_PVR371 mfspr r3,SPRN_PVR402 mfspr r3,SPRN_PVR464 mfspr r3,SPRN_PVR
101 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
241 (mfspr(SPRN_PVR) & 0xf00) == 0x100) in cpu_ready_for_interrupts()333 identify_cpu(0, mfspr(SPRN_PVR)); in early_setup()590 pvr = PVR_VER(mfspr(SPRN_PVR)); in initialize_cache_info()
136 cur_cpu_spec->pvr_value = mfspr(SPRN_PVR); in cpufeatures_setup_cpu()789 unsigned long version = mfspr(SPRN_PVR); in cpufeatures_cpu_quirks()
128 #define SPRN_PVR 287 macro153 is_p9 = ((mfspr(SPRN_PVR) >> 16) & 0xFFFF) == 0x4e; in spectre_v2_test()
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()
140 pvid = mfspr(SPRN_PVR); in mpc85xx_ads_show_cpuinfo()
150 pvid = mfspr(SPRN_PVR); in ksi8560_show_cpuinfo()
357 pvid = mfspr(SPRN_PVR); in mpc85xx_cds_show_cpuinfo()
17 #define SPRN_PVR 0x11F /* Processor Version Register */ macro
27 #define SPRN_PVR 0x11F macro545 asm __volatile__ ("mfspr %0,%1" : "=r"(pvr) : "i"(SPRN_PVR)); in main()
410 pvr_ver = PVR_VER(mfspr(SPRN_PVR)); in subcore_init()
140 case SPRN_PVR: in kvmppc_emulate_mfspr()
84 unsigned long pvr = mfspr(SPRN_PVR); in scan_pkey_feature()
271 pvr = PVR_VER(mfspr(SPRN_PVR)); in pmac_setup_arch()
445 unsigned int pvr = mfspr(SPRN_PVR); in init_power9_pmu()
49 pvr = mfspr(SPRN_PVR); in mpc52xx_can_get_clock()