Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
De500_mmu_host.c51 static inline u32 e500_shadow_mas3_attrib(u32 mas3, int usermode) in e500_shadow_mas3_attrib() argument
54 mas3 &= MAS3_ATTRIB_MASK; in e500_shadow_mas3_attrib()
61 mas3 &= ~E500_TLB_USER_PERM_MASK; in e500_shadow_mas3_attrib()
62 mas3 |= (mas3 & E500_TLB_SUPER_PERM_MASK) << 1; in e500_shadow_mas3_attrib()
64 mas3 |= E500_TLB_SUPER_PERM_MASK; in e500_shadow_mas3_attrib()
66 return mas3; in e500_shadow_mas3_attrib()
635 u32 mas1, mas2, mas3; in kvmppc_load_last_inst() local
656 mas3 = mfspr(SPRN_MAS3); in kvmppc_load_last_inst()
660 mas7_mas3 = ((u64)mfspr(SPRN_MAS7) << 32) | mas3; in kvmppc_load_last_inst()
676 if (unlikely((pr && !(mas3 & MAS3_UX)) || in kvmppc_load_last_inst()
[all …]
/Linux-v4.19/arch/powerpc/kernel/
Dhead_booke.h430 unsigned long mas3; member
Dasm-offsets.c339 DEFINE(MAS3, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas3)); in main()