Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pt2tab_load
Function
pt2tab_load
freebsd/arm/include/pmap_var.h:415–420 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
413
}
414
415
static __inline pt2_entry_t
416
pt2tab_load(pt2_entry_t *pte2p)
417
{
418
419
return (pte2_load(pte2p));
420
}
421
422
static __inline pt2_entry_t
423
pt2tab_load_clear(pt2_entry_t *pte2p)
Callers
4
pmap_preboot_pt2pg_setup
Function · 0.85
pmap_growkernel
Function · 0.85
_pmap_allocpte2
Function · 0.85
pmap_fault
Function · 0.85
Calls
1
pte2_load
Function · 0.85
Tested by
no test coverage detected