Searched refs:SPRN_PIR (Results 1 – 16 of 16) sorted by relevance
58 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro69 pir_reg = mfspr(SPRN_PIR); in platform_init()
79 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro97 pir_reg = mfspr(SPRN_PIR); in platform_init()
37 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro141 pir_reg = mfspr(SPRN_PIR); in platform_init()
112 case SPRN_PIR: break; in kvmppc_emulate_mtspr()143 case SPRN_PIR: in kvmppc_emulate_mfspr()
142 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()
295 mfspr r3, SPRN_PIR299 mtspr SPRN_PIR, r3
525 case KVM_INST_MFSPR(SPRN_PIR): in kvm_check_ins()
172 mfspr r8,SPRN_PIR; \
582 SYSFS_SPRSETUP(pir, SPRN_PIR);
214 mfspr r24,SPRN_PIR
803 mfspr r3, SPRN_PIR
487 mfspr r3, SPRN_PIR /* current core we are running on */
727 #ifndef SPRN_PIR728 #define SPRN_PIR 0x3FF /* Processor Identification Register */ macro
194 #define SPRN_PIR 0x11E /* Processor Identification Register */ macro
608 fdh->crashing_cpu = (u32)mfspr(SPRN_PIR); in opal_fadump_trigger()
2026 mfspr(SPRN_DSCR), mfspr(SPRN_PPR), mfspr(SPRN_PIR)); in dump_206_sprs()
Completed in 42 milliseconds