Searched refs:SPRN_MAS3 (Results 1 – 14 of 14) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | fsl_booke_entry_mapping.S | 91 mfspr r8,SPRN_MAS3 115 mtspr SPRN_MAS3,r8 169 mtspr SPRN_MAS3,r8 197 mtspr SPRN_MAS3,r9
|
A D | head_fsl_booke.S | 767 2: mtspr SPRN_MAS3, r12 782 mtspr SPRN_MAS3, r13 885 mfspr r12,SPRN_MAS3 1085 mtspr SPRN_MAS3,r8 /* Write MAS3(RPN) */ 1089 mtspr SPRN_MAS3,r8 /* Write MAS3(RPN) */
|
A D | kvm.c | 471 case KVM_INST_MFSPR(SPRN_MAS3): in kvm_check_ins() 573 case KVM_INST_MTSPR(SPRN_MAS3): in kvm_check_ins()
|
A D | misc_64.S | 321 mtspr SPRN_MAS3,r9
|
A D | exceptions-64e.S | 106 mfspr r10,SPRN_MAS3 182 mtspr SPRN_MAS3,r10 1248 mtspr SPRN_MAS3,r5
|
A D | entry_32.S | 484 mtspr SPRN_MAS3,r9; \
|
A D | head_booke.h | 253 mfspr r0,SPRN_MAS3
|
/linux/arch/powerpc/kvm/ |
A D | e500_emulate.c | 233 case SPRN_MAS3: in kvmppc_core_emulate_mtspr_e500() 346 case SPRN_MAS3: in kvmppc_core_emulate_mfspr_e500()
|
A D | e500_mmu_host.c | 79 mtspr(SPRN_MAS3, (u32)stlbe->mas7_3); in __write_host_tlbe() 653 mas3 = mfspr(SPRN_MAS3); in kvmppc_load_last_inst()
|
A D | bookehv_interrupts.S | 409 mfspr r5, SPRN_MAS3 611 mtspr SPRN_MAS3, r7
|
/linux/arch/powerpc/mm/nohash/ |
A D | tlb_low_64e.S | 719 mtspr SPRN_MAS3,r15 849 mtspr SPRN_MAS3,r10 1093 mtspr SPRN_MAS3,r10 1180 mtspr SPRN_MAS3,r10
|
A D | book3e_hugetlbpage.c | 177 mtspr(SPRN_MAS3, lower_32_bits(mas7_3)); in book3e_hugetlb_preload()
|
A D | tlb_low.S | 387 mtspr SPRN_MAS3,r4
|
/linux/arch/powerpc/include/asm/ |
A D | reg_booke.h | 148 #define SPRN_MAS3 0x273 /* MMU Assist Register 3 */ macro
|
Completed in 46 milliseconds