Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte1_clear_bit
Function
pte1_clear_bit
freebsd/arm/include/pmap_var.h:158–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
static __inline void
159
pte1_clear_bit(pt1_entry_t *pte1p, uint32_t bit)
160
{
161
162
*pte1p &= ~bit;
163
pte1_sync(pte1p);
164
}
165
166
static __inline boolean_t
167
pte1_is_link(pt1_entry_t pte1)
Callers
2
pmap_ts_referenced
Function · 0.85
pmap_unwire
Function · 0.85
Calls
1
pte1_sync
Function · 0.85
Tested by
no test coverage detected