Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Dkdb.h47 cpu_icache_sync_range((vm_offset_t)addr, size); in kdb_cpu_sync_icache()
H A Dcpufunc.h231 #define cpu_icache_sync_range(a, s) arm64_icache_sync_range((a), (s)) macro
/f-stack/freebsd/arm64/arm64/
H A Ddb_interface.c189 cpu_icache_sync_range(addr, (vm_size_t)size); in db_write_bytes()
H A Delf_machdep.c269 cpu_icache_sync_range((vm_offset_t)lf->address, lf->size); in elf_cpu_load_file()
H A Dpmap.c4138 cpu_icache_sync_range(PHYS_TO_DMAP(pa), PAGE_SIZE); in pmap_enter()
4554 cpu_icache_sync_range(PHYS_TO_DMAP(pa), PAGE_SIZE); in pmap_enter_quick_locked()
6714 cpu_icache_sync_range(va, sz); in pmap_sync_icache()
6727 cpu_icache_sync_range(PHYS_TO_DMAP(pa), len); in pmap_sync_icache()