Searched refs:PROT_NONE (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/unix/ |
| H A D | eal_unix_memory.c | 70 return mem_map(requested_addr, size, PROT_NONE, sys_flags, -1, 0); in eal_mem_reserve() 95 int sys_prot = PROT_NONE; in mem_rte_to_sys_prot()
|
| /f-stack/freebsd/sys/ |
| H A D | mman.h | 54 #define PROT_NONE 0x00 /* no permissions */ macro
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/ |
| H A D | utils.c | 72 !(defined(PROT_NONE) && defined(PROT_READ) && defined(PROT_WRITE)) 396 return mprotect(ptr, size, PROT_NONE); in _mprotect_noaccess()
|
| /f-stack/lib/ |
| H A D | ff_host_interface.c | 67 assert(ff_PROT_NONE == PROT_NONE); in ff_mmap()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_mmap.c | 194 prot != PROT_NONE) in kern_mmap_maxprot() 299 if (prot != PROT_NONE && in kern_mmap_req() 302 if ((flags & MAP_GUARD) != 0 && (prot != PROT_NONE || fd != -1 || in kern_mmap_req()
|
| H A D | vm_map.c | 2151 MAP_STACK_GROWS_DOWN)) == 0 && prot != PROT_NONE; in vm_map_find()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | pages.c | 26 # define PAGES_PROT_DECOMMIT (PROT_NONE)
|
| /f-stack/app/micro_thread/ |
| H A D | micro_thread.cpp | 93 mprotect(_stack->_vaddr, MEM_PAGE_SIZE, PROT_NONE); in InitStack() 94 mprotect(_stack->_stk_top, MEM_PAGE_SIZE, PROT_NONE); in InitStack()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_memalloc.c | 719 if (mmap(ms->addr, ms->len, PROT_NONE, in free_seg()
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | ChangeLog | 317 - sodium_free() can now be called on regions with PROT_NONE protection.
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 8967 PROT_NONE, mode, flags); in pmap_mapdev_internal() 9155 error = pmap_change_props_locked(va, size, PROT_NONE, mode, in pmap_change_attr()
|