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

Function pte1_sync_range

freebsd/arm/include/pmap_var.h:131–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131static __inline void
132pte1_sync_range(pt1_entry_t *pte1p, vm_size_t size)
133{
134
135 dsb();
136#ifndef PMAP_PTE_NOCACHE
137 if (!cpuinfo.coherent_walk)
138 dcache_wb_pou((vm_offset_t)pte1p, size);
139#endif
140}
141
142static __inline void
143pte1_store(pt1_entry_t *pte1p, pt1_entry_t pte1)

Callers 2

pmap_bootstrap_prepareFunction · 0.85
pmap_pinitFunction · 0.85

Calls 1

dcache_wb_pouFunction · 0.85

Tested by

no test coverage detected