Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pt2tab_store
Function
pt2tab_store
freebsd/arm/include/pmap_var.h:408–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
406
}
407
408
static __inline void
409
pt2tab_store(pt2_entry_t *pte2p, pt2_entry_t pte2)
410
{
411
412
pte2_store(pte2p,pte2);
413
}
414
415
static __inline pt2_entry_t
416
pt2tab_load(pt2_entry_t *pte2p)
Callers
5
pmap_bootstrap_prepare
Function · 0.85
pmap_preboot_pt2pg_setup
Function · 0.85
pmap_kenter_pt2tab
Function · 0.85
pmap_pt2pg_init
Function · 0.85
pmap_pinit
Function · 0.85
Calls
1
pte2_store
Function · 0.85
Tested by
no test coverage detected