Home
last modified time | relevance | path

Searched refs:TTE_IS_USED (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dcpu.h317 #define TTE_IS_USED(tte) ((tte) & TTE_USED_BIT) macro
H A Dldst_helper.c276 if (!TTE_IS_LOCKED(tlb[i].tte) && !TTE_IS_USED(tlb[i].tte)) { in replace_tlb_1bit_lru()