Searched refs:cpu_l2cache_wb_range (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/arm/include/ |
| H A D | cpu-v4.h | 171 cpu_l2cache_wb_range(pa, size); in dcache_wb_poc() 173 cpu_l2cache_wb_range(va, size); in dcache_wb_poc()
|
| H A D | pmap-v4.h | 320 #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 D | cpufunc.h | 194 #define cpu_l2cache_wb_range(a, s) cpufuncs.cf_l2cache_wb_range((a), (s)) macro
|
| H A D | cpu-v6.h | 601 cpu_l2cache_wb_range(pa, size); in dcache_wb_poc()
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | elf_machdep.c | 309 cpu_l2cache_wb_range((vm_offset_t)lf->address, (vm_size_t)lf->size); in elf_cpu_load_file()
|
| H A D | busdma_machdep-v4.c | 1201 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 D | pmap-v4.c | 919 cpu_l2cache_wb_range(va, rest); in pmap_dcache_wb_range() 3094 cpu_l2cache_wb_range(va, PAGE_SIZE); in pmap_enter_locked()
|