HomeSort by relevance Sort by last modified time
    Searched refs:addr_code (Results 1 - 4 of 4) sorted by null

  /external/qemu/
cputlb.c 31 .addr_code = -1,
79 addr == (tlb_entry->addr_code &
280 te->addr_code = code_address;
282 te->addr_code = -1;
310 if (unlikely(env1->tlb_table[mmu_idx][page_index].addr_code !=
314 pd = env1->tlb_table[mmu_idx][page_index].addr_code & ~TARGET_PAGE_MASK;
  /external/qemu/include/exec/
cpu-defs.h 95 target_ulong addr_code; member in struct:CPUTLBEntry
softmmu_header.h 76 #define ADDR_READ addr_code
softmmu_template.h 66 #define ADDR_READ addr_code

Completed in 54 milliseconds