Searched refs:mas3 (Results 1 – 2 of 2) sorted by relevance
48 static inline u32 e500_shadow_mas3_attrib(u32 mas3, bool writable, int usermode) in e500_shadow_mas3_attrib() argument51 mas3 &= MAS3_ATTRIB_MASK; in e500_shadow_mas3_attrib()54 mas3 &= ~(MAS3_UW|MAS3_SW); 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()594 u32 mas1, mas2, mas3; in kvmppc_load_last_inst() local615 mas3 = mfspr(SPRN_MAS3); in kvmppc_load_last_inst()619 mas7_mas3 = ((u64)mfspr(SPRN_MAS7) << 32) | mas3; in kvmppc_load_last_inst()[all …]
85 unsigned long mas3; member