Home
last modified time | relevance | path

Searched refs:SPRN_MAS2 (Results 1 – 12 of 12) sorted by relevance

/linux/arch/powerpc/kernel/
H A D85xx_entry_mapping.S111 mfspr r6,SPRN_MAS2
114 mtspr SPRN_MAS2,r7
168 mtspr SPRN_MAS2,r6
195 mtspr SPRN_MAS2,r9
H A Dexceptions-64e.S104 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 Dkvm.c467 case KVM_INST_MFSPR(SPRN_MAS2): in kvm_check_ins()
569 case KVM_INST_MTSPR(SPRN_MAS2): in kvm_check_ins()
H A Dhead_85xx.S781 mfspr r12, SPRN_MAS2
795 3: mtspr SPRN_MAS2, r12
1079 mtspr SPRN_MAS2,r3 /* Write MAS2(EPN) */
H A Dentry_32.S435 mtspr SPRN_MAS2,r11; \
H A Dhead_booke.h250 mfspr r0,SPRN_MAS2
/linux/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S190 mtspr SPRN_MAS2,r11
352 mfspr r15,SPRN_MAS2
422 mtspr SPRN_MAS2,r15
476 mtspr SPRN_MAS2,r10
H A De500_hugetlbpage.c163 mtspr(SPRN_MAS2, mas2); in book3e_hugetlb_preload()
H A Dtlb_low.S360 mtspr SPRN_MAS2,r4
/linux/arch/powerpc/kvm/
H A De500_emulate.c230 case SPRN_MAS2: in kvmppc_core_emulate_mtspr_e500()
343 case SPRN_MAS2: in kvmppc_core_emulate_mfspr_e500()
H A Dbookehv_interrupts.S406 mfspr r7, SPRN_MAS2
601 mtspr SPRN_MAS2, r6
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h141 #define SPRN_MAS2 0x272 /* MMU Assist Register 2 */ macro