clear_cache − clear address range from instruction and data caches
clear_cache(addr, bcnt);
char *addr;
unsigned bcnt;
invalidates the cache for cache lines in the range
to
The specified address range must reside in k0seg or if in kuseg or k2seg,
be entirely mapped by translation
buffer entries that have caching enabled.
flush_cache(3spp)