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

  /external/qemu/
cpu-common.h 60 void *qemu_get_ram_ptr(ram_addr_t addr);
arch_init.c 426 host = qemu_get_ram_ptr(addr);
445 host = qemu_get_ram_ptr(addr);
exec.c 2722 void *qemu_get_ram_ptr(ram_addr_t addr) function
    [all...]
kvm-all.c 138 mem.userspace_addr = (unsigned long)qemu_get_ram_ptr(slot->phys_offset);
  /external/qemu/target-i386/
hax-darwin.c 76 info.va = (uint64_t)qemu_get_ram_ptr(phys_offset);
hax-windows.c 118 info.va = (uint64_t)qemu_get_ram_ptr(phys_offset);
  /external/qemu/hw/
goldfish_pipe.c 1017 buffer.data = qemu_get_ram_ptr(phys) + (address - page);
1032 buffer.data = qemu_get_ram_ptr(phys) + (address - page);
    [all...]
goldfish_fb.c 480 src_line = qemu_get_ram_ptr( base );
pc.c 983 ret = load_image(filename, qemu_get_ram_ptr(bios_offset));
    [all...]

Completed in 131 milliseconds