Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte1_store
Function
pte1_store
freebsd/arm/include/pmap_var.h:142–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
static __inline void
143
pte1_store(pt1_entry_t *pte1p, pt1_entry_t pte1)
144
{
145
146
dmb();
147
*pte1p = pte1;
148
pte1_sync(pte1p);
149
}
150
151
static __inline void
152
pte1_clear(pt1_entry_t *pte1p)
Callers
14
pmap_bootstrap_prepare
Function · 0.85
pmap_preboot_pt2_setup
Function · 0.85
pmap_preboot_map_attr
Function · 0.85
pmap_kenter_pte1
Function · 0.85
pmap_pinit
Function · 0.85
_pmap_allocpte2
Function · 0.85
pmap_update_pte1_kernel
Function · 0.85
pmap_change_pte1
Function · 0.85
pmap_enter_quick_locked
Function · 0.85
pmap_enter_pte1
Function · 0.85
pmap_object_init_pt
Function · 0.85
pmap_protect_pte1
Function · 0.85
Calls
1
pte1_sync
Function · 0.85
Tested by
no test coverage detected