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

  /external/qemu/include/exec/
cpu-common.h 93 void *qemu_safe_ram_ptr(ram_addr_t addr);
  /external/qemu/
exec.c 551 start1 = (unsigned long)qemu_safe_ram_ptr(start);
554 if ((unsigned long)qemu_safe_ram_ptr(end - 1) - start1
1324 void *qemu_safe_ram_ptr(ram_addr_t addr) function
    [all...]

Completed in 58 milliseconds