Searched refs:SPRN_MAS0 (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/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 169 mtspr SPRN_MAS0,r6 203 mtspr SPRN_MAS0,r0 231 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 1333 mtspr SPRN_MAS0,r3 1369 mtspr SPRN_MAS0,r4 1405 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 | misc_64.S | 529 mtspr SPRN_MAS0,r9
|
D | entry_32.S | 66 mfspr r0,SPRN_MAS0 1052 mtspr SPRN_MAS0,r9; \
|
/linux-4.4.14/arch/powerpc/mm/ |
D | tlb_nohash_low.S | 412 mtspr SPRN_MAS0,r4 450 mfspr r6,SPRN_MAS0 453 mtspr SPRN_MAS0,r6 482 mtspr SPRN_MAS0,r6
|
D | hugetlbpage-book3e.c | 120 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
|
D | tlb_low_64e.S | 350 mtspr SPRN_MAS0,r10 420 mfspr r10,SPRN_MAS0 446 mtspr SPRN_MAS0,r10 510 mfspr r10,SPRN_MAS0
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | e500_emulate.c | 228 case SPRN_MAS0: in kvmppc_core_emulate_mtspr_e500() 334 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
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | reg_booke.h | 148 #define SPRN_MAS0 0x270 /* MMU Assist Register 0 */ macro
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | xmon.c | 2967 mtspr(SPRN_MAS0, mas0); in dump_tlb_book3e()
|