Home
last modified time | relevance | path

Searched refs:icache_sync (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/arm/arm/
H A Dsdt_machdep.c49 icache_sync(patchpoint, sizeof(instr)); in sdt_tracepoint_patch()
62 icache_sync(patchpoint, sizeof(instr)); in sdt_tracepoint_restore()
H A Ddb_interface.c241 icache_sync(addr, size); in db_write_bytes()
H A Dmachdep.c179 icache_sync(va, (ARM_NVEC * 2) * sizeof(u_int));
/freebsd/sys/arm/include/
H A Dkdb.h47 icache_sync((vm_offset_t)addr, size); in kdb_cpu_sync_icache()
H A Dcpu.h441 icache_sync(vm_offset_t va, vm_size_t size) in icache_sync() function
/freebsd/sys/cddl/dev/fbt/arm/
H A Dfbt_isa.c84 icache_sync((vm_offset_t)fbt->fbtp_patchpoint, sizeof(val)); in fbt_patch_tracepoint()