cache_.h
来自「RTEMS (Real-Time Executive for Multiproc」· C头文件 代码 · 共 25 行
H
25 行
/* * SPARC Cache Manager Support */#ifndef __SPARC_CACHE_h#define __SPARC_CACHE_h/* * CACHE MANAGER: The following functions are CPU-specific. * They provide the basic implementation for the rtems_* cache * management routines. If a given function has no meaning for the CPU, * it does nothing by default. * * FIXME: Some functions simply have not been implemented. */#if defined(HAS_INSTRUCTION_CACHE)#define CPU_INSTRUCTION_CACHE_ALIGNMENT 0#endif#include <libcpu/cache.h>#endif/* end of include file */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?