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

  /external/qemu/
translate-all.c 327 startaddr = h2g(startaddr) & TARGET_PAGE_MASK;
330 endaddr = h2g(endaddr);
359 startaddr = h2g(startaddr) & TARGET_PAGE_MASK;
362 endaddr = h2g(endaddr);
    [all...]
cpu-exec.c 742 if (is_write && page_unprotect(h2g(address), pc, puc)) {
    [all...]
  /external/qemu/include/exec/
cpu-all.h 201 /* All direct uses of g2h and h2g need to go away for usermode softmmu. */
219 #define h2g(x) ({ \ macro

Completed in 145 milliseconds