Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vmspace_pmap
Function
vmspace_pmap
freebsd/vm/vm_map.h:306–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
305
#ifdef _KERNEL
306
static __inline pmap_t
307
vmspace_pmap(struct vmspace *vmspace)
308
{
309
return &vmspace->vm_pmap;
310
}
311
#endif /* _KERNEL */
312
313
#ifdef _KERNEL
Callers
15
__CONCAT(PMTYPE, activate)
Function · 0.85
cpu_fork
Function · 0.85
pmap_remove_pages
Function · 0.85
pmap_activate
Function · 0.85
pmap.c
File · 0.85
vmmdev_ioctl
Function · 0.85
vm_init
Function · 0.85
vm_handle_paging
Function · 0.85
vm_run
Function · 0.85
vm_get_wiredcnt
Function · 0.85
pmap_activate_sw
Function · 0.85
pmap.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected