Home
last modified time | relevance | path

Searched defs:prot (Results 176 - 200 of 872) sorted by relevance

12345678910>>...35

/third_party/musl/src/hook/linux/
H A Dmalloc_common.c131 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 Dmalloc_common.c103 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 Dremap_file_pages02.c66 int prot; member
/third_party/ltp/testcases/kernel/mem/vma/
H A Dvma03.c121 static void *mmap2(void *addr, size_t length, int prot, in mmap2() argument
/third_party/ltp/testcases/kernel/syscalls/pkeys/
H A Dpkey01.c68 int prot; member
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-macos.cc75 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 DsljitWXExecAllocator.c99 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
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H A Ddrv_mmz_compat.h36 HI_U32 prot : 8; /* PROT_READ or PROT_WRITE */ member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_debug_mem_view.c113 pgprot_t prot = PAGE_KERNEL; in debug_mem_show() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug_mem_view.c124 pgprot_t prot = PAGE_KERNEL; in debug_mem_show() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug_mem_view.c117 pgprot_t prot = PAGE_KERNEL; in debug_mem_show() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_debug_mem_view.c113 pgprot_t prot = PAGE_KERNEL; in debug_mem_show() local
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Dav_shared_memory_ext.cpp191 unsigned int prot = PROT_READ | PROT_WRITE; in MapMemoryAddr() local
H A Dav_hardware_memory.cpp133 unsigned int prot = PROT_READ | PROT_WRITE; in MapMemoryAddr() local
/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/
H A Davsharedmemorybase.cpp120 unsigned int prot = PROT_READ | PROT_WRITE; in MapMemory() local
/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.cpp261 static void CoSetStackProt(CoRoutine* co, int prot) in CoSetStackProt() argument
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_sync_utils.cpp38 unsigned int prot = PROT_READ | PROT_WRITE; in CreateAVTransSharedMemory() local
92 unsigned int prot = PROT_WRITE; in WriteClockUnitToMemory() local
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dsys_ia64.c140 sys_mmap2 (unsigned long addr, unsigned long len, int prot, int flags, int fd, long pgoff) in sys_mmap2() argument
149 sys_mmap (unsigned long addr, unsigned long len, int prot, int flags, int fd, long off) in sys_mmap() argument
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dfault-armv.c244 pgprot_t prot = __pgprot_modify(PAGE_KERNEL, in check_writebuffer_bugs() local
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dpgtable-32.h160 pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() argument
176 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte() argument
[all...]
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dvdso.c120 pgprot_t prot; in arch_setup_additional_pages() local
/kernel/linux/linux-5.10/arch/powerpc/mm/kasan/
H A Dkasan_init_32.c21 static void __init kasan_populate_pte(pte_t *ptep, pgprot_t prot) in kasan_populate_pte() argument
103 pgprot_t prot = kasan_prot_ro(); in kasan_remap_early_shadow_ro() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dvas-api.c154 pgprot_t prot; in coproc_mmap() local
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dio-workarounds.c152 iowa_ioremap(phys_addr_t addr, unsigned long size, pgprot_t prot, void *caller) iowa_ioremap() argument
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dpgtable_32.c74 int __ref map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot) in map_kernel_page() argument
139 static int __change_page_attr_noflush(struct page *page, pgprot_t prot) in __change_page_attr_noflush() argument
162 static int change_page_attr(struct page *page, int numpages, pgprot_t prot) in change_page_attr() argument

Completed in 12 milliseconds

12345678910>>...35