Searched refs:SPRN_PIR (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/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()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | release.S | 144 mfspr r0,SPRN_PIR 191 mtspr SPRN_PIR,r4 /* write to PIR register */ 387 mfspr r4,SPRN_PIR 452 mtspr SPRN_PIR,r0 453 mfspr r0,SPRN_PIR
|
H A D | mp.c | 23 return mfspr(SPRN_PIR); in get_my_id()
|
/openbmc/linux/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 | 147 if (vcpu->arch.oldpir != mfspr(SPRN_PIR) || in kvmppc_core_vcpu_load_e500mc() 171 vcpu->arch.oldpir = mfspr(SPRN_PIR); in kvmppc_core_vcpu_put_e500mc()
|
/openbmc/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
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | head_64.S | 301 mfspr r3, SPRN_PIR 305 mtspr SPRN_PIR, r3
|
H A D | head_booke.h | 173 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 | 587 SYSFS_SPRSETUP(pir, SPRN_PIR);
|
H A D | head_85xx.S | 213 mfspr r24,SPRN_PIR
|
H A D | head_book3s_32.S | 802 mfspr r3, SPRN_PIR
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg.h | 738 #ifndef SPRN_PIR 739 #define SPRN_PIR 0x3FF /* Processor Identification Register */ macro
|
H A D | reg_booke.h | 194 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
|
/openbmc/linux/arch/powerpc/kexec/ |
H A D | relocate_32.S | 487 mfspr r3, SPRN_PIR /* current core we are running on */
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-fadump.c | 608 fdh->crashing_cpu = (u32)mfspr(SPRN_PIR); in opal_fadump_trigger()
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 2027 mfspr(SPRN_DSCR), mfspr(SPRN_PPR), mfspr(SPRN_PIR)); in dump_206_sprs()
|