| /external/igt-gpu-tools/lib/i915/ | 
| D | gem_mman.c | 55 void *__gem_mmap__gtt(int fd, uint32_t handle, uint64_t size, unsigned prot)  in __gem_mmap__gtt()87 void *gem_mmap__gtt(int fd, uint32_t handle, uint64_t size, unsigned prot)  in gem_mmap__gtt()
 161 *__gem_mmap(int fd, uint32_t handle, uint64_t offset, uint64_t size, unsigned int prot, uint64_t fl…  in __gem_mmap()
 195 void *__gem_mmap__wc(int fd, uint32_t handle, uint64_t offset, uint64_t size, unsigned prot)  in __gem_mmap__wc()
 212 void *gem_mmap__wc(int fd, uint32_t handle, uint64_t offset, uint64_t size, unsigned prot)  in gem_mmap__wc()
 232 void *__gem_mmap__cpu(int fd, uint32_t handle, uint64_t offset, uint64_t size, unsigned prot)  in __gem_mmap__cpu()
 249 void *gem_mmap__cpu(int fd, uint32_t handle, uint64_t offset, uint64_t size, unsigned prot)  in gem_mmap__cpu()
 
 | 
| /external/linux-kselftest/tools/testing/selftests/vm/ | 
| D | ksm_tests.c | 92 	int prot = 0;  in str_to_prot()  local138 static void  *allocate_memory(void *ptr, int prot, int mapping, char data, size_t map_size)  in allocate_memory()
 259 static int check_ksm_merge(int mapping, int prot, long page_count, int timeout, size_t page_size)  in check_ksm_merge()
 290 static int check_ksm_unmerge(int mapping, int prot, int timeout, size_t page_size)  in check_ksm_unmerge()
 330 static int check_ksm_zero_page_merge(int mapping, int prot, long page_count, int timeout,  in check_ksm_zero_page_merge()
 395 static int check_ksm_numa_merge(int mapping, int prot, int timeout, bool merge_across_nodes,  in check_ksm_numa_merge()
 487 static int ksm_merge_hugepages_time(int mapping, int prot, int timeout, size_t map_size)  in ksm_merge_hugepages_time()
 554 static int ksm_merge_time(int mapping, int prot, int timeout, size_t map_size)  in ksm_merge_time()
 595 static int ksm_cow_time(int mapping, int prot, int timeout, size_t page_size)  in ksm_cow_time()
 669 	int prot = 0;  in main()  local
 
 | 
| /external/libchrome/base/memory/ | 
| D | shared_memory_handle_android.cc | 19   int prot = ashmem_get_prot_region(fd);  in GetAshmemRegionProtectionMask()  local91   int prot = GetAshmemRegionProtectionMask(file_descriptor_.fd);  in IsRegionReadOnly()  local
 97   int prot = GetAshmemRegionProtectionMask(fd);  in SetRegionReadOnly()  local
 
 | 
| D | platform_shared_memory_region_android.cc | 23   int prot = ashmem_get_prot_region(fd);  in GetAshmemRegionProtectionMask()  local86   int prot = GetAshmemRegionProtectionMask(handle_copy.get());  in ConvertToReadOnly()  local
 178   int prot = GetAshmemRegionProtectionMask(handle);  in CheckPlatformHandlePermissionsCorrespondToMode()  local
 
 | 
| /external/cronet/base/memory/ | 
| D | platform_shared_memory_region_android.cc | 28   int prot = ashmem_get_prot_region(fd);  in GetAshmemRegionProtectionMask()  local92   int prot = GetAshmemRegionProtectionMask(handle_copy.get());  in ConvertToReadOnly()  local
 160   int prot = GetAshmemRegionProtectionMask(handle);  in CheckPlatformHandlePermissionsCorrespondToMode()  local
 
 | 
| /external/clang/test/CXX/class.access/class.access.base/ | 
| D | p1.cpp | 12   protected: int prot; static int sprot; // expected-note 4 {{declared protected here}}  member in test0::Base61   protected: int prot; static int sprot; // expected-note 4 {{declared protected here}}  member in test1::Base
 112     int prot; // expected-note {{declared protected here}} \  member in test2::Base
 
 | 
| /external/strace/tests-m32/ | 
| D | remap_file_pages.c | 46 		   const kernel_ulong_t prot,  in k_remap_file_pages()61 	kernel_ulong_t prot = PROT_READ|PROT_WRITE|PROT_EXEC;  in main()  local
 
 | 
| /external/strace/tests/ | 
| D | remap_file_pages.c | 46 		   const kernel_ulong_t prot,  in k_remap_file_pages()61 	kernel_ulong_t prot = PROT_READ|PROT_WRITE|PROT_EXEC;  in main()  local
 
 | 
| /external/strace/tests-mx32/ | 
| D | remap_file_pages.c | 46 		   const kernel_ulong_t prot,  in k_remap_file_pages()61 	kernel_ulong_t prot = PROT_READ|PROT_WRITE|PROT_EXEC;  in main()  local
 
 | 
| /external/mesa3d/src/mesa/drivers/dri/i965/ | 
| D | libdrm_macros.h | 33 #  define drm_mmap(addr, length, prot, flags, fd, offset) \  argument42 #  define drm_mmap(addr, length, prot, flags, fd, offset) \  argument
 
 | 
| /external/compiler-rt/lib/dfsan/ | 
| D | dfsan_interceptors.cc | 19 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags,  in INTERCEPTOR()27 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags,  in INTERCEPTOR()
 
 | 
| /external/pcre/src/sljit/ | 
| D | sljitWXExecAllocator.c | 99 	int prot = PROT_READ | PROT_WRITE | SLJIT_PROT_WX;  in sljit_malloc_exec()  local144 	int prot = PROT_READ | (enable_exec ? PROT_EXEC : PROT_WRITE);  in sljit_update_wx_flags()  local
 189 	DWORD prot = enable_exec ? PAGE_EXECUTE : PAGE_READWRITE;  in sljit_update_wx_flags()  local
 
 | 
| /external/libtextclassifier/abseil-cpp/absl/base/internal/ | 
| D | direct_mmap.h | 74 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()149 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()
 
 | 
| /external/tensorflow/third_party/absl/abseil-cpp/absl/base/internal/ | 
| D | direct_mmap.h | 74 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()152 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()
 
 | 
| /external/angle/third_party/abseil-cpp/absl/base/internal/ | 
| D | direct_mmap.h | 74 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()153 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()
 
 | 
| /external/webrtc/third_party/abseil-cpp/absl/base/internal/ | 
| D | direct_mmap.h | 74 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()153 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()
 
 | 
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ | 
| D | direct_mmap.h | 74 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()152 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()
 
 | 
| /external/cronet/third_party/abseil-cpp/absl/base/internal/ | 
| D | direct_mmap.h | 74 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()153 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()
 
 | 
| /external/openscreen/third_party/abseil/src/absl/base/internal/ | 
| D | direct_mmap.h | 74 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()149 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()
 
 | 
| /external/abseil-cpp/absl/base/internal/ | 
| D | direct_mmap.h | 74 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()152 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd,  in DirectMmap()
 
 | 
| /external/libdrm/ | 
| D | libdrm_macros.h | 51 static inline void *drm_mmap(void *addr, size_t length, int prot, int flags,  in drm_mmap()70 #  define drm_mmap(addr, length, prot, flags, fd, offset) \  argument
 
 | 
| /external/compiler-rt/lib/sanitizer_common/ | 
| D | sanitizer_linux_s390.cc | 30 uptr internal_mmap(void *addr, uptr length, int prot, int flags, int fd,  in internal_mmap()35     unsigned long prot;  in internal_mmap()  member
 
 | 
| /external/kernel-headers/original/uapi/asm-x86/asm/ | 
| D | mman.h | 8 #define arch_calc_vm_prot_bits(prot, key) (		\  argument
 | 
| /external/musl/src/mman/ | 
| D | mprotect.c | 5 int __mprotect(void *addr, size_t len, int prot)  in __mprotect()
 | 
| /external/musl/src/linux/ | 
| D | remap_file_pages.c | 5 int remap_file_pages(void *addr, size_t size, int prot, size_t pgoff, int flags)  in remap_file_pages()
 |