Searched refs:SPRN_PVR (Results 1 – 25 of 29) sorted by relevance
12
/arch/powerpc/boot/ |
D | util.S | 22 #define SPRN_PVR 0x11F /* Processor Version Register */ macro 45 mfspr r4,SPRN_PVR
|
/arch/powerpc/mm/ |
D | init_32.c | 126 if (PVR_VER(mfspr(SPRN_PVR)) == 1) in MMU_init() 129 if (PVR_VER(mfspr(SPRN_PVR)) == 0x50) in MMU_init()
|
D | ppc_mmu_32.c | 131 if (PVR_VER(mfspr(SPRN_PVR)) != 1) { in setbat()
|
/arch/powerpc/kernel/ |
D | cpu_setup_6xx.S | 325 mfspr r3,SPRN_PVR 365 mfspr r3,SPRN_PVR 396 mfspr r3,SPRN_PVR 458 mfspr r3,SPRN_PVR
|
D | setup_32.c | 95 spec = identify_cpu(offset, mfspr(SPRN_PVR)); in early_init()
|
D | setup_64.c | 178 identify_cpu(0, mfspr(SPRN_PVR)); in early_setup()
|
D | setup-common.c | 214 pvr = mfspr(SPRN_PVR); in show_cpuinfo()
|
D | head_32.S | 1132 mfspr r9,SPRN_PVR 1206 mfspr r9,SPRN_PVR 1251 mfspr r9,SPRN_PVR
|
D | smp.c | 234 per_cpu(pvr, id) = mfspr(SPRN_PVR); in smp_store_cpu_info()
|
D | btext.c | 82 if (PVR_VER(mfspr(SPRN_PVR)) != 1) { in btext_prepare_BAT()
|
D | vdso.c | 708 vdso_data->processor = mfspr(SPRN_PVR); in vdso_init()
|
D | misc_32.S | 310 mfspr r3,SPRN_PVR
|
/arch/powerpc/platforms/powermac/ |
D | cpufreq_32.c | 627 pvr = mfspr(SPRN_PVR); in pmac_cpufreq_init_750FX() 670 PVR_VER(mfspr(SPRN_PVR)) == 0x8003) { in pmac_cpufreq_setup() 704 else if (PVR_VER(mfspr(SPRN_PVR)) == 0x7000) in pmac_cpufreq_setup()
|
D | setup.c | 289 pvr = PVR_VER(mfspr(SPRN_PVR)); in pmac_setup_arch()
|
D | smp.c | 270 if (PVR_VER(mfspr(SPRN_PVR)) == 1) in smp_psurge_probe()
|
/arch/powerpc/platforms/85xx/ |
D | stx_gp3.c | 134 pvid = mfspr(SPRN_PVR); in stx_gp3_show_cpuinfo()
|
D | tqm85xx.c | 142 pvid = mfspr(SPRN_PVR); in tqm85xx_show_cpuinfo()
|
D | sbc8548.c | 140 pvid = mfspr(SPRN_PVR); in sbc8548_show_cpuinfo()
|
D | ksi8560.c | 197 pvid = mfspr(SPRN_PVR); in ksi8560_show_cpuinfo()
|
D | sbc8560.c | 198 pvid = mfspr(SPRN_PVR); in sbc8560_show_cpuinfo()
|
D | mpc85xx_ads.c | 211 pvid = mfspr(SPRN_PVR); in mpc85xx_ads_show_cpuinfo()
|
D | mpc85xx_cds.c | 311 pvid = mfspr(SPRN_PVR); in mpc85xx_cds_show_cpuinfo()
|
/arch/powerpc/include/asm/ |
D | reg.h | 378 #define SPRN_PVR 0x11F /* Processor Version Register */ macro 632 #define __is_processor(pv) (PVR_VER(mfspr(SPRN_PVR)) == (pv))
|
/arch/powerpc/kvm/ |
D | emulate.c | 156 case SPRN_PVR: in kvmppc_emulate_instruction()
|
/arch/powerpc/platforms/iseries/ |
D | setup.c | 682 identify_cpu(0, mfspr(SPRN_PVR)); in iSeries_early_setup()
|
12