Searched refs:SPRN_MAS2 (Results 1 – 12 of 12) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | 85xx_entry_mapping.S | 111 mfspr r6,SPRN_MAS2 114 mtspr SPRN_MAS2,r7 168 mtspr SPRN_MAS2,r6 195 mtspr SPRN_MAS2,r9
|
H A D | exceptions-64e.S | 104 mfspr r10,SPRN_MAS2 181 mtspr SPRN_MAS2,r10 1232 mtspr SPRN_MAS2,r6 1302 mtspr SPRN_MAS2,r3 1343 mfspr r6,SPRN_MAS2 1358 mtspr SPRN_MAS2,r6
|
H A D | kvm.c | 467 case KVM_INST_MFSPR(SPRN_MAS2): in kvm_check_ins() 569 case KVM_INST_MTSPR(SPRN_MAS2): in kvm_check_ins()
|
H A D | head_85xx.S | 781 mfspr r12, SPRN_MAS2 795 3: mtspr SPRN_MAS2, r12 1079 mtspr SPRN_MAS2,r3 /* Write MAS2(EPN) */
|
H A D | entry_32.S | 435 mtspr SPRN_MAS2,r11; \
|
H A D | head_booke.h | 250 mfspr r0,SPRN_MAS2
|
/linux/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 190 mtspr SPRN_MAS2,r11 352 mfspr r15,SPRN_MAS2 422 mtspr SPRN_MAS2,r15 476 mtspr SPRN_MAS2,r10
|
H A D | e500_hugetlbpage.c | 163 mtspr(SPRN_MAS2, mas2); in book3e_hugetlb_preload()
|
H A D | tlb_low.S | 360 mtspr SPRN_MAS2,r4
|
/linux/arch/powerpc/kvm/ |
H A D | e500_emulate.c | 230 case SPRN_MAS2: in kvmppc_core_emulate_mtspr_e500() 343 case SPRN_MAS2: in kvmppc_core_emulate_mfspr_e500()
|
H A D | bookehv_interrupts.S | 406 mfspr r7, SPRN_MAS2 601 mtspr SPRN_MAS2, r6
|
/linux/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 141 #define SPRN_MAS2 0x272 /* MMU Assist Register 2 */ macro
|