Searched refs:arm_sync_icache (Results 1 – 5 of 5) sorted by relevance
8 SRCS+= arm_sync_icache.c arm_drain_writebuf.c11 MAN+= arm_sync_icache.2 arm_drain_writebuf.2
41 arm_sync_icache(uintptr_t addr, size_t len) in arm_sync_icache() function
45 return arm_sync_icache((uintptr_t)addr, (size_t)len); in rumpcomp_sync_icache()
56 (void)arm_sync_icache((uintptr_t)(from), (size_t)((to) - (from)))
79 int arm_sync_icache(uintptr_t, size_t);