Searched refs:SPRN_MAS3 (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | 85xx_entry_mapping.S | 91 mfspr r8,SPRN_MAS3 115 mtspr SPRN_MAS3,r8 169 mtspr SPRN_MAS3,r8 197 mtspr SPRN_MAS3,r9
|
H A D | head_85xx.S | 780 2: mtspr SPRN_MAS3, r12 796 mtspr SPRN_MAS3, r13 900 mfspr r12,SPRN_MAS3 1101 mtspr SPRN_MAS3,r8 /* Write MAS3(RPN) */ 1105 mtspr SPRN_MAS3,r8 /* Write MAS3(RPN) */
|
H 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()
|
H A D | misc_64.S | 322 mtspr SPRN_MAS3,r9
|
H A D | exceptions-64e.S | 107 mfspr r10,SPRN_MAS3 184 mtspr SPRN_MAS3,r10 1237 mtspr SPRN_MAS3,r5
|
H A D | entry_32.S | 463 mtspr SPRN_MAS3,r9; \
|
H A D | head_booke.h | 253 mfspr r0,SPRN_MAS3
|
/openbmc/linux/arch/powerpc/kvm/ |
H 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()
|
H 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()
|
H A D | bookehv_interrupts.S | 409 mfspr r5, SPRN_MAS3 602 mtspr SPRN_MAS3, r7
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | e500_hugetlbpage.c | 167 mtspr(SPRN_MAS3, lower_32_bits(mas7_3)); in book3e_hugetlb_preload()
|
H A D | tlb_low_64e.S | 713 mtspr SPRN_MAS3,r15 843 mtspr SPRN_MAS3,r10 953 mtspr SPRN_MAS3,r10
|
H A D | tlb_low.S | 387 mtspr SPRN_MAS3,r4
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | release.S | 306 mtspr SPRN_MAS3,r11 471 mtspr SPRN_MAS3,r12
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | processor.h | 537 #define SPRN_MAS3 0x273 /* MMU Assist Register 3 */ macro 750 #define MAS3 SPRN_MAS3
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 148 #define SPRN_MAS3 0x273 /* MMU Assist Register 3 */ macro
|