Searched refs:SPRN_SPRG3 (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/powerpc/kvm/ |
D | emulate.c | 125 case SPRN_SPRG3: in kvmppc_emulate_mtspr() 184 case SPRN_SPRG3: in kvmppc_emulate_mfspr()
|
D | book3s_interrupts.S | 132 mtspr SPRN_SPRG3, r3
|
D | book3s_hv_rmhandlers.S | 909 mtspr SPRN_SPRG3, r8 1427 mfspr r6, SPRN_SPRG3
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | swsusp_booke.S | 83 mfspr r4,SPRN_SPRG3 159 mtspr SPRN_SPRG3,r4
|
D | kvm.c | 447 case KVM_INST_MFSPR(SPRN_SPRG3): in kvm_check_ins() 550 case KVM_INST_MTSPR(SPRN_SPRG3): in kvm_check_ins()
|
D | head_44x.S | 575 3: mfspr r11,SPRN_SPRG3 1034 mtspr SPRN_SPRG3,r4
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | reg.h | 595 #define SPRN_SPRG3 0x113 /* Special Purpose Register General 3 */ macro 963 #define SPRN_SPRG_THREAD SPRN_SPRG3 971 #define SPRN_SPRG_VDSO_WRITE SPRN_SPRG3 1009 #define SPRN_SPRG_CRIT_SCRATCH SPRN_SPRG3
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
D | suspend-asm.S | 97 mfspr r7, SPRN_SPRG3 505 mtspr SPRN_SPRG3, r7
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | xmon.c | 1711 printf("sp = "REG" sprg3= "REG"\n", sp, mfspr(SPRN_SPRG3)); in super_regs()
|