Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/os/
Dos_mman.h64 static inline void *os_mmap(void *addr, size_t length, int prot, int flags, int fd, loff_t offset) in os_mmap() function
/external/mesa3d/src/gallium/auxiliary/os/
Dos_mman.h55 # define os_mmap(addr, length, prot, flags, fd, offset) \ macro