Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dmmu_helper.c495 if (TTE_IS_VALID(tlb->tte) && in ultrasparc_tag_match()
816 if (TTE_IS_VALID(env->dtlb[i].tte)) { in dump_mmu()
855 if (TTE_IS_VALID(env->itlb[i].tte)) { in dump_mmu()
H A Dldst_helper.c134 if (TTE_IS_VALID(tlb->tte)) { in replace_tlb_entry()
177 if (TTE_IS_VALID(tlb[i].tte)) { in demap_tlb()
261 if (!TTE_IS_VALID(tlb[i].tte)) { in replace_tlb_1bit_lru()
H A Dcpu.h289 #define TTE_IS_VALID(tte) ((tte) & TTE_VALID_BIT) macro