Home
last modified time | relevance | path

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

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