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

Function pte2_load_clear

freebsd/arm/include/pmap_var.h:343–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343static __inline pt2_entry_t
344pte2_load_clear(pt2_entry_t *pte2p)
345{
346 pt2_entry_t opte2;
347
348 opte2 = *pte2p;
349 *pte2p = 0;
350 pte2_sync(pte2p);
351 return (opte2);
352}
353
354static __inline void
355pte2_set_bit(pt2_entry_t *pte2p, uint32_t bit)

Callers 5

pmap_pv_reclaimFunction · 0.85
pmap_enterFunction · 0.85
pmap_remove_pte2Function · 0.85
pmap_remove_allFunction · 0.85
pt2tab_load_clearFunction · 0.85

Calls 1

pte2_syncFunction · 0.85

Tested by

no test coverage detected