Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_map_pmap
Function
vm_map_pmap
freebsd/vm/vm_map.h:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
static __inline pmap_t
256
vm_map_pmap(vm_map_t map)
257
{
258
return (map->pmap);
259
}
260
261
static __inline void
262
vm_map_modflags(vm_map_t map, vm_flags_t set, vm_flags_t clear)
Callers
4
cpu_exec_vmspace_reuse
Function · 0.85
vm_map_delete
Function · 0.85
kmem_subinit
Function · 0.85
vm_swapout_map_deactivate_pages
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected