Searched refs:SysMmap (Results 1 - 2 of 2) sorted by relevance
/kernel/liteos_a/syscall/ |
H A D | vm_syscall.c | 40 void *SysMmap(void *addr, size_t size, int prot, int flags, int fd, size_t offset) in SysMmap() function
|
H A D | los_syscall.h | 171 extern void *SysMmap(void *addr, size_t size, int prot, int flags, int fd, size_t offset);
|
Completed in 1 milliseconds