Searched refs:vm_map_check_protection (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dvm_glue.c107 * WARNING! This code calls vm_map_check_protection() which only checks
131 rv = vm_map_check_protection(kernel_map, saddr, eaddr, prot);
139 * WARNING! This code calls vm_map_check_protection() which only checks
161 rv = vm_map_check_protection(map, trunc_page((vm_offset_t)addr),
H A Dvm_map.h392 boolean_t vm_map_check_protection (vm_map_t, vm_offset_t, vm_offset_t, vm_prot_t);
H A Dvm_mmap.c565 if (vm_map_check_protection(map, entry->start,
H A Dvm_map.c3172 * vm_map_check_protection:
3186 vm_map_check_protection(vm_map_t map, vm_offset_t start, vm_offset_t end, function
/freebsd-11-stable/sys/kern/
H A Dsys_process.c299 if (vm_map_check_protection(map, pageno, pageno +
/freebsd-11-stable/share/man/man9/
H A DMakefile333 vm_map_check_protection.9 \

Completed in 193 milliseconds