Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-booke.c250 if ((address & mask) != (tlb->mas2 & MAS2_EPN_MASK)) { in ppcmas_tlb_check()
447 env->spr[SPR_BOOKE_MAS2] |= address & MAS2_EPN_MASK; in booke206_update_mas_tlb_miss()
H A Dmmu_helper.c982 int ea = (env->spr[SPR_BOOKE_MAS2] & MAS2_EPN_MASK); in booke206_cur_tlb()
1016 tlb_flush_page(env_cpu(env), tlb->mas2 & MAS2_EPN_MASK); in flush_page()
1229 if (((tlb->mas2 & MAS2_EPN_MASK) == (ea & mask)) && in booke206_invalidate_ea_tlb()
1262 tlb_flush_page(cs, address & MAS2_EPN_MASK); in helper_booke206_tlbivax()
H A Dcpu.h979 #define MAS2_EPN_MASK (~0ULL << MAS2_EPN_SHIFT) macro