Searched refs:VM_MAP_RANGE_CHECK (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/sys/vm/ |
| HD | vm_map.c | 167 #define VM_MAP_RANGE_CHECK(map, start, end) \ macro 1456 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_fixed() 1869 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_submap() 2022 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_protect() 2213 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_madvise() 2377 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_inherit() 2414 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_unwire() 2617 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_wire() 2875 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_sync() 3165 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_remove()
|