Searched refs:SPRN_MAS0 (Results 1 – 13 of 13) sorted by relevance
/arch/powerpc/kernel/ |
D | fsl_booke_entry_mapping.S | 36 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
|
D | exceptions-64e.S | 112 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 …]
|
D | head_fsl_booke.S | 719 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
|
D | kvm.c | 468 case KVM_INST_MFSPR(SPRN_MAS0): in kvm_check_ins() 570 case KVM_INST_MTSPR(SPRN_MAS0): in kvm_check_ins()
|
D | entry_32.S | 68 mfspr r0,SPRN_MAS0 1124 mtspr SPRN_MAS0,r9; \
|
/arch/powerpc/mm/ |
D | hugetlbpage-book3e.c | 120 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
|
D | tlb_low_64e.S | 340 mtspr SPRN_MAS0,r10 410 mfspr r10,SPRN_MAS0 436 mtspr SPRN_MAS0,r10
|
D | tlb_nohash_low.S | 411 mtspr SPRN_MAS0,r4
|
/arch/powerpc/kvm/ |
D | e500_emulate.c | 209 case SPRN_MAS0: in kvmppc_core_emulate_mtspr_e500() 315 case SPRN_MAS0: in kvmppc_core_emulate_mfspr_e500()
|
D | e500_mmu_host.c | 78 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()
|
D | bookehv_interrupts.S | 409 mfspr r5, SPRN_MAS0 615 mtspr SPRN_MAS0, r3
|
/arch/powerpc/include/asm/ |
D | reg_booke.h | 148 #define SPRN_MAS0 0x270 /* MMU Assist Register 0 */ macro
|
/arch/powerpc/xmon/ |
D | xmon.c | 2864 mtspr(SPRN_MAS0, mas0); in dump_tlb_book3e()
|