Searched refs:SPRN_MAS0 (Results 1 – 15 of 15) sorted by relevance
/arch/powerpc/kernel/ |
D | fsl_booke_entry_mapping.S | 37 mfspr r7,SPRN_MAS0 51 mtspr SPRN_MAS0,r7 78 mtspr SPRN_MAS0,r7 105 mtspr SPRN_MAS0,r7 145 mtspr SPRN_MAS0,r7 160 mtspr SPRN_MAS0,r6 193 mtspr SPRN_MAS0,r0 221 mtspr SPRN_MAS0,r7
|
D | exceptions-64e.S | 100 mfspr r10,SPRN_MAS0 176 mtspr SPRN_MAS0,r10 1134 mfspr r3,SPRN_MAS0 1152 mtspr SPRN_MAS0,r7 1178 mtspr SPRN_MAS0,r4 1182 mtspr SPRN_MAS0,r4 1216 mtspr SPRN_MAS0,r3 1232 mtspr SPRN_MAS0,r3 1268 mtspr SPRN_MAS0,r4 1304 mtspr SPRN_MAS0,r11 [all …]
|
D | head_fsl_booke.S | 721 mtspr SPRN_MAS0, r14 1071 mtspr SPRN_MAS0,r7 /* Write MAS0 */ 1128 mtspr SPRN_MAS0,r4 1143 mfspr r4,SPRN_MAS0 1146 mtspr SPRN_MAS0,r4 1194 mtspr SPRN_MAS0,r9
|
D | kvm.c | 459 case KVM_INST_MFSPR(SPRN_MAS0): in kvm_check_ins() 561 case KVM_INST_MTSPR(SPRN_MAS0): in kvm_check_ins()
|
D | misc_64.S | 311 mtspr SPRN_MAS0,r9
|
D | entry_32.S | 507 mtspr SPRN_MAS0,r9; \
|
D | head_booke.h | 246 mfspr r0,SPRN_MAS0
|
/arch/powerpc/mm/nohash/ |
D | tlb_low.S | 381 mtspr SPRN_MAS0,r4 423 mfspr r6,SPRN_MAS0 426 mtspr SPRN_MAS0,r6 460 mtspr SPRN_MAS0,r6
|
D | book3e_hugetlbpage.c | 159 mtspr(SPRN_MAS0, MAS0_ESEL(index) | MAS0_TLBSEL(1)); in book3e_hugetlb_preload()
|
D | tlb_low_64e.S | 339 mtspr SPRN_MAS0,r10 409 mfspr r10,SPRN_MAS0 435 mtspr SPRN_MAS0,r10 498 mfspr r10,SPRN_MAS0
|
/arch/powerpc/kvm/ |
D | e500_emulate.c | 224 case SPRN_MAS0: in kvmppc_core_emulate_mtspr_e500() 337 case SPRN_MAS0: in kvmppc_core_emulate_mfspr_e500()
|
D | e500_mmu_host.c | 76 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()
|
D | bookehv_interrupts.S | 402 mfspr r5, SPRN_MAS0 608 mtspr SPRN_MAS0, r3
|
/arch/powerpc/include/asm/ |
D | reg_booke.h | 145 #define SPRN_MAS0 0x270 /* MMU Assist Register 0 */ macro
|
/arch/powerpc/xmon/ |
D | xmon.c | 3917 mtspr(SPRN_MAS0, mas0); in dump_tlb_book3e()
|