cacher4klib.html

来自「vxworks相关论文」· HTML 代码 · 共 67 行

HTML
67
字号
<html><head><!-- /vobs/wpwr/docs/vxworks/ref/cacheR4kLib.html - generated by refgen from ../mips/cacheR4kLib.c --> <title> cacheR4kLib </title></head><body bgcolor="#FFFFFF"> <hr><a name="top"></a><p align=right><a href="libIndex.html"><i>VxWorks Reference Manual :  Libraries</i></a></p></blockquote><h1>cacheR4kLib</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote>  <p><strong>cacheR4kLib</strong> - MIPS R4000 cache management library </p></blockquote><h4>ROUTINES</h4><blockquote><p><p><b><i><a href="./cacheR4kLib.html#cacheR4kLibInit">cacheR4kLibInit</a></i>(&nbsp;)</b>  -  initialize the R4000 cache library<br><p></blockquote><h4>DESCRIPTION</h4><blockquote><p>This library contains architecture-specific cache library functions forthe MIPS R4000 architecture.  The R4000 utilizes a variable-sizeinstruction and data cache that operates in write-back mode.  Cacheline size also varies.  <p>For general information about caching, see the manual entry for cacheLib.<p></blockquote><h4>INCLUDE FILES</h4><blockquote><p><b>cacheLib.h</b><p></blockquote><h4>SEE ALSO</h4><blockquote><p><b><a href="./cacheR4kLib.html#top">cacheR4kLib</a></b>, <b><a href="./cacheLib.html#top">cacheLib</a></b><hr><a name="cacheR4kLibInit"></a><p align=right><a href="rtnIndex.html"><i>Libraries :  Routines</i></a></p></blockquote><h1><i>cacheR4kLibInit</i>(&nbsp;)</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote>  <p><strong><i>cacheR4kLibInit</i>(&nbsp;)</strong> - initialize the R4000 cache library</p></blockquote><h4>SYNOPSIS</h4><blockquote><p><pre>STATUS cacheR4kLibInit    (    CACHE_MODE instMode, /* instruction cache mode */    CACHE_MODE dataMode  /* data cache mode */    )</pre></blockquote><h4>DESCRIPTION</h4><blockquote><p>This routine initializes the function pointers for the R4000 cachelibrary.  The board support package can select this cache library by assigning the function pointer <i>sysCacheLibInit</i> to<b><i><a href="./cacheR4kLib.html#cacheR4kLibInit">cacheR4kLibInit</a></i>(&nbsp;)</b>.<p></blockquote><h4>RETURNS</h4><blockquote><p>OK.</blockquote><h4>SEE ALSO</h4><blockquote><p><b><a href="./cacheR4kLib.html#top">cacheR4kLib</a></b></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?