Home
last modified time | relevance | path

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

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