Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dldst_helper.c146 static void demap_tlb(SparcTLBEntry *tlb, target_ulong demap_addr, in demap_tlb() argument
153 int is_demap_context = (demap_addr >> 6) & 1; in demap_tlb()
156 switch ((demap_addr >> 4) & 3) { in demap_tlb()
186 if (!compare_masked(demap_addr, tlb[i].tag, mask)) { in demap_tlb()