Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte2_clear_bit
Function
pte2_clear_bit
freebsd/arm/include/pmap_var.h:298–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
static __inline void
299
pte2_clear_bit(pt2_entry_t *pte2p, uint32_t bit)
300
{
301
302
*pte2p &= ~bit;
303
pte2_sync(pte2p);
304
}
305
306
static __inline boolean_t
307
pte2_is_dirty(pt2_entry_t pte2)
Callers
3
pmap_ts_referenced
Function · 0.85
pmap_unwire
Function · 0.85
pmap_advise
Function · 0.85
Calls
1
pte2_sync
Function · 0.85
Tested by
no test coverage detected