Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dmmu_helper.c492 (TTE_IS_GLOBAL(tlb->tte) || tlb_compare_context(tlb, context)) in ultrasparc_tag_match()
826 TTE_IS_GLOBAL(env->dtlb[i].tte) ? in dump_mmu()
862 TTE_IS_GLOBAL(env->itlb[i].tte) ? in dump_mmu()
H A Dldst_helper.c176 if (TTE_IS_GLOBAL(tlb[i].tte) || in demap_tlb()
191 if (!TTE_IS_GLOBAL(tlb[i].tte) && in demap_tlb()
H A Dcpu.h305 #define TTE_IS_GLOBAL(tte) ((tte) & TTE_GLOBAL_BIT) macro