Home
last modified time | relevance | path

Searched refs:SPRN_SPRG1 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h754 #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 Dmpc52xx_sleep.S127 mtspr SPRN_SPRG1, r8
149 mfspr r8, SPRN_SPRG1
/openbmc/linux/arch/powerpc/kvm/
H A Demulate.c101 case SPRN_SPRG1: in kvmppc_emulate_mtspr()
160 case SPRN_SPRG1: in kvmppc_emulate_mfspr()
H A Dbook3s_hv_p9_entry.c665 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 Dbook3s_hv_rmhandlers.S777 mtspr SPRN_SPRG1, r6
1336 mfspr r4, SPRN_SPRG1
/openbmc/linux/arch/powerpc/kernel/
H A Dswsusp_85xx.S80 mfspr r4,SPRN_SPRG1
156 mtspr SPRN_SPRG1,r4
H A Dkvm.c432 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 Dprocessor.h346 #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 Dsuspend-asm.S92 mfspr r5, SPRN_SPRG1
520 mtspr SPRN_SPRG1, r5
/openbmc/linux/arch/powerpc/lib/
H A Dfeature-fixups.c242 instrs[i++] = PPC_RAW_MFSPR(_R13, SPRN_SPRG1); in do_stf_exit_barrier_fixups()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c2181 mfspr(SPRN_PVR), mfspr(SPRN_SPRG1)); in super_regs()