VxWorks Reference Manual : Libraries

cacheI960CxLib

NAME

cacheI960CxLib - I960Cx cache management library

ROUTINES

cacheI960CxLibInit( ) - initialize the I960Cx cache library (i960)

DESCRIPTION

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.

INCLUDE FILES

cacheLib.h

SEE ALSO

cacheI960CxLib, cacheLib, Intel i960Cx User's Manual


Libraries : Routines

cacheI960CxLibInit( )

NAME

cacheI960CxLibInit( ) - initialize the I960Cx cache library (i960)

SYNOPSIS

STATUS cacheI960CxLibInit
    (
    CACHE_MODE instMode, /* instruction cache mode */
    CACHE_MODE dataMode  /* data cache mode */
    )

DESCRIPTION

This routine initializes the function pointers for the I960Cx cache library. The board support package can select this cache library by calling this routine.

RETURNS

OK.

SEE ALSO

cacheI960CxLib