Home
last modified time | relevance | path

Searched refs:cpu_icache_sync_range (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/arm64/include/
Dkdb.h47 cpu_icache_sync_range((vm_offset_t)addr, size); in kdb_cpu_sync_icache()
Dcpufunc.h140 #define cpu_icache_sync_range(a, s) arm64_icache_sync_range((a), (s)) macro
/freebsd-12-stable/sys/riscv/include/
Dcpufunc.h120 #define cpu_icache_sync_range(a, s) macro
/freebsd-12-stable/sys/arm/include/
Dcpu-v4.h137 cpu_icache_sync_range(va, size); in icache_sync()
Dcpufunc.h181 #define cpu_icache_sync_range(a, s) cpufuncs.cf_icache_sync_range((a), (s)) macro
/freebsd-12-stable/sys/arm/arm/
Dsys_machdep.c146 cpu_icache_sync_range(ua.addr, ua.len); in arm32_sync_icache()
Delf_machdep.c315 cpu_icache_sync_range((vm_offset_t)lf->address, (vm_size_t)lf->size); in elf_cpu_load_file()
/freebsd-12-stable/sys/arm64/arm64/
Ddb_interface.c189 cpu_icache_sync_range(addr, (vm_size_t)size); in db_write_bytes()
Delf_machdep.c249 cpu_icache_sync_range((vm_offset_t)lf->address, lf->size); in elf_cpu_load_file()
Dpmap.c3378 cpu_icache_sync_range(PHYS_TO_DMAP(pa), PAGE_SIZE); in pmap_enter()
3767 cpu_icache_sync_range(PHYS_TO_DMAP(pa), PAGE_SIZE); in pmap_enter_quick_locked()
5743 cpu_icache_sync_range(va, sz); in pmap_sync_icache()
5756 cpu_icache_sync_range(PHYS_TO_DMAP(pa), len); in pmap_sync_icache()
/freebsd-12-stable/sys/cddl/dev/fbt/aarch64/
Dfbt_isa.c78 cpu_icache_sync_range((vm_offset_t)fbt->fbtp_patchpoint, 4); in fbt_patch_tracepoint()