| /kernel/linux/linux-6.6/tools/testing/selftests/riscv/mm/ |
| H A D | mmap_test.h | 37 int prot = PROT_READ | PROT_WRITE; in do_mmaps() local 59 int prot = PROT_READ | PROT_WRITE; in memory_layout() local [all...] |
| /kernel/liteos_a/syscall/ |
| H A D | vm_syscall.c | 40 void *SysMmap(void *addr, size_t size, int prot, int flags, int fd, size_t offset) in SysMmap() argument 58 int SysMprotect(void *vaddr, size_t len, int prot) in SysMprotect() argument
|
| /test/xts/acts/kernel_lite/mem_posix/src/ |
| H A D | MprotectApiTest.cpp | 46 int prot = PROT_WRITE; in HWTEST_F() local 79 int prot = PROT_READ; in HWTEST_F() local 111 int prot = PROT_READ | PROT_WRITE; in HWTEST_F() local 149 int prot in HWTEST_F() local 180 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; HWTEST_F() local 220 int prot = PROT_WRITE; HWTEST_F() local 270 int prot = PROT_READ; HWTEST_F() local 325 int prot = PROT_READ | PROT_WRITE; HWTEST_F() local 369 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; HWTEST_F() local 413 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; HWTEST_F() local [all...] |
| H A D | MremapApiTest.cpp | 72 int prot = PROT_READ | PROT_WRITE; in HWTEST_F() local 114 int prot = PROT_READ | PROT_WRITE; in HWTEST_F() local 153 int prot = PROT_READ | PROT_WRITE; in HWTEST_F() local 197 int prot = PROT_READ | PROT_WRITE; in HWTEST_F() local 236 int prot = PROT_READ | PROT_WRITE; in HWTEST_F() local 288 int prot = PROT_READ | PROT_WRITE; HWTEST_F() local 339 int prot = PROT_READ | PROT_WRITE; HWTEST_F() local 394 int prot = PROT_READ | PROT_WRITE; HWTEST_F() local [all...] |
| /third_party/musl/src/hook/linux/ |
| H A D | malloc_common.c | 131 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() argument
|
| /third_party/musl/porting/linux/user/src/hook/ |
| H A D | malloc_common.c | 103 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() argument
|
| /third_party/ltp/testcases/kernel/syscalls/remap_file_pages/ |
| H A D | remap_file_pages02.c | 66 int prot; member
|
| /third_party/ltp/testcases/kernel/mem/vma/ |
| H A D | vma03.c | 121 static void *mmap2(void *addr, size_t length, int prot, in mmap2() argument
|
| /third_party/ltp/testcases/kernel/syscalls/pkeys/ |
| H A D | pkey01.c | 68 int prot; member
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-macos.cc | 75 vm_prot_t prot = GetVMProtFromMemoryPermission(access); in AllocateShared() local 123 vm_prot_t prot = GetVMProtFromMemoryPermission(access); in AllocateShared() local 37 mach_vm_map_wrapper(mach_vm_address_t* address, mach_vm_size_t size, int flags, mach_port_t port, memory_object_offset_t offset, vm_prot_t prot) mach_vm_map_wrapper() argument
|
| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitWXExecAllocator.c | 99 int prot = PROT_READ | PROT_WRITE | SLJIT_PROT_WX; in sljit_malloc_exec() local 144 int prot = PROT_READ | (enable_exec ? PROT_EXEC : PROT_WRITE); in sljit_update_wx_flags() local 189 DWORD prot = enable_exec ? PAGE_EXECUTE : PAGE_READWRITE; in sljit_update_wx_flags() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | mem_map_allocator.cpp | 80 int prot = machineCodeSpace ? PAGE_PROT_EXEC_READWRITE : PAGE_PROT_READWRITE; in PageProtectMem() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| H A D | map.cpp | 39 MemMap PageMap(size_t size, int prot, size_t alignment, void *addr, [[maybe_unused]] int flags) in PageMap() argument 68 MemMap MachineCodePageMap(size_t size, int prot, size_t alignment) in MachineCodePageMap() argument 101 bool PageProtect(void *mem, size_t size, int prot) in PageProtect() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_decoder.cpp | 149 bool PGOProfilerDecoder::LoadAPBinaryFile(int prot) in LoadAPBinaryFile() argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| H A D | map.cpp | 25 MemMap PageMap(size_t size, int prot, size_t alignment, void *addr, int flags) in PageMap() argument 52 MemMap MachineCodePageMap(size_t size, int prot, size_t alignment) in MachineCodePageMap() argument 95 bool PageProtect(void *mem, size_t size, int prot) in PageProtect() argument
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
| H A D | drv_mmz_compat.h | 36 HI_U32 prot : 8; /* PROT_READ or PROT_WRITE */ member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_debug_mem_view.c | 113 pgprot_t prot = PAGE_KERNEL;
in debug_mem_show() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_debug_mem_view.c | 124 pgprot_t prot = PAGE_KERNEL; in debug_mem_show() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_debug_mem_view.c | 117 pgprot_t prot = PAGE_KERNEL; in debug_mem_show() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_debug_mem_view.c | 113 pgprot_t prot = PAGE_KERNEL; in debug_mem_show() local
|
| /foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
| H A D | av_shared_memory_ext.cpp | 191 unsigned int prot = PROT_READ | PROT_WRITE; in MapMemoryAddr() local
|
| H A D | av_hardware_memory.cpp | 133 unsigned int prot = PROT_READ | PROT_WRITE; in MapMemoryAddr() local
|
| /foundation/multimedia/media_foundation/src/buffer/avsharedmemory/ |
| H A D | avsharedmemorybase.cpp | 120 unsigned int prot = PROT_READ | PROT_WRITE; in MapMemory() local
|
| /foundation/resourceschedule/ffrt/src/eu/ |
| H A D | co_routine.cpp | 261 static void CoSetStackProt(CoRoutine* co, int prot) in CoSetStackProt() argument
|
| /foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
| H A D | av_sync_utils.cpp | 38 unsigned int prot = PROT_READ | PROT_WRITE;
in CreateAVTransSharedMemory() local 92 unsigned int prot = PROT_WRITE;
in WriteClockUnitToMemory() local [all...] |