Searched refs:SPRN_PIR (Results 1 – 19 of 19) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | treeboot-iss4xx.c | 58 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro 69 pir_reg = mfspr(SPRN_PIR); in platform_init()
|
| H A D | treeboot-currituck.c | 79 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro 97 pir_reg = mfspr(SPRN_PIR); in platform_init()
|
| H A D | treeboot-akebono.c | 37 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro 141 pir_reg = mfspr(SPRN_PIR); in platform_init()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | release.S | 138 mfspr r0,SPRN_PIR 185 mtspr SPRN_PIR,r4 /* write to PIR register */ 375 mfspr r4,SPRN_PIR 440 mtspr SPRN_PIR,r0 441 mfspr r0,SPRN_PIR
|
| H A D | mp.c | 24 return mfspr(SPRN_PIR); in get_my_id()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | emulate.c | 112 case SPRN_PIR: break; in kvmppc_emulate_mtspr() 143 case SPRN_PIR: in kvmppc_emulate_mfspr()
|
| H A D | e500mc.c | 142 if (vcpu->arch.oldpir != mfspr(SPRN_PIR) || in kvmppc_core_vcpu_load_e500mc() 166 vcpu->arch.oldpir = mfspr(SPRN_PIR); in kvmppc_core_vcpu_put_e500mc()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | processor.h | 324 #define SPRN_PIR 0x3FF /* Processor Identification Register */ macro 327 #define SPRN_PIR 0x11E /* Book E Processor Identification Register */ macro 657 #define PIR SPRN_PIR
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | head_64.S | 297 mfspr r3, SPRN_PIR 301 mtspr SPRN_PIR, r3
|
| H A D | head_booke.h | 211 mfspr r8,SPRN_PIR; \
|
| H A D | kvm.c | 525 case KVM_INST_MFSPR(SPRN_PIR): in kvm_check_ins()
|
| H A D | sysfs.c | 582 SYSFS_SPRSETUP(pir, SPRN_PIR);
|
| H A D | head_fsl_booke.S | 215 mfspr r24,SPRN_PIR
|
| H A D | head_book3s_32.S | 843 mfspr r3, SPRN_PIR
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | reg.h | 731 #ifndef SPRN_PIR 732 #define SPRN_PIR 0x3FF /* Processor Identification Register */ macro
|
| H A D | reg_booke.h | 194 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kexec/ |
| H A D | relocate_32.S | 487 mfspr r3, SPRN_PIR /* current core we are running on */
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | opal-fadump.c | 608 fdh->crashing_cpu = (u32)mfspr(SPRN_PIR); in opal_fadump_trigger()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | xmon.c | 1945 mfspr(SPRN_DSCR), mfspr(SPRN_PPR), mfspr(SPRN_PIR)); in dump_206_sprs()
|