Lines Matching refs:mas1
77 mtspr(SPRN_MAS1, stlbe->mas1); in __write_host_tlbe()
93 trace_kvm_booke206_stlb_write(mas0, stlbe->mas8, stlbe->mas1, in __write_host_tlbe()
151 stlbe->mas1 |= MAS1_TID(stid); in write_stlbe()
172 magic.mas1 = MAS1_VALID | MAS1_TS | MAS1_TID(stid) | in kvmppc_map_magic()
316 stlbe->mas1 = MAS1_TSIZE(tsize) | get_tlb_sts(gtlbe) | MAS1_VALID; in kvmppc_e500_setup_stlbe()
389 tsize = (gtlbe->mas1 & MAS1_TSIZE_MASK) >> in kvmppc_e500_shadow_map()
428 tsize = (gtlbe->mas1 & MAS1_TSIZE_MASK) >> in kvmppc_e500_shadow_map()
632 u32 mas1, mas2, mas3; in kvmppc_load_last_inst() local
651 mas1 = mfspr(SPRN_MAS1); in kvmppc_load_last_inst()
665 if (!(mas1 & MAS1_VALID)) in kvmppc_load_last_inst()
694 psize_shift = MAS1_GET_TSIZE(mas1) + 10; in kvmppc_load_last_inst()