Home
last modified time | relevance | path

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

1234567

/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/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/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-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/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/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/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/angle/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()
152 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd, in DirectMmap()
/external/abseil-cpp/absl/base/internal/
Ddirect_mmap.h74 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/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/webrtc/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()
152 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()
152 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/pcre/src/sljit/
DsljitWXExecAllocator.c124 int prot = PROT_READ | PROT_WRITE | SLJIT_PROT_WX; in sljit_malloc_exec() local
169 int prot = PROT_READ | (enable_exec ? PROT_EXEC : PROT_WRITE); in sljit_update_wx_flags() local
214 DWORD prot = enable_exec ? PAGE_EXECUTE : PAGE_READWRITE; in sljit_update_wx_flags() local
/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/musl/src/mman/
Dmprotect.c5 int __mprotect(void *addr, size_t len, int prot) in __mprotect()
/external/linux-kselftest/tools/testing/selftests/x86/
Dprotection_keys.c680 int prot; member
685 void record_pkey_malloc(void *ptr, long size, int prot) in record_pkey_malloc()
750 void *malloc_pkey_with_mprotect(long size, int prot, u16 pkey) in malloc_pkey_with_mprotect()
770 void *malloc_pkey_anon_huge(long size, int prot, u16 pkey) in malloc_pkey_anon_huge()
842 void *malloc_pkey_hugetlb(long size, int prot, u16 pkey) in malloc_pkey_hugetlb()
863 void *malloc_pkey_mmap_dax(long size, int prot, u16 pkey) in malloc_pkey_mmap_dax()
897 void *malloc_pkey(long size, int prot, u16 pkey) in malloc_pkey()
1216 int prot; in test_mprotect_with_pkey_0() local
1441 int prot = PROT_READ|PROT_WRITE; in run_tests_once() local
/external/clang/test/CodeGen/
D2003-11-18-CondExprLValue.c5 void split_large_page(unsigned long addr, pgprot_t prot) in split_large_page()
/external/musl/src/linux/
Dremap_file_pages.c5 int remap_file_pages(void *addr, size_t size, int prot, size_t pgoff, int flags) in remap_file_pages()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dmman.h22 #define arch_calc_vm_prot_bits(prot, key) ( \ argument
/external/tcpdump/
Dprint-gre.c111 uint16_t flags, prot; in gre_print_0() local
238 uint16_t flags, prot; in gre_print_1() local
/external/mesa3d/src/gallium/auxiliary/os/
Dos_mman.h55 # define os_mmap(addr, length, prot, flags, fd, offset) \ argument

1234567