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

/linux-4.4.14/arch/powerpc/boot/
H A Dtreeboot-iss4xx.c62 #define SPRN_PIR 0x11E /* Processor Indentification Register */ platform_init() macro
73 pir_reg = mfspr(SPRN_PIR); platform_init()
H A Dtreeboot-currituck.c83 #define SPRN_PIR 0x11E /* Processor Indentification Register */ platform_init() macro
101 pir_reg = mfspr(SPRN_PIR); platform_init()
H A Dtreeboot-akebono.c41 #define SPRN_PIR 0x11E /* Processor Indentification Register */ macro
145 pir_reg = mfspr(SPRN_PIR); platform_init()
/linux-4.4.14/arch/powerpc/include/asm/
H A Ddbell.h51 #define SPRN_DOORBELL_CPUTAG SPRN_PIR
H A Dreg.h578 #ifndef SPRN_PIR
579 #define SPRN_PIR 0x3FF /* Processor Identification Register */ macro
H A Dreg_booke.h198 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
/linux-4.4.14/arch/powerpc/kvm/
H A Demulate.c130 case SPRN_PIR: break; kvmppc_emulate_mtspr()
161 case SPRN_PIR: kvmppc_emulate_mfspr()
H A De500mc.c146 if (vcpu->arch.oldpir != mfspr(SPRN_PIR) || kvmppc_core_vcpu_load_e500mc()
170 vcpu->arch.oldpir = mfspr(SPRN_PIR); kvmppc_core_vcpu_put_e500mc()
/linux-4.4.14/arch/powerpc/kernel/
H A Dhead_booke.h100 mfspr r8,SPRN_PIR; \
H A Dkvm.c534 case KVM_INST_MFSPR(SPRN_PIR): kvm_check_ins()
H A Dhead_64.S213 mfspr r3, SPRN_PIR
217 mtspr SPRN_PIR, r3
H A Dsysfs.c487 SYSFS_SPRSETUP(pir, SPRN_PIR);
H A Dmisc_32.S1177 mfspr r3, SPRN_PIR /* current core we are running on */
H A Dhead_32.S809 mfspr r3, SPRN_PIR
H A Dhead_fsl_booke.S222 mfspr r24,SPRN_PIR

Completed in 341 milliseconds