Searched refs:clear_mips_cache (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Dclear_cache.c44 // clear_mips_cache - Invalidates instruction cache for Mips.
45 static void clear_mips_cache(const void *Addr, size_t Size) { function
130 clear_mips_cache(start, (end_int - start_int));

Completed in 79 milliseconds