Home
last modified time | relevance | path

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

12345678910

/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/linux-kselftest/tools/testing/selftests/vm/
Dksm_tests.c86 int prot = 0; in str_to_prot() local
132 static void *allocate_memory(void *ptr, int prot, int mapping, char data, size_t map_size) in allocate_memory()
255 static int check_ksm_merge(int mapping, int prot, long page_count, int timeout, size_t page_size) in check_ksm_merge()
286 static int check_ksm_unmerge(int mapping, int prot, int timeout, size_t page_size) in check_ksm_unmerge()
326 static int check_ksm_zero_page_merge(int mapping, int prot, long page_count, int timeout, in check_ksm_zero_page_merge()
391 static int check_ksm_numa_merge(int mapping, int prot, int timeout, bool merge_across_nodes, in check_ksm_numa_merge()
455 static int ksm_merge_hugepages_time(int mapping, int prot, int timeout, size_t map_size) in ksm_merge_hugepages_time()
522 static int ksm_merge_time(int mapping, int prot, int timeout, size_t map_size) in ksm_merge_time()
563 static int ksm_cow_time(int mapping, int prot, int timeout, size_t page_size) in ksm_cow_time()
637 int prot = 0; in main() local
/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/intel-media-driver/media_driver/linux/common/cp/ddi/
Dmedia_ddi_prot.cpp98 DdiMediaProtected *prot = DdiMediaProtected::GetInstance(DDI_PROTECTED_CONTENT); in DdiMedia_CreateProtectedSession() local
128 DdiMediaProtected *prot = DdiMediaProtected::GetInstance(DDI_PROTECTED_CONTENT); in DdiMedia_DestroyProtectedSession() local
157 DdiMediaProtected *prot = DdiMediaProtected::GetInstance(DDI_PROTECTED_CONTENT); in DdiMedia_AttachProtectedSession() local
193 DdiMediaProtected *prot = DdiMediaProtected::GetInstance(DDI_PROTECTED_CONTENT); in DdiMedia_DetachProtectedSession() local
218 DdiMediaProtected *prot = DdiMediaProtected::GetInstance(DDI_PROTECTED_CONTENT); in DdiMedia_ProtectedSessionExecute() local
253 DdiMediaProtected *prot = DdiMediaProtected::GetInstance(DDI_PROTECTED_CONTENT); in DdiMedia_ProtectedSessionCreateBuffer() local
/external/cronet/tot/base/memory/
Dplatform_shared_memory_region_android.cc28 int prot = ashmem_get_prot_region(fd); in GetAshmemRegionProtectionMask() local
92 int prot = GetAshmemRegionProtectionMask(handle_copy.get()); in ConvertToReadOnly() local
160 int prot = GetAshmemRegionProtectionMask(handle); in CheckPlatformHandlePermissionsCorrespondToMode() local
/external/cronet/stable/base/memory/
Dplatform_shared_memory_region_android.cc28 int prot = ashmem_get_prot_region(fd); in GetAshmemRegionProtectionMask() local
92 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/
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-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/
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/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/rust/android-crates-io/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()
153 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd, in DirectMmap()
/external/cronet/stable/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()
153 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()
153 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd, in DirectMmap()
/external/cronet/tot/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()
153 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()
153 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd, in DirectMmap()
/external/v4l-utils/lib/libv4lconvert/
Dlibv4lsyscall-priv.h102 #define SYS_MMAP(addr, len, prot, flags, fd, off) \ argument
106 #define SYS_MMAP(addr, len, prot, flags, fd, off) \ argument
111 #define SYS_MMAP(addr, len, prot, flags, fd, offset) \ argument
115 #define SYS_MMAP(addr, len, prot, flags, fd, off) \ argument
/external/intel-media-driver/media_softlet/linux/common/os/i915/include/
Dlibdrm_macros.h50 static inline void *drm_mmap(void *addr, size_t length, int prot, int flags, in drm_mmap()
68 # define drm_mmap(addr, length, prot, flags, fd, offset) \ argument
/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/allocator_src/
DsljitWXExecAllocatorPosix.c84 int prot = PROT_READ | PROT_WRITE; in sljit_malloc_exec() local
128 int prot = PROT_READ | (enable_exec ? PROT_EXEC : PROT_WRITE); 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/trusty/musl/src/mman/
Dmprotect.c5 int __mprotect(void *addr, size_t len, int prot) in __mprotect()

12345678910