MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pte2_set_bit

Function pte2_set_bit

freebsd/arm/include/pmap_var.h:354–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354static __inline void
355pte2_set_bit(pt2_entry_t *pte2p, uint32_t bit)
356{
357
358 *pte2p |= bit;
359 pte2_sync(pte2p);
360}
361
362static __inline void
363pte2_set_wired(pt2_entry_t *pte2p, boolean_t wired)

Callers 2

pmap_adviseFunction · 0.85
pmap_clear_modifyFunction · 0.85

Calls 1

pte2_syncFunction · 0.85

Tested by

no test coverage detected