Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dtreeboot-iss4xx.c58 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
69 pir_reg = mfspr(SPRN_PIR); in platform_init()
H A Dtreeboot-currituck.c79 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
97 pir_reg = mfspr(SPRN_PIR); in platform_init()
H A Dtreeboot-akebono.c37 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
141 pir_reg = mfspr(SPRN_PIR); in platform_init()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dtreeboot-iss4xx.c58 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
69 pir_reg = mfspr(SPRN_PIR); in platform_init()
H A Dtreeboot-currituck.c79 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
97 pir_reg = mfspr(SPRN_PIR); in platform_init()
H A Dtreeboot-akebono.c37 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
141 pir_reg = mfspr(SPRN_PIR); in platform_init()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Demulate.c112 case SPRN_PIR: break; in kvmppc_emulate_mtspr()
143 case SPRN_PIR: in kvmppc_emulate_mfspr()
H A De500mc.c142 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()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Demulate.c112 case SPRN_PIR: break; in kvmppc_emulate_mtspr()
143 case SPRN_PIR: in kvmppc_emulate_mfspr()
H A De500mc.c147 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()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhead_64.S213 * The thread id is the same as the initial value of SPRN_PIR[THREAD_ID]
297 mfspr r3, SPRN_PIR
301 mtspr SPRN_PIR, r3
H A Dhead_booke.h211 mfspr r8,SPRN_PIR; \
H A Dkvm.c525 case KVM_INST_MFSPR(SPRN_PIR): in kvm_check_ins()
H A Dsysfs.c582 SYSFS_SPRSETUP(pir, SPRN_PIR);
/kernel/linux/linux-6.6/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 Dhead_booke.h173 mfspr r8,SPRN_PIR; \
H A Dkvm.c525 case KVM_INST_MFSPR(SPRN_PIR): in kvm_check_ins()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Drelocate_32.S487 mfspr r3, SPRN_PIR /* current core we are running on */
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-fadump.c608 fdh->crashing_cpu = (u32)mfspr(SPRN_PIR); in opal_fadump_trigger()
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Drelocate_32.S487 mfspr r3, SPRN_PIR /* current core we are running on */
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-fadump.c608 fdh->crashing_cpu = (u32)mfspr(SPRN_PIR); in opal_fadump_trigger()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dreg.h731 #ifndef SPRN_PIR
732 #define SPRN_PIR 0x3FF /* Processor Identification Register */ macro
H A Dreg_booke.h194 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dreg.h738 #ifndef SPRN_PIR
739 #define SPRN_PIR 0x3FF /* Processor Identification Register */ macro
H A Dreg_booke.h194 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro

Completed in 25 milliseconds

12