Home
last modified time | relevance | path

Searched refs:cpu_l2cache_wb_range (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/arm/include/
H A Dcpu-v4.h171 cpu_l2cache_wb_range(pa, size); in dcache_wb_poc()
173 cpu_l2cache_wb_range(va, size); in dcache_wb_poc()
H A Dpmap-v4.h320 #define _sync_l2(pte, size) cpu_l2cache_wb_range(vtophys(pte), size)
322 #define _sync_l2(pte, size) cpu_l2cache_wb_range(pte, size)
H A Dcpufunc.h194 #define cpu_l2cache_wb_range(a, s) cpufuncs.cf_l2cache_wb_range((a), (s)) macro
H A Dcpu-v6.h601 cpu_l2cache_wb_range(pa, size); in dcache_wb_poc()
/freebsd-12.1/sys/arm/arm/
H A Delf_machdep.c309 cpu_l2cache_wb_range((vm_offset_t)lf->address, (vm_size_t)lf->size); in elf_cpu_load_file()
H A Dbusdma_machdep-v4.c1201 cpu_l2cache_wb_range(buf, len); in bus_dmamap_sync_buf()
1322 cpu_l2cache_wb_range(bpage->vaddr, bpage->datacount); in _bus_dmamap_sync_bp()
H A Dpmap-v4.c919 cpu_l2cache_wb_range(va, rest); in pmap_dcache_wb_range()
3094 cpu_l2cache_wb_range(va, PAGE_SIZE); in pmap_enter_locked()