#include <nitro/os.h>
BOOL IC_Restore( BOOL enable );
enable | Value to set whether instruction cache use is permitted/prohibited |
Previous permission/prohibition setting for instruction cache use.
Permits or prohibits the use of all instruction caches.
When enable is TRUE
, use is permitted; when it is FALSE
, use is prohibited.
The return value is the instruction cache permission/prohibit setting before this function was called. When TRUE
, use of the cache was permitted; when FALSE
, it was prohibited.
Operates register 1 of the system control coprocessor.
2003/12/22 Initial version.
CONFIDENTIAL