/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_system.cpp | 43 int prot, 46 return ::mmap(address, length, prot, flags, fd_, offset);
|
/external/chromium_org/third_party/ashmem/ |
ashmem-dev.c | 70 int ashmem_set_prot_region(int fd, int prot) 72 return ioctl(fd, ASHMEM_SET_PROT_MASK, prot);
|
/external/oprofile/module/ia64/ |
op_syscalls.c | 36 unsigned long prot; member in struct:mmap_arg_struct 182 static void out_mmap(ulong addr, ulong len, ulong prot, ulong flags, 210 ulong prot, ulong flags, ulong fd, ulong pgoff) 215 if ((prot & PROT_EXEC) && ret >= 0) 216 out_mmap(ret, len, prot, flags, fd, pgoff << PAGE_SHIFT); 223 ulong prot, ulong flags, ulong fd, ulong off) 228 if ((prot & PROT_EXEC) && ret >= 0) 229 out_mmap(ret, len, prot, flags, fd, off);
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_eke_common.h | 107 u8 *prot, size_t *prot_len); 109 const u8 *prot, size_t prot_len,
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_audio_acdb.h | 89 uint32_t mode; /*0 - Start spk prot 91 2 - Disable spk prot*/
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_audio_acdb.h | 99 uint32_t mode; /*0 - Start spk prot 101 2 - Disable spk 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;
|
crazy_linker_system.cpp | 43 int prot, 46 return ::mmap(address, length, prot, flags, fd_, offset);
|
/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);
|
/external/valgrind/main/coregrind/ |
pub_core_aspacemgr.h | 80 client with at least the permissions 'prot' ? To find out 82 VKI_PROT_NONE as 'prot'. Will return False if any part of the 87 // ( Addr start, SizeT len, UInt prot ); 91 the protection 'prot'. */ 93 ( Addr start, SizeT len, UInt prot ); 100 ( Addr start, SizeT len, UInt prot ); 177 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset ); 183 extern Bool VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot ); 194 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot ); 210 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset) 376 UInt prot; \/\/ Not used for removed segs. member in struct:__anon37295 [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/chromium_org/content/common/gpu/media/ |
exynos_v4l2_video_device.h | 27 int prot,
|
tegra_v4l2_video_device.h | 30 int prot,
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_wrap_real.h | 24 int prot,
|
/external/chromium_org/v8/src/base/platform/ |
platform-solaris.cc | 77 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); local 78 void* mbase = mmap(NULL, msize, prot, MAP_PRIVATE | MAP_ANON, -1, 0); 246 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); local 249 prot,
|
/external/qemu/include/exec/ |
cputlb.h | 44 int prot,
|
/external/strace/test/ |
x32_mmap.c | 32 (long) (PROT_READ), // 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
|
/frameworks/rs/cpu_ref/linkloader/include/ |
MemChunk.h | 47 bool protect(int prot);
|
/hardware/ti/omap4-aah/ion/ |
ion.c | 108 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, 122 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset); 169 int ion_map_cacheable(int fd, struct ion_handle *handle, size_t length, int prot, 184 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset);
|
ion.h | 31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
|
/hardware/ti/omap4xxx/ion/ |
ion.h | 31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
|
/system/core/libion/include/ion/ |
ion.h | 39 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot,
|
/system/core/libutils/ |
FileMap.cpp | 133 int prot, flags, adjust; local 164 prot = PROT_READ; 166 prot |= PROT_WRITE; 168 ptr = mmap(NULL, adjLength, prot, flags, fd, adjOffset);
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
pgtable_32.h | 161 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) ? (__pgprot(pgprot_val(prot) | _PAGE_PCD | _PAGE_PWT)) : (prot)) 185 #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) remap_pfn_range(vma, vaddr, pfn, size, prot)
|