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.S98 mfspr r10,SPRN_MAS0
177 mtspr SPRN_MAS0,r10
1258 mfspr r3,SPRN_MAS0
1276 mtspr SPRN_MAS0,r7
1302 mtspr SPRN_MAS0,r4
1306 mtspr SPRN_MAS0,r4
1340 mtspr SPRN_MAS0,r3
1366 mtspr SPRN_MAS0,r3
1402 mtspr SPRN_MAS0,r4
1438 mtspr SPRN_MAS0,r11
[all …]
Dhead_fsl_booke.S727 mtspr SPRN_MAS0, r14
809 mfspr r12, SPRN_MAS0
829 mtspr SPRN_MAS0,r12
1135 mtspr SPRN_MAS0,r4
1150 mfspr r4,SPRN_MAS0
1153 mtspr SPRN_MAS0,r4
1201 mtspr SPRN_MAS0,r9
Dkvm.c459 case KVM_INST_MFSPR(SPRN_MAS0): in kvm_check_ins()
561 case KVM_INST_MTSPR(SPRN_MAS0): in kvm_check_ins()
Dmisc_64.S338 mtspr SPRN_MAS0,r9
Dentry_32.S66 mfspr r0,SPRN_MAS0
1130 mtspr SPRN_MAS0,r9; \
/arch/powerpc/mm/nohash/
Dtlb_low.S409 mtspr SPRN_MAS0,r4
451 mfspr r6,SPRN_MAS0
454 mtspr SPRN_MAS0,r6
488 mtspr SPRN_MAS0,r6
Dbook3e_hugetlbpage.c159 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
Dtlb_low_64e.S348 mtspr SPRN_MAS0,r10
418 mfspr r10,SPRN_MAS0
444 mtspr SPRN_MAS0,r10
508 mfspr r10,SPRN_MAS0
/arch/powerpc/kvm/
De500_emulate.c225 case SPRN_MAS0: in kvmppc_core_emulate_mtspr_e500()
338 case SPRN_MAS0: in kvmppc_core_emulate_mfspr_e500()
De500_mmu_host.c76 mtspr(SPRN_MAS0, mas0); in __write_host_tlbe()
116 mas0 = mfspr(SPRN_MAS0); in get_host_mas0()
206 mtspr(SPRN_MAS0, in inval_gtlbe_on_host()
Dbookehv_interrupts.S402 mfspr r5, SPRN_MAS0
608 mtspr SPRN_MAS0, r3
/arch/powerpc/include/asm/
Dreg_booke.h145 #define SPRN_MAS0 0x270 /* MMU Assist Register 0 */ macro
/arch/powerpc/xmon/
Dxmon.c3731 mtspr(SPRN_MAS0, mas0); in dump_tlb_book3e()