Lines Matching refs:mas1
80 mtspr(SPRN_MAS1, stlbe->mas1); in __write_host_tlbe()
96 trace_kvm_booke206_stlb_write(mas0, stlbe->mas8, stlbe->mas1, in __write_host_tlbe()
154 stlbe->mas1 |= MAS1_TID(stid); in write_stlbe()
175 magic.mas1 = MAS1_VALID | MAS1_TS | MAS1_TID(stid) | in kvmppc_map_magic()
319 stlbe->mas1 = MAS1_TSIZE(tsize) | get_tlb_sts(gtlbe) | MAS1_VALID; in kvmppc_e500_setup_stlbe()
392 tsize = (gtlbe->mas1 & MAS1_TSIZE_MASK) >> in kvmppc_e500_shadow_map()
431 tsize = (gtlbe->mas1 & MAS1_TSIZE_MASK) >> in kvmppc_e500_shadow_map()
635 u32 mas1, mas2, mas3; in kvmppc_load_last_inst() local
654 mas1 = mfspr(SPRN_MAS1); in kvmppc_load_last_inst()
668 if (!(mas1 & MAS1_VALID)) in kvmppc_load_last_inst()
697 psize_shift = MAS1_GET_TSIZE(mas1) + 10; in kvmppc_load_last_inst()