Searched refs:xmmap (Results 1 – 6 of 6) sorted by relevance
/support/ |
A D | xmmap.c | 24 xmmap (void *addr, size_t length, int prot, int flags, int fd) in xmmap() function
|
A D | support_shared_allocate.c | 45 struct header *result = xmmap (NULL, total_size, PROT_READ | PROT_WRITE, in support_shared_allocate()
|
A D | next_to_fault.c | 35 = xmmap (NULL, result.region_size, PROT_READ | PROT_WRITE, in support_next_to_fault_allocate()
|
A D | support_stack_alloc.c | 61 void *alloc_base = xmmap (0, in support_stack_alloc()
|
A D | xunistd.h | 80 void *xmmap (void *addr, size_t length, int prot, int flags, int fd);
|
A D | Makefile | 135 xmmap \
|
Completed in 12 milliseconds