Home
last modified time | relevance | path

Searched defs:mmap (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/arch/x86/core/
Dmultiboot.c64 struct multiboot_mmap *mmap; in z_multiboot_init() local
/Zephyr-Core-3.7.0/lib/posix/options/
Dmmap.c49 void *mmap(void *addr, size_t len, int prot, int flags, int fd, off_t off) in mmap() function