Home
last modified time | relevance | path

Searched refs:SPRN_MAS4 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/powerpc/kvm/
H A De500_emulate.c237 case SPRN_MAS4: in kvmppc_core_emulate_mtspr_e500()
349 case SPRN_MAS4: in kvmppc_core_emulate_mfspr_e500()
H A De500_mmu_host.c113 mas4 = mfspr(SPRN_MAS4); in get_host_mas0()
114 mtspr(SPRN_MAS4, mas4 & ~MAS4_TLBSEL_MASK); in get_host_mas0()
117 mtspr(SPRN_MAS4, mas4); in get_host_mas0()
H A Dbookehv_interrupts.S410 mfspr r6, SPRN_MAS4
418 mtspr SPRN_MAS4, r6
590 mfspr r3, SPRN_MAS4
603 mtspr SPRN_MAS4, r8
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dtlb_64e.c218 mtspr(SPRN_MAS4, mas4); in early_init_this_mmu()
/openbmc/linux/arch/powerpc/kernel/
H A Dkvm.c475 case KVM_INST_MFSPR(SPRN_MAS4): in kvm_check_ins()
577 case KVM_INST_MTSPR(SPRN_MAS4): in kvm_check_ins()
H A Dhead_85xx.S191 mtspr SPRN_MAS4, r2
1060 mtspr SPRN_MAS4,r4
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h538 #define SPRN_MAS4 0x274 /* MMU Assist Register 4 */ macro
751 #define MAS4 SPRN_MAS4
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h149 #define SPRN_MAS4 0x274 /* MMU Assist Register 4 */ macro