#include <revolution/os.h> void DCFreeze ( void );
None.
None.
Locks the current contents of the L1 data cache so they cannot be invalidated. Hits are still serviced, but misses go straight to L2 cache or 60x bus. Regardless of whether the cache is frozen, most cache operations (for example, DCFlushRange) will still execute.
In PowerPC architecture jargon, this feature is referred to as locking the data cache. We use the word "freeze" for the Wii to distinguish between the locked cache and DMA features.
Cache Functions, DCUnfreeze, ICFreeze, ICUnfreeze
2006/03/01 Initial version.
CONFIDENTIAL