Searched refs:VM_MAP_RANGE_CHECK (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_map.c | 168 #define VM_MAP_RANGE_CHECK(map, start, end) \ macro 1988 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_fixed() 2609 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_submap() 2777 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_protect() 2993 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_madvise() 3165 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_inherit() 3266 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_unwire() 3483 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_wire_locked() 3730 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_sync() 4030 VM_MAP_RANGE_CHECK(map, start, end); in vm_map_remove()
|