CLEAR_CACHE(3spp)
NAME
clear_cache − clear address range from instruction and data caches
SYNOPSIS
clear_cache(addr, bcnt);
char *addr;
unsigned bcnt;
DESCRIPTION
Clear_cache invalidates the cache for cache lines in the range addr to addr+bcnt-1. 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.