Home
last modified time | relevance | path

Searched refs:SPRN_SPRG2 (Results 1 – 9 of 9) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dreg.h755 #define SPRN_SPRG2 0x112 /* Special Purpose Register General 2 */ macro
1156 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG2
1200 #define SPRN_SPRG_TLB_EXFRAME SPRN_SPRG2
1215 #define SPRN_SPRG_SCRATCH2 SPRN_SPRG2
1222 #define SPRN_SPRG_SCRATCH2 SPRN_SPRG2
1234 #define SPRN_SPRG_RSCRATCH_CRIT SPRN_SPRG2
1235 #define SPRN_SPRG_WSCRATCH_CRIT SPRN_SPRG2
1251 #define SPRN_SPRG_SCRATCH2 SPRN_SPRG2
/linux/arch/powerpc/kvm/
H A Demulate.c104 case SPRN_SPRG2: in kvmppc_emulate_mtspr()
163 case SPRN_SPRG2: in kvmppc_emulate_mfspr()
H A Dbook3s_hv_p9_entry.c666 mtspr(SPRN_SPRG2, vcpu->arch.shregs.sprg2); in kvmhv_vcpu_entry_p9()
836 vcpu->arch.shregs.sprg2 = mfspr(SPRN_SPRG2); in kvmhv_vcpu_entry_p9()
H A Dbook3s_hv_rmhandlers.S778 mtspr SPRN_SPRG2, r7
1337 mfspr r5, SPRN_SPRG2
/linux/arch/powerpc/kernel/
H A Dswsusp_85xx.S82 mfspr r4,SPRN_SPRG2
158 mtspr SPRN_SPRG2,r4
H A Dkvm.c435 case KVM_INST_MFSPR(SPRN_SPRG2): in kvm_check_ins()
538 case KVM_INST_MTSPR(SPRN_SPRG2): in kvm_check_ins()
/linux/arch/powerpc/platforms/83xx/
H A Dsuspend-asm.S94 mfspr r6, SPRN_SPRG2
523 mtspr SPRN_SPRG2, r6
/linux/arch/powerpc/lib/
H A Dfeature-fixups.c248 instrs[i++] = PPC_RAW_MTSPR(SPRN_SPRG2, _R13); in do_stf_exit_barrier_fixups()
257 instrs[i++] = PPC_RAW_MFSPR(_R13, SPRN_SPRG2); in do_stf_exit_barrier_fixups()
/linux/arch/powerpc/xmon/
H A Dxmon.c2181 mfspr(SPRN_DEC), mfspr(SPRN_SPRG2)); in super_regs()