Home
last modified time | relevance | path

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

/netbsd-src/lib/libarch/arm/
H A DMakefile.inc8 SRCS+= arm_sync_icache.c arm_drain_writebuf.c
11 MAN+= arm_sync_icache.2 arm_drain_writebuf.2
H A Darm_sync_icache.c41 arm_sync_icache(uintptr_t addr, size_t len) in arm_sync_icache() function
/netbsd-src/sys/rump/kern/lib/libsljit/arch/arm/
H A Dsljit_rump.c45 return arm_sync_icache((uintptr_t)addr, (size_t)len); in rumpcomp_sync_icache()
/netbsd-src/sys/arch/arm/include/
H A Dsljit_machdep.h56 (void)arm_sync_icache((uintptr_t)(from), (size_t)((to) - (from)))
H A Dsysarch.h79 int arm_sync_icache(uintptr_t, size_t);