Searched refs:ff_mmap (Results 1 – 3 of 3) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_host_interface.h | 43 void *ff_mmap(void *addr, uint64_t len, int prot, int flags, int fd, uint64_t offset);
|
| H A D | ff_host_interface.c | 53 ff_mmap(void *addr, uint64_t len, int prot, int flags, int fd, uint64_t offset) in ff_mmap() function
|
| H A D | ff_glue.c | 1019 … void *alloc = ff_mmap(NULL, bytes, ff_PROT_READ|ff_PROT_WRITE, ff_MAP_ANON|ff_MAP_PRIVATE, -1, 0); in kmem_malloc()
|