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

Function pte1_clear

freebsd/arm/include/pmap_var.h:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151static __inline void
152pte1_clear(pt1_entry_t *pte1p)
153{
154
155 pte1_store(pte1p, 0);
156}
157
158static __inline void
159pte1_clear_bit(pt1_entry_t *pte1p, uint32_t bit)

Callers 4

pmap_kremoveFunction · 0.85
pmap_unwire_pt2pgFunction · 0.85
pmap_change_pte1Function · 0.85
pmap_remove_pagesFunction · 0.85

Calls 1

pte1_storeFunction · 0.85

Tested by

no test coverage detected