Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_map_min
Function
vm_map_min
freebsd/vm/vm_map.h:248–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
static __inline vm_offset_t
249
vm_map_min(const struct vm_map *map)
250
{
251
252
return (map->header.end);
253
}
254
255
static __inline pmap_t
256
vm_map_pmap(vm_map_t map)
Callers
15
pipespace_new
Function · 0.85
exec_new_vmspace
Function · 0.85
__CONCAT(rnd_, __elfN(base))
Function · 0.85
__CONCAT(exec_, __elfN(imgact))
Function · 0.85
shm_mmap_large
Function · 0.85
shm_map
Function · 0.85
link_elf_load_file
Function · 0.85
vm_ksubmap_init
Function · 0.85
sys_mlockall
Function · 0.85
sys_munlockall
Function · 0.85
kmapent_alloc
Function · 0.85
vmspace_dofree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected