Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/osal/allocator/
H A Dallocator_ion.c118 static int ion_mmap(int fd, size_t length, int prot, int flags, off_t offset, in ion_mmap() argument
129 *ptr = mmap(NULL, length, prot, flags, fd, offset); in ion_mmap()