/frameworks/rs/cpu_ref/linkloader/include/ |
MemChunk.h | 47 bool protect(int prot);
|
/hardware/ti/omap4-aah/ion/ |
ion_test.c | 19 int prot = PROT_READ | PROT_WRITE; variable 96 ret = ion_map(fd, handle, len, prot, map_flags, 0, &ptr, &map_fd); 127 ret = ion_map(fd, handle, len, prot, flags, 0, &ptr, &map_fd); 161 ptr = mmap(NULL, len, prot, map_flags, share_fd, 0); 217 ptr = mmap(NULL, len, prot, map_flags, recv_fd, 0); 244 {"prot", required_argument, 0, 'p'}, 274 prot = 0; 275 prot |= strstr(optarg, "MAP_PRIVATE") ? 277 prot |= strstr(optarg, "MAP_SHARED") ? 307 "map_flags %d, prot %d, alloc_flags %d\n", test, len, width [all...] |
ion.h | 31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
|
/system/core/libion/ |
ion_test.c | 34 int prot = PROT_READ | PROT_WRITE; variable 83 ret = ion_map(fd, handle, len, prot, map_flags, 0, &ptr, &map_fd); 110 ret = ion_map(fd, handle, len, prot, flags, 0, &ptr, &map_fd); 144 ptr = mmap(NULL, len, prot, map_flags, share_fd, 0); 200 ptr = mmap(NULL, len, prot, map_flags, recv_fd, 0); 227 {"prot", required_argument, 0, 'p'}, 249 prot = 0; 250 prot |= strstr(optarg, "MAP_PRIVATE") ? MAP_PRIVATE : 0; 251 prot |= strstr(optarg, "MAP_SHARED") ? MAP_PRIVATE : 0; 270 printf("test %d, len %zu, align %zu, map_flags %d, prot %d, heap_mask %d, [all...] |
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_ashmem.cpp | 44 bool AshmemRegion::SetProtectionFlags(int prot) { 45 return ioctl(fd_, ASHMEM_SET_PROT_MASK, prot) == 0;
|
/hardware/ti/omap4-aah/system-core-headers-ti/ion/ |
ion.h | 37 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, 42 int prot, int flags, off_t offset, unsigned char **ptr, int *map_fd);
|
/hardware/ti/omap4xxx/ion/ |
ion.h | 31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_ashmem.cpp | 44 bool AshmemRegion::SetProtectionFlags(int prot) { 45 return ioctl(fd_, ASHMEM_SET_PROT_MASK, prot) == 0;
|
/system/core/libcutils/ |
ashmem-dev.c | 70 int ashmem_set_prot_region(int fd, int prot) 72 return ioctl(fd, ASHMEM_SET_PROT_MASK, prot);
|
/art/runtime/ |
mem_map.cc | 239 MemMap* MemMap::MapAnonymous(const char* name, byte* expected_ptr, size_t byte_count, int prot, 242 return new MemMap(name, nullptr, 0, nullptr, 0, prot, false); 331 actual = mmap(reinterpret_cast<void*>(ptr), page_aligned_byte_count, prot, flags, fd.get(), 354 actual = mmap(expected_ptr, page_aligned_byte_count, prot, flags, fd.get(), 0); 365 void* actual = mmap(expected_ptr, page_aligned_byte_count, prot, flags, fd.get(), 0); 374 expected_ptr, page_aligned_byte_count, prot, flags, fd.get(), 383 page_aligned_byte_count, prot, false); 386 MemMap* MemMap::MapFileAtAddress(byte* expected_ptr, size_t byte_count, int prot, int flags, int fd, 389 CHECK_NE(0, prot); 412 return new MemMap(filename, nullptr, 0, nullptr, 0, prot, false) 589 << prot << ") failed"; local [all...] |
/external/valgrind/main/coregrind/m_aspacemgr/ |
aspacemgr-linux.c | 362 void (*record_mapping)( Addr addr, SizeT len, UInt prot, 890 static void sync_check_mapping_callback ( Addr addr, SizeT len, UInt prot, 2853 UInt prot; local 3246 UInt prot; local [all...] |
/external/qemu/target-mips/ |
helper.c | 37 int no_mmu_map_address (CPUMIPSState *env, hwaddr *physical, int *prot, 41 *prot = PAGE_READ | PAGE_WRITE; 46 int fixed_mmu_map_address (CPUMIPSState *env, hwaddr *physical, int *prot, 59 *prot = PAGE_READ | PAGE_WRITE; 64 int r4k_map_address (CPUMIPSState *env, hwaddr *physical, int *prot, 95 *prot = PAGE_READ; 97 *prot |= PAGE_WRITE; 108 int *prot, target_ulong address, 130 *prot = PAGE_READ | PAGE_WRITE; 132 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type) 418 int prot = PAGE_READ; local 443 int prot; local 490 int prot; local [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_libignore.cc | 63 uptr b, e, off, prot; local 64 while (proc_maps.Next(&b, &e, &off, module.data(), module.size(), &prot)) { 65 if ((prot & MemoryMappingLayout::kProtectionExecute) == 0)
|
sanitizer_procmaps_mac.cc | 162 uptr cur_beg, cur_end, prot; local 167 module_name.size(), &prot); 183 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute);
|
/external/chromium_org/content/common/gpu/media/ |
exynos_v4l2_video_device.h | 27 int prot,
|
tegra_v4l2_video_device.h | 30 int prot,
|
v4l2_video_device.h | 65 int prot,
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_wrap_real.h | 24 int prot,
|
/external/fio/os/windows/posix/include/sys/ |
mman.h | 29 void *mmap(void *addr, size_t len, int prot, int flags,
|
/external/lldb/source/Core/ |
DataBufferMemoryMap.cpp | 194 int prot = PROT_READ; local 196 prot |= PROT_WRITE; 202 m_mmap_addr = (uint8_t *)::mmap(NULL, length, prot, flags, fd, offset); 214 m_mmap_addr = (uint8_t *)::mmap(NULL, length + page_offset, prot, flags, fd, offset - page_offset);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
SecurityAgreeHeader.java | 74 * Set Protocol (prot paramater) 75 * @param prot - protocol value 78 public void setProtocol(String prot) throws ParseException; 145 * @return prot parameter value
|
/external/qemu/android/utils/ |
mapfile.h | 97 * prot - Determines whether read, write, execute, or some combination of 117 int prot,
|
/external/qemu/include/exec/ |
cputlb.h | 44 int prot,
|
/external/valgrind/main/include/ |
pub_tool_aspacemgr.h | 145 UInt prot );
|
/external/wpa_supplicant_8/src/ap/ |
gas_serv.h | 51 int prot; /* whether Protected Dual of Public Action frame is used */ member in struct:gas_dialog_info
|