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

Function pte1_set_bit

freebsd/arm/include/pmap_var.h:230–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230static __inline void
231pte1_set_bit(pt1_entry_t *pte1p, uint32_t bit)
232{
233
234 *pte1p |= bit;
235 pte1_sync(pte1p);
236}
237
238static __inline vm_paddr_t
239pte1_pa(pt1_entry_t pte1)

Callers

nothing calls this directly

Calls 1

pte1_syncFunction · 0.85

Tested by

no test coverage detected