MCPcopy 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
255static __inline pmap_t
256vm_map_pmap(vm_map_t map)
257{
258 return (map->pmap);
259}
260
261static __inline void
262vm_map_modflags(vm_map_t map, vm_flags_t set, vm_flags_t clear)

Callers 4

cpu_exec_vmspace_reuseFunction · 0.85
vm_map_deleteFunction · 0.85
kmem_subinitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected