Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte1_clear
Function
pte1_clear
freebsd/arm/include/pmap_var.h:151–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
static __inline void
152
pte1_clear(pt1_entry_t *pte1p)
153
{
154
155
pte1_store(pte1p, 0);
156
}
157
158
static __inline void
159
pte1_clear_bit(pt1_entry_t *pte1p, uint32_t bit)
Callers
4
pmap_kremove
Function · 0.85
pmap_unwire_pt2pg
Function · 0.85
pmap_change_pte1
Function · 0.85
pmap_remove_pages
Function · 0.85
Calls
1
pte1_store
Function · 0.85
Tested by
no test coverage detected