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

Function pte2_clear

freebsd/arm/include/pmap_var.h:291–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291static __inline void
292pte2_clear(pt2_entry_t *pte2p)
293{
294
295 pte2_store(pte2p, 0);
296}
297
298static __inline void
299pte2_clear_bit(pt2_entry_t *pte2p, uint32_t bit)

Callers 12

pmap_kremoveFunction · 0.85
pmap_pt2pg_zeroFunction · 0.85
pmap_clear_pt2Function · 0.85
pmap_remove_pagesFunction · 0.85
pmap_page_set_memattrFunction · 0.85
pmap_zero_pageFunction · 0.85
pmap_zero_page_areaFunction · 0.85
pmap_copy_pageFunction · 0.85
pmap_copy_pagesFunction · 0.85
pmap_quick_remove_pageFunction · 0.85
pmap_dcache_wb_pouFunction · 0.85
pmap_zero_page_checkFunction · 0.85

Calls 1

pte2_storeFunction · 0.85

Tested by

no test coverage detected