MCPcopy 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
298static __inline void
299pte2_clear_bit(pt2_entry_t *pte2p, uint32_t bit)
300{
301
302 *pte2p &= ~bit;
303 pte2_sync(pte2p);
304}
305
306static __inline boolean_t
307pte2_is_dirty(pt2_entry_t pte2)

Callers 3

pmap_ts_referencedFunction · 0.85
pmap_unwireFunction · 0.85
pmap_adviseFunction · 0.85

Calls 1

pte2_syncFunction · 0.85

Tested by

no test coverage detected