Searched refs:SPRN_PVR (Results 1 – 25 of 31) 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/platforms/85xx/ |
D | stx_gp3.c | 77 pvid = mfspr(SPRN_PVR); in stx_gp3_show_cpuinfo()
|
D | tqm85xx.c | 76 pvid = mfspr(SPRN_PVR); in tqm85xx_show_cpuinfo()
|
D | sbc8548.c | 103 pvid = mfspr(SPRN_PVR); in sbc8548_show_cpuinfo()
|
D | ksi8560.c | 150 pvid = mfspr(SPRN_PVR); in ksi8560_show_cpuinfo()
|
D | mpc85xx_ads.c | 144 pvid = mfspr(SPRN_PVR); in mpc85xx_ads_show_cpuinfo()
|
D | mpc85xx_cds.c | 364 pvid = mfspr(SPRN_PVR); in mpc85xx_cds_show_cpuinfo()
|
/arch/powerpc/kernel/ |
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
|
D | setup_32.c | 89 identify_cpu(offset, mfspr(SPRN_PVR)); in early_init()
|
D | head_32.S | 1062 mfspr r9,SPRN_PVR 1135 mfspr r9,SPRN_PVR 1184 mfspr r9,SPRN_PVR
|
D | setup_64.c | 288 identify_cpu(0, mfspr(SPRN_PVR)); in early_setup()
|
D | btext.c | 97 if (PVR_VER(mfspr(SPRN_PVR)) != 1) { in btext_prepare_BAT()
|
D | misc_32.S | 312 mfspr r3,SPRN_PVR 651 mfspr r3,SPRN_PVR
|
D | setup-common.c | 242 pvr = mfspr(SPRN_PVR); in show_cpuinfo()
|
D | smp.c | 373 per_cpu(cpu_pvr, id) = mfspr(SPRN_PVR); in smp_store_cpu_info()
|
D | vdso.c | 730 vdso_data->processor = mfspr(SPRN_PVR); in vdso_init()
|
D | head_64.S | 510 mfspr r0,SPRN_PVR
|
/arch/powerpc/mm/ |
D | ppc_mmu_32.c | 128 if (PVR_VER(mfspr(SPRN_PVR)) != 1) { in setbat() 285 if (PVR_VER(mfspr(SPRN_PVR)) == 1) in setup_initial_memory_limit()
|
/arch/powerpc/kvm/ |
D | emulate.c | 158 case SPRN_PVR: in kvmppc_emulate_mfspr()
|
D | e500mc.c | 210 vcpu->arch.pvr = mfspr(SPRN_PVR); in kvmppc_core_vcpu_setup()
|
D | e500.c | 357 vcpu->arch.pvr = mfspr(SPRN_PVR); in kvmppc_core_vcpu_setup()
|
/arch/powerpc/platforms/powermac/ |
D | setup.c | 277 pvr = PVR_VER(mfspr(SPRN_PVR)); in pmac_setup_arch()
|
D | smp.c | 277 if (PVR_VER(mfspr(SPRN_PVR)) == 1) in smp_psurge_probe()
|
/arch/powerpc/include/asm/ |
D | reg.h | 619 #define SPRN_PVR 0x11F /* Processor Version Register */ macro 1125 #define pvr_version_is(pvr) (PVR_VER(mfspr(SPRN_PVR)) == (pvr))
|
/arch/powerpc/math-emu/ |
D | math_efp.c | 897 pvr = mfspr(SPRN_PVR); in spe_mathemu_init()
|
12