Home
last modified time | relevance | path

Searched refs:MAS1_VALID (Results 1 – 5 of 5) sorted by relevance

/qemu/target/ppc/
H A Dmmu_helper.c140 tlb[j].mas1 &= ~MAS1_VALID; in booke206_flush_tlb()
1099 if ((env->spr[SPR_BOOKE_MAS1] & MAS1_VALID) && (tlbncfg & TLBnCFG_AVAIL) && in helper_booke206_tlbwe()
1110 if (tlb->mas1 & MAS1_VALID) { in helper_booke206_tlbwe()
1261 tlb->mas1 &= ~MAS1_VALID; in booke206_invalidate_ea_tlb()
1316 tlb[j].mas1 &= ~MAS1_VALID; in helper_booke206_tlbilx1()
1358 tlb->mas1 &= ~MAS1_VALID; in helper_booke206_tlbilx3()
H A Dmmu_common.c717 if (!(tlb->mas1 & MAS1_VALID)) { in ppcmas_tlb_check()
988 if (!(entry->mas1 & MAS1_VALID)) { in mmubooke206_dump_one_tlb()
1270 env->spr[SPR_BOOKE_MAS1] |= MAS1_VALID; in booke206_update_mas_tlb_miss()
H A Dcpu.h960 #define MAS1_VALID 0x80000000 macro
/qemu/hw/ppc/
H A Dppce500_spin.c82 tlb->mas1 = MAS1_VALID | size; in mmubooke_create_initial_mapping()
H A De500.c763 tlb->mas1 = MAS1_VALID | size; in mmubooke_create_initial_mapping()