Home
last modified time | relevance | path

Searched refs:from_guest_phys (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/tools/lguest/
Dlguest.c315 static void *from_guest_phys(unsigned long addr) in from_guest_phys() function
466 map_at(elf_fd, from_guest_phys(phdr[i].p_paddr), in map_elf()
488 void *p = from_guest_phys(0x100000); in load_bzimage()
571 map_at(ifd, from_guest_phys(mem - len), 0, st.st_size); in load_initrd()
648 return from_guest_phys(addr); in _check_pointer()
3315 boot = from_guest_phys(0); in main()