Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 25 of 176) sorted by relevance

12345678

/external/igt-gpu-tools/lib/i915/
Dgem_mman.c55 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/llvm-project/clang/test/CodeCompletion/
Daccessibility.cpp5 int prot; member in X
14 static int prot; member in Unrelated
79 static int prot; member in Outer
/external/libchrome/base/memory/
Dshared_memory_handle_android.cc19 int prot = ashmem_get_prot_region(fd); in GetAshmemRegionProtectionMask() local
91 int prot = GetAshmemRegionProtectionMask(file_descriptor_.fd); in IsRegionReadOnly() local
97 int prot = GetAshmemRegionProtectionMask(fd); in SetRegionReadOnly() local
Dplatform_shared_memory_region_android.cc23 int prot = ashmem_get_prot_region(fd); in GetAshmemRegionProtectionMask() local
86 int prot = GetAshmemRegionProtectionMask(handle_copy.get()); in ConvertToReadOnly() local
178 int prot = GetAshmemRegionProtectionMask(handle); in CheckPlatformHandlePermissionsCorrespondToMode() local
/external/clang/test/CXX/class.access/class.access.base/
Dp1.cpp12 protected: int prot; static int sprot; // expected-note 4 {{declared protected here}} member in test0::Base
61 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/llvm-project/clang/test/CXX/class.access/class.access.base/
Dp1.cpp12 protected: int prot; static int sprot; // expected-note 4 {{declared protected here}} member in test0::Base
61 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/
Dremap_file_pages.c46 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-m32/
Dremap_file_pages.c46 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/
Dremap_file_pages.c46 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/
Dlibdrm_macros.h33 # define drm_mmap(addr, length, prot, flags, fd, offset) \ argument
42 # define drm_mmap(addr, length, prot, flags, fd, offset) \ argument
/external/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cc19 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/abseil-cpp/absl/base/internal/
Ddirect_mmap.h70 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd, in DirectMmap()
144 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/
Ddirect_mmap.h70 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd, in DirectMmap()
144 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/
Ddirect_mmap.h74 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/openscreen/third_party/abseil/src/absl/base/internal/
Ddirect_mmap.h74 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/libtextclassifier/abseil-cpp/absl/base/internal/
Ddirect_mmap.h74 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/libdrm/
Dlibdrm_macros.h51 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/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cpp29 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR()
45 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR()
/external/llvm-project/compiler-rt/lib/safestack/
Dsafestack_platform.h93 inline void *Mmap(void *addr, size_t length, int prot, int flags, int fd, in Mmap()
113 inline int Mprotect(void *addr, size_t length, int prot) { in Mprotect()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_s390.cc30 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/llvm-project/flang/test/Semantics/
Dresolve57.f9026 real, protected :: prot variable
103 real, protected :: prot variable
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_s390.cpp30 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/clang/test/CodeGen/
D2003-11-18-CondExprLValue.c5 void split_large_page(unsigned long addr, pgprot_t prot) in split_large_page()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dmman.h22 #define arch_calc_vm_prot_bits(prot, key) ( \ argument
/external/llvm-project/clang/test/CodeGen/
D2003-11-18-CondExprLValue.c5 void split_large_page(unsigned long addr, pgprot_t prot) in split_large_page()

12345678