Searched refs:SPRN_PIR (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Dtreeboot-iss4xx.c58 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
69 pir_reg = mfspr(SPRN_PIR);
H A Dtreeboot-currituck.c79 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
97 pir_reg = mfspr(SPRN_PIR);
H A Dtreeboot-akebono.c37 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
141 pir_reg = mfspr(SPRN_PIR);
/linux-master/arch/powerpc/kvm/
H A Demulate.c112 case SPRN_PIR: break;
143 case SPRN_PIR:
H A De500mc.c147 if (vcpu->arch.oldpir != mfspr(SPRN_PIR) ||
171 vcpu->arch.oldpir = mfspr(SPRN_PIR);
/linux-master/arch/powerpc/kernel/
H A Dhead_64.S217 * The thread id is the same as the initial value of SPRN_PIR[THREAD_ID]
301 mfspr r3, SPRN_PIR
305 mtspr SPRN_PIR, r3
H A Dkvm.c525 case KVM_INST_MFSPR(SPRN_PIR):
H A Dhead_booke.h173 mfspr r8,SPRN_PIR; \
H A Dsysfs.c587 SYSFS_SPRSETUP(pir, SPRN_PIR);
H A Dhead_85xx.S213 mfspr r24,SPRN_PIR
H A Dhead_book3s_32.S807 mfspr r3, SPRN_PIR
/linux-master/arch/powerpc/kexec/
H A Drelocate_32.S489 mfspr r3, SPRN_PIR /* current core we are running on */
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-fadump.c608 fdh->crashing_cpu = (u32)mfspr(SPRN_PIR);
/linux-master/arch/powerpc/include/asm/
H A Dreg_booke.h194 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
H A Dreg.h738 #ifndef SPRN_PIR
739 #define SPRN_PIR 0x3FF /* Processor Identification Register */ macro
/linux-master/arch/powerpc/xmon/
H A Dxmon.c2025 mfspr(SPRN_DSCR), mfspr(SPRN_PPR), mfspr(SPRN_PIR));

Completed in 254 milliseconds