Searched refs:VM_PROT_NONE (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm.h | 78 #define VM_PROT_NONE ((vm_prot_t) 0x00) macro
|
| H A D | vm_map.c | 1693 max != VM_PROT_NONE)) in vm_map_insert() 3562 rv = vm_fault(map, faddr, VM_PROT_NONE, in vm_map_wire_locked() 4599 rv = vm_map_insert(map, NULL, 0, gap_bot, gap_top, VM_PROT_NONE, in vm_map_stack_locked() 4600 VM_PROT_NONE, MAP_CREATE_GUARD | (orient == MAP_STACK_GROWS_DOWN ? in vm_map_stack_locked() 4790 gap_end, VM_PROT_NONE, VM_PROT_NONE, in vm_map_growstack() 4990 if (prot == VM_PROT_NONE && map != kernel_map && in vm_map_lookup() 4998 if ((fault_type & prot) != fault_type || prot == VM_PROT_NONE) { in vm_map_lookup()
|
| H A D | vm_mmap.c | 385 error = vm_mmap_object(&vms->vm_map, &addr, size, VM_PROT_NONE, in kern_mmap_req() 386 VM_PROT_NONE, flags, NULL, pos, FALSE, td); in kern_mmap_req()
|
| /f-stack/freebsd/kern/ |
| H A D | sys_capability.c | 201 maxprot = VM_PROT_NONE; in cap_rights_to_vmprot()
|
| H A D | kern_resource.c | 765 prot = VM_PROT_NONE; in kern_proc_setrlimit()
|
| H A D | uipc_shm.c | 1536 maxprot = VM_PROT_NONE; in shm_mmap()
|
| H A D | link_elf.c | 936 error = preload_protect(ef, VM_PROT_NONE); in link_elf_link_preload_finish()
|
| H A D | vfs_vnops.c | 2623 maxprot = VM_PROT_NONE; in vn_mmap()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 2029 if ((prot & VM_PROT_READ) == VM_PROT_NONE) { in pmap_protect()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 6325 if (prot == VM_PROT_NONE) { in pmap_protect() 9222 if (prot != VM_PROT_NONE) { in pmap_change_props_locked()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pmap-v6.c | 4964 if (prot == VM_PROT_NONE) { in pmap_protect()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 3348 if (prot == VM_PROT_NONE) { in __CONCAT()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 3295 if (prot == VM_PROT_NONE) { in pmap_protect()
|