Home
last modified time | relevance | path

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

/freebsd-13.1/sys/arm64/include/
H A Dkdb.h49 cpu_icache_sync_range((vm_offset_t)addr, size); in kdb_cpu_sync_icache()
H A Dcpufunc.h238 #define cpu_icache_sync_range(a, s) arm64_icache_sync_range((a), (s)) macro
/freebsd-13.1/sys/riscv/include/
H A Dcpufunc.h120 #define cpu_icache_sync_range(a, s) macro
/freebsd-13.1/sys/arm64/arm64/
H A Ddb_interface.c172 cpu_icache_sync_range(addr, (vm_size_t)size); in db_write_bytes()
H A Delf_machdep.c272 cpu_icache_sync_range((vm_offset_t)lf->address, lf->size); in elf_cpu_load_file()
H A Dpmap.c4149 cpu_icache_sync_range(PHYS_TO_DMAP(pa), PAGE_SIZE); in pmap_enter()
4373 cpu_icache_sync_range(PHYS_TO_DMAP(new_l2 & ~ATTR_MASK), in pmap_enter_l2()
4580 cpu_icache_sync_range(PHYS_TO_DMAP(pa), PAGE_SIZE); in pmap_enter_quick_locked()
6845 cpu_icache_sync_range(va, sz); in pmap_sync_icache()
6858 cpu_icache_sync_range(PHYS_TO_DMAP(pa), len); in pmap_sync_icache()
/freebsd-13.1/sys/cddl/dev/fbt/aarch64/
H A Dfbt_isa.c88 cpu_icache_sync_range((vm_offset_t)fbt->fbtp_patchpoint, 4); in fbt_patch_tracepoint()