Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dfsl_booke_entry_mapping.S37 mfspr r7,SPRN_MAS0
51 mtspr SPRN_MAS0,r7
78 mtspr SPRN_MAS0,r7
105 mtspr SPRN_MAS0,r7
145 mtspr SPRN_MAS0,r7
170 mtspr SPRN_MAS0,r6
204 mtspr SPRN_MAS0,r0
232 mtspr SPRN_MAS0,r7
Dexceptions-64e.S112 mfspr r10,SPRN_MAS0
191 mtspr SPRN_MAS0,r10
1262 mfspr r3,SPRN_MAS0
1280 mtspr SPRN_MAS0,r7
1306 mtspr SPRN_MAS0,r4
1310 mtspr SPRN_MAS0,r4
1344 mtspr SPRN_MAS0,r3
1370 mtspr SPRN_MAS0,r3
1406 mtspr SPRN_MAS0,r4
1442 mtspr SPRN_MAS0,r11
[all …]
Dhead_fsl_booke.S735 mtspr SPRN_MAS0, r14
817 mfspr r12, SPRN_MAS0
837 mtspr SPRN_MAS0,r12
1143 mtspr SPRN_MAS0,r4
1158 mfspr r4,SPRN_MAS0
1161 mtspr SPRN_MAS0,r4
1209 mtspr SPRN_MAS0,r9
Dkvm.c469 case KVM_INST_MFSPR(SPRN_MAS0): in kvm_check_ins()
571 case KVM_INST_MTSPR(SPRN_MAS0): in kvm_check_ins()
Dmisc_64.S534 mtspr SPRN_MAS0,r9
Dentry_32.S74 mfspr r0,SPRN_MAS0
1121 mtspr SPRN_MAS0,r9; \
/arch/powerpc/mm/
Dtlb_nohash_low.S412 mtspr SPRN_MAS0,r4
450 mfspr r6,SPRN_MAS0
453 mtspr SPRN_MAS0,r6
482 mtspr SPRN_MAS0,r6
Dhugetlbpage-book3e.c172 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
Dtlb_low_64e.S357 mtspr SPRN_MAS0,r10
427 mfspr r10,SPRN_MAS0
453 mtspr SPRN_MAS0,r10
517 mfspr r10,SPRN_MAS0
/arch/powerpc/kvm/
De500_emulate.c228 case SPRN_MAS0: in kvmppc_core_emulate_mtspr_e500()
341 case SPRN_MAS0: in kvmppc_core_emulate_mfspr_e500()
De500_mmu_host.c79 mtspr(SPRN_MAS0, mas0); in __write_host_tlbe()
119 mas0 = mfspr(SPRN_MAS0); in get_host_mas0()
209 mtspr(SPRN_MAS0, in inval_gtlbe_on_host()
Dbookehv_interrupts.S413 mfspr r5, SPRN_MAS0
619 mtspr SPRN_MAS0, r3
/arch/powerpc/include/asm/
Dreg_booke.h148 #define SPRN_MAS0 0x270 /* MMU Assist Register 0 */ macro
/arch/powerpc/xmon/
Dxmon.c3421 mtspr(SPRN_MAS0, mas0); in dump_tlb_book3e()