Searched refs:SPRN_PIR (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/arch/powerpc/platforms/microwatt/ |
| H A D | smp.c | 65 *(unsigned int *)KERNELBASE = PPC_RAW_MFSPR(3, SPRN_PIR); in microwatt_init_smp()
|
| /linux-6.15/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 | 172 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 | 588 SYSFS_SPRSETUP(pir, SPRN_PIR);
|
| H A D | head_85xx.S | 213 mfspr r24,SPRN_PIR
|
| H A D | head_book3s_32.S | 793 mfspr r3, SPRN_PIR
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | reg_booke.h | 184 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
|
| H A D | reg.h | 734 #ifndef SPRN_PIR 735 #define SPRN_PIR 0x3FF /* Processor Identification Register */ macro
|
| /linux-6.15/arch/powerpc/kexec/ |
| H A D | relocate_32.S | 486 mfspr r3, SPRN_PIR /* current core we are running on */
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | opal-fadump.c | 592 fdh->crashing_cpu = (u32)mfspr(SPRN_PIR); in opal_fadump_trigger()
|
| /linux-6.15/arch/powerpc/xmon/ |
| H A D | xmon.c | 2008 mfspr(SPRN_DSCR), mfspr(SPRN_PPR), mfspr(SPRN_PIR)); in dump_206_sprs()
|