MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_map_range_valid_KBI

Function vm_map_range_valid_KBI

freebsd/vm/vm_map.c:5222–5227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5220}
5221
5222bool
5223vm_map_range_valid_KBI(vm_map_t map, vm_offset_t start, vm_offset_t end)
5224{
5225
5226 return (vm_map_range_valid(map, start, end));
5227}
5228
5229#ifdef INVARIANTS
5230static void

Callers

nothing calls this directly

Calls 1

vm_map_range_validFunction · 0.85

Tested by

no test coverage detected