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

  /external/qemu/
cputlb.c 147 tlb_entry->addr_write |= TLB_NOTDIRTY;
154 if (tlb_entry->addr_write == (vaddr | TLB_NOTDIRTY)) {
291 te->addr_write = address | TLB_NOTDIRTY;
exec.c 606 tlb_entry->addr_write |= TLB_NOTDIRTY;
    [all...]
  /external/qemu/include/exec/
cpu-all.h 493 #define TLB_NOTDIRTY (1 << 4)

Completed in 48 milliseconds