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

Function vm_map_max

freebsd/vm/vm_map.h:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 vm_map_range_valid_KBI((map), (start), (end))
240#else
241static __inline vm_offset_t
242vm_map_max(const struct vm_map *map)
243{
244
245 return (map->header.start);
246}
247
248static __inline vm_offset_t
249vm_map_min(const struct vm_map *map)

Callers 15

pmap_growkernelFunction · 0.85
pmap_growkernelFunction · 0.85
pmap_growkernelFunction · 0.85
pmap_growkernelFunction · 0.85
exec_new_vmspaceFunction · 0.85
shm_mmap_largeFunction · 0.85
kernaccFunction · 0.85
useraccFunction · 0.85
vm_ksubmap_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected