Searched refs:prot (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_ion.c | 118 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()
|