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

Function pte2_sync_range

freebsd/arm/include/pmap_var.h:271–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271static __inline void
272pte2_sync_range(pt2_entry_t *pte2p, vm_size_t size)
273{
274
275 dsb();
276#ifndef PMAP_PTE_NOCACHE
277 if (!cpuinfo.coherent_walk)
278 dcache_wb_pou((vm_offset_t)pte2p, size);
279#endif
280}
281
282static __inline void
283pte2_store(pt2_entry_t *pte2p, pt2_entry_t pte2)

Callers 4

pmap_bootstrap_prepareFunction · 0.85
pmap_preboot_pt2pg_setupFunction · 0.85
pmap_pt2pg_zeroFunction · 0.85
pmap_pinitFunction · 0.85

Calls 1

dcache_wb_pouFunction · 0.85

Tested by

no test coverage detected