Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dmmu_helper.c491 if (TTE_IS_VALID(tlb->tte) && in ultrasparc_tag_match()
812 if (TTE_IS_VALID(env->dtlb[i].tte)) { in dump_mmu()
851 if (TTE_IS_VALID(env->itlb[i].tte)) { in dump_mmu()
H A Dldst_helper.c129 if (TTE_IS_VALID(tlb->tte)) { in replace_tlb_entry()
172 if (TTE_IS_VALID(tlb[i].tte)) { in demap_tlb()
256 if (!TTE_IS_VALID(tlb[i].tte)) { in replace_tlb_1bit_lru()
H A Dcpu.h288 #define TTE_IS_VALID(tte) ((tte) & TTE_VALID_BIT) macro