Home
last modified time | relevance | path

Searched refs:SPRN_MAS0 (Results 1 – 13 of 13) sorted by relevance

/arch/powerpc/kernel/
Dfsl_booke_entry_mapping.S36 mfspr r7,SPRN_MAS0
50 mtspr SPRN_MAS0,r7
77 mtspr SPRN_MAS0,r7
104 mtspr SPRN_MAS0,r7
144 mtspr SPRN_MAS0,r7
166 mtspr SPRN_MAS0,r6
200 mtspr SPRN_MAS0,r0
228 mtspr SPRN_MAS0,r7
Dexceptions-64e.S112 mfspr r10,SPRN_MAS0
191 mtspr SPRN_MAS0,r10
1225 mfspr r3,SPRN_MAS0
1243 mtspr SPRN_MAS0,r7
1269 mtspr SPRN_MAS0,r4
1273 mtspr SPRN_MAS0,r4
1307 mtspr SPRN_MAS0,r3
1330 mtspr SPRN_MAS0,r3
1363 mtspr SPRN_MAS0,r4
1399 mtspr SPRN_MAS0,r11
[all …]
Dhead_fsl_booke.S719 mtspr SPRN_MAS0, r14
801 mfspr r12, SPRN_MAS0
821 mtspr SPRN_MAS0,r12
1239 mtspr SPRN_MAS0,r4
1254 mfspr r4,SPRN_MAS0
1257 mtspr SPRN_MAS0,r4
1305 mtspr SPRN_MAS0,r9
Dkvm.c468 case KVM_INST_MFSPR(SPRN_MAS0): in kvm_check_ins()
570 case KVM_INST_MTSPR(SPRN_MAS0): in kvm_check_ins()
Dentry_32.S68 mfspr r0,SPRN_MAS0
1124 mtspr SPRN_MAS0,r9; \
/arch/powerpc/mm/
Dhugetlbpage-book3e.c120 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
Dtlb_low_64e.S340 mtspr SPRN_MAS0,r10
410 mfspr r10,SPRN_MAS0
436 mtspr SPRN_MAS0,r10
Dtlb_nohash_low.S411 mtspr SPRN_MAS0,r4
/arch/powerpc/kvm/
De500_emulate.c209 case SPRN_MAS0: in kvmppc_core_emulate_mtspr_e500()
315 case SPRN_MAS0: in kvmppc_core_emulate_mfspr_e500()
De500_mmu_host.c78 mtspr(SPRN_MAS0, mas0); in __write_host_tlbe()
118 mas0 = mfspr(SPRN_MAS0); in get_host_mas0()
208 mtspr(SPRN_MAS0, in inval_gtlbe_on_host()
Dbookehv_interrupts.S409 mfspr r5, SPRN_MAS0
615 mtspr SPRN_MAS0, r3
/arch/powerpc/include/asm/
Dreg_booke.h148 #define SPRN_MAS0 0x270 /* MMU Assist Register 0 */ macro
/arch/powerpc/xmon/
Dxmon.c2864 mtspr(SPRN_MAS0, mas0); in dump_tlb_book3e()