Searched refs:mas3 (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/kvm/
H A De500_mmu_host.c50 static inline u32 e500_shadow_mas3_attrib(u32 mas3, int usermode) e500_shadow_mas3_attrib() argument
53 mas3 &= MAS3_ATTRIB_MASK; e500_shadow_mas3_attrib()
60 mas3 &= ~E500_TLB_USER_PERM_MASK; e500_shadow_mas3_attrib()
61 mas3 |= (mas3 & E500_TLB_SUPER_PERM_MASK) << 1; e500_shadow_mas3_attrib()
63 mas3 |= E500_TLB_SUPER_PERM_MASK; e500_shadow_mas3_attrib()
65 return mas3; e500_shadow_mas3_attrib()
634 u32 mas1, mas2, mas3; kvmppc_load_last_inst() local
655 mas3 = mfspr(SPRN_MAS3); kvmppc_load_last_inst()
659 mas7_mas3 = ((u64)mfspr(SPRN_MAS7) << 32) | mas3; kvmppc_load_last_inst()
675 if (unlikely((pr && !(mas3 & MAS3_UX)) || kvmppc_load_last_inst()
676 (!pr && !(mas3 & MAS3_SX)))) { kvmppc_load_last_inst()
/linux-4.1.27/arch/powerpc/kernel/
H A Dhead_booke.h429 unsigned long mas3; member in struct:exception_regs
H A Dasm-offsets.c353 DEFINE(MAS3, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas3)); main()

Completed in 114 milliseconds