Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dmmu_helper.c825 TTE_IS_LOCKED(env->dtlb[i].tte) ? in dump_mmu()
863 TTE_IS_LOCKED(env->itlb[i].tte) ? in dump_mmu()
H A Dcpu.h293 #define TTE_IS_LOCKED(tte) ((tte) & TTE_LOCKED_BIT) macro
H A Dldst_helper.c278 if (!TTE_IS_LOCKED(tlb[i].tte) && !TTE_IS_USED(tlb[i].tte)) { in replace_tlb_1bit_lru()