Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/arm64/include/
HDkdb.h47 cpu_icache_sync_range((vm_offset_t)addr, size); in kdb_cpu_sync_icache()
HDcpufunc.h141 #define cpu_icache_sync_range(a, s) arm64_icache_sync_range((a), (s)) macro
/freebsd-11-stable/sys/riscv/include/
HDkdb.h50 cpu_icache_sync_range((vm_offset_t)addr, size); in kdb_cpu_sync_icache()
HDcpufunc.h110 #define cpu_icache_sync_range(a, s) riscv_icache_sync_range((a), (s)) macro
/freebsd-11-stable/sys/arm/include/
HDcpu-v4.h137 cpu_icache_sync_range(va, size); in icache_sync()
HDcpufunc.h181 #define cpu_icache_sync_range(a, s) cpufuncs.cf_icache_sync_range((a), (s)) macro
/freebsd-11-stable/sys/riscv/riscv/
HDdb_interface.c158 cpu_icache_sync_range(addr, (vm_size_t)size); in db_write_bytes()
HDpmap.c2219 cpu_icache_sync_range(va, PAGE_SIZE); in pmap_enter()
/freebsd-11-stable/sys/arm64/arm64/
HDdb_interface.c157 cpu_icache_sync_range(addr, (vm_size_t)size); in db_write_bytes()
HDelf_machdep.c215 cpu_icache_sync_range((vm_offset_t)lf->address, lf->size); in elf_cpu_load_file()
HDpmap.c3135 cpu_icache_sync_range(va, PAGE_SIZE); in pmap_enter()
4755 cpu_icache_sync_range(va, sz); in pmap_sync_icache()
4768 cpu_icache_sync_range(PHYS_TO_DMAP(pa), len); in pmap_sync_icache()
/freebsd-11-stable/sys/arm/arm/
HDsys_machdep.c144 cpu_icache_sync_range(ua.addr, ua.len); in arm32_sync_icache()
HDelf_machdep.c309 cpu_icache_sync_range((vm_offset_t)lf->address, (vm_size_t)lf->size); in elf_cpu_load_file()
/freebsd-11-stable/sys/cddl/dev/fbt/riscv/
HDfbt_isa.c77 cpu_icache_sync_range((vm_offset_t)fbt->fbtp_patchpoint, 4); in fbt_patch_tracepoint()
/freebsd-11-stable/sys/cddl/dev/fbt/aarch64/
HDfbt_isa.c78 cpu_icache_sync_range((vm_offset_t)fbt->fbtp_patchpoint, 4); in fbt_patch_tracepoint()