Searched refs:SPRN_SPRG2 (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/arch/powerpc/include/asm/ |
D | reg.h | 490 #define SPRN_SPRG2 0x112 /* Special Purpose Register General 2 */ macro 818 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG2 860 #define SPRN_SPRG_TLB_EXFRAME SPRN_SPRG2 872 #define SPRN_SPRG_RTAS SPRN_SPRG2 879 #define SPRN_SPRG_SCRATCH2 SPRN_SPRG2 891 #define SPRN_SPRG_RSCRATCH_CRIT SPRN_SPRG2 892 #define SPRN_SPRG_WSCRATCH_CRIT SPRN_SPRG2
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | head_8xx.S | 304 mtspr SPRN_SPRG2, r11 366 mfspr r11, SPRN_SPRG2 389 mfspr r11, SPRN_SPRG2 412 mtspr SPRN_SPRG2, r11 490 mfspr r11, SPRN_SPRG2
|
D | kvm.c | 443 case KVM_INST_MFSPR(SPRN_SPRG2): in kvm_check_ins() 546 case KVM_INST_MTSPR(SPRN_SPRG2): in kvm_check_ins()
|
/linux-3.4.99/arch/powerpc/kvm/ |
D | emulate.c | 281 case SPRN_SPRG2: in kvmppc_emulate_instruction() 361 case SPRN_SPRG2: in kvmppc_emulate_instruction()
|
D | book3s_hv_rmhandlers.S | 209 mtspr SPRN_SPRG2, r7 965 mfspr r5, SPRN_SPRG2
|
/linux-3.4.99/arch/powerpc/platforms/83xx/ |
D | suspend-asm.S | 96 mfspr r6, SPRN_SPRG2 504 mtspr SPRN_SPRG2, r6
|
/linux-3.4.99/arch/powerpc/xmon/ |
D | xmon.c | 1635 mfspr(SPRN_DEC), mfspr(SPRN_SPRG2)); in super_regs()
|