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

Function pte2_store

freebsd/arm/include/pmap_var.h:282–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282static __inline void
283pte2_store(pt2_entry_t *pte2p, pt2_entry_t pte2)
284{
285
286 dmb();
287 *pte2p = pte2;
288 pte2_sync(pte2p);
289}
290
291static __inline void
292pte2_clear(pt2_entry_t *pte2p)

Callers 15

pmap_bootstrap_prepareFunction · 0.85
pmap_preboot_map_pagesFunction · 0.85
pmap_preboot_map_attrFunction · 0.85
pmap_kenter_prot_attrFunction · 0.85
pmap_pt2pg_zeroFunction · 0.85
pmap_qenterFunction · 0.85
pmap_pte2Function · 0.85
pmap_pte2_quickFunction · 0.85
pmap_promote_pte1Function · 0.85
pmap_fill_pt2Function · 0.85
pmap_demote_pte1Function · 0.85

Calls 1

pte2_syncFunction · 0.85

Tested by

no test coverage detected