Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pmap_get_kcr3
Function
pmap_get_kcr3
freebsd/i386/i386/pmap_base.c:508–513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
506
}
507
508
u_int
509
pmap_get_kcr3(void)
510
{
511
512
return (pmap_methods_ptr->pm_get_kcr3());
513
}
514
515
u_int
516
pmap_get_cr3(pmap_t pmap)
Callers
11
init386
Function · 0.85
machdep_init_trampoline
Function · 0.85
copyin
Function · 0.85
copyout
Function · 0.85
fubyte
Function · 0.85
fuword16
Function · 0.85
fueword
Function · 0.85
subyte
Function · 0.85
suword16
Function · 0.85
suword
Function · 0.85
acpi_install_wakeup_handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected