Searched refs:SPRN_SPRG1 (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg.h | 754 #define SPRN_SPRG1 0x111 /* Special Purpose Register General 1 */ macro 1150 #define SPRN_SPRG_PACA SPRN_SPRG1 1214 #define SPRN_SPRG_SCRATCH1 SPRN_SPRG1 1221 #define SPRN_SPRG_SCRATCH1 SPRN_SPRG1 1232 #define SPRN_SPRG_RSCRATCH1 SPRN_SPRG1 1233 #define SPRN_SPRG_WSCRATCH1 SPRN_SPRG1 1240 #define SPRN_SPRG_RSCRATCH_MC SPRN_SPRG1 1241 #define SPRN_SPRG_WSCRATCH_MC SPRN_SPRG1 1250 #define SPRN_SPRG_SCRATCH1 SPRN_SPRG1
|
/openbmc/linux/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_sleep.S | 127 mtspr SPRN_SPRG1, r8 149 mfspr r8, SPRN_SPRG1
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | emulate.c | 101 case SPRN_SPRG1: in kvmppc_emulate_mtspr() 160 case SPRN_SPRG1: in kvmppc_emulate_mfspr()
|
H A D | book3s_hv_p9_entry.c | 665 mtspr(SPRN_SPRG1, vcpu->arch.shregs.sprg1); in kvmhv_vcpu_entry_p9() 835 vcpu->arch.shregs.sprg1 = mfspr(SPRN_SPRG1); in kvmhv_vcpu_entry_p9()
|
H A D | book3s_hv_rmhandlers.S | 777 mtspr SPRN_SPRG1, r6 1336 mfspr r4, SPRN_SPRG1
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | swsusp_85xx.S | 80 mfspr r4,SPRN_SPRG1 156 mtspr SPRN_SPRG1,r4
|
H A D | kvm.c | 432 case KVM_INST_MFSPR(SPRN_SPRG1): in kvm_check_ins() 535 case KVM_INST_MTSPR(SPRN_SPRG1): in kvm_check_ins()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | processor.h | 346 #define SPRN_SPRG1 0x111 /* Special Purpose Register General 1 */ macro 664 #define SPR1 SPRN_SPRG1 668 #define SPRG1 SPRN_SPRG1
|
/openbmc/linux/arch/powerpc/platforms/83xx/ |
H A D | suspend-asm.S | 92 mfspr r5, SPRN_SPRG1 520 mtspr SPRN_SPRG1, r5
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | feature-fixups.c | 242 instrs[i++] = PPC_RAW_MFSPR(_R13, SPRN_SPRG1); in do_stf_exit_barrier_fixups()
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 2181 mfspr(SPRN_PVR), mfspr(SPRN_SPRG1)); in super_regs()
|