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

  /external/qemu/
loader.c 110 int read_targphys(int fd, target_phys_addr_t dst_addr, size_t nbytes) function
235 size = read_targphys(fd, addr, e.a_text + e.a_data);
243 size = read_targphys(fd, addr, e.a_text);
246 ret = read_targphys(fd, addr + N_DATADDR(e), e.a_data);
sysemu.h 237 int read_targphys(int fd, target_phys_addr_t dst_addr, size_t nbytes);

Completed in 1819 milliseconds