Searched refs:host_mmap (Results 1 – 3 of 3) sorted by relevance
| /freebsd/stand/kboot/include/ |
| H A D | host_syscall.h | 172 void *host_mmap(void *addr, size_t len, int prot, int flags, int fd, off_t off); 190 host_mmap(0, size, HOST_PROT_READ | HOST_PROT_WRITE, \
|
| /freebsd/stand/kboot/libkboot/ |
| H A D | host_syscalls.c | 96 host_mmap(void *addr, size_t len, int prot, int flags, int fd, off_t off) in host_mmap() function
|
| /freebsd/stand/kboot/kboot/ |
| H A D | main.c | 262 va = host_mmap(0, PAGE, HOST_PROT_READ, HOST_MAP_SHARED, smbios_fd, pa2); in ptov()
|