VxWorks Reference Manual : Libraries
cacheI960CxLib - I960Cx cache management library
cacheI960CxLibInit( ) - initialize the I960Cx cache library (i960)
This library contains architecture-specific cache library functions for the Intel I960Cx architecture. The I960Cx utilizes a 1KB instruction cache and no data cache. Cache line size is fixed at 16 bytes.
For general information about caching, see the manual entry for cacheLib.
cacheLib.h
cacheI960CxLib, cacheLib, Intel i960Cx User's Manual
cacheI960CxLibInit( ) - initialize the I960Cx cache library (i960)
STATUS cacheI960CxLibInit ( CACHE_MODE instMode, /* instruction cache mode */ CACHE_MODE dataMode /* data cache mode */ )
This routine initializes the function pointers for the I960Cx cache library. The board support package can select this cache library by calling this routine.
OK.