MCPcopy 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
158static __inline void
159pte1_clear_bit(pt1_entry_t *pte1p, uint32_t bit)
160{
161
162 *pte1p &= ~bit;
163 pte1_sync(pte1p);
164}
165
166static __inline boolean_t
167pte1_is_link(pt1_entry_t pte1)

Callers 2

pmap_ts_referencedFunction · 0.85
pmap_unwireFunction · 0.85

Calls 1

pte1_syncFunction · 0.85

Tested by

no test coverage detected