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

Function pte1_store

freebsd/arm/include/pmap_var.h:142–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static __inline void
143pte1_store(pt1_entry_t *pte1p, pt1_entry_t pte1)
144{
145
146 dmb();
147 *pte1p = pte1;
148 pte1_sync(pte1p);
149}
150
151static __inline void
152pte1_clear(pt1_entry_t *pte1p)

Callers 14

pmap_bootstrap_prepareFunction · 0.85
pmap_preboot_pt2_setupFunction · 0.85
pmap_preboot_map_attrFunction · 0.85
pmap_kenter_pte1Function · 0.85
pmap_pinitFunction · 0.85
_pmap_allocpte2Function · 0.85
pmap_update_pte1_kernelFunction · 0.85
pmap_change_pte1Function · 0.85
pmap_enter_quick_lockedFunction · 0.85
pmap_enter_pte1Function · 0.85
pmap_object_init_ptFunction · 0.85
pmap_protect_pte1Function · 0.85

Calls 1

pte1_syncFunction · 0.85

Tested by

no test coverage detected