Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte2_store
Function
pte2_store
freebsd/arm/include/pmap_var.h:282–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
282
static __inline void
283
pte2_store(pt2_entry_t *pte2p, pt2_entry_t pte2)
284
{
285
286
dmb();
287
*pte2p = pte2;
288
pte2_sync(pte2p);
289
}
290
291
static __inline void
292
pte2_clear(pt2_entry_t *pte2p)
Callers
15
pmap_bootstrap_prepare
Function · 0.85
pmap_preboot_map_pages
Function · 0.85
pmap_preboot_reserve_pages
Function · 0.85
pmap_preboot_map_attr
Function · 0.85
pmap_kenter_prot_attr
Function · 0.85
pmap_pt2pg_zero
Function · 0.85
pmap_qenter
Function · 0.85
pmap_pte2
Function · 0.85
pmap_pte2_quick
Function · 0.85
pmap_promote_pte1
Function · 0.85
pmap_fill_pt2
Function · 0.85
pmap_demote_pte1
Function · 0.85
Calls
1
pte2_sync
Function · 0.85
Tested by
no test coverage detected