cache_.h
来自「RTEMS (Real-Time Executive for Multiproc」· C头文件 代码 · 共 17 行
H
17 行
/* * i386 Cache Manager Wrapper */#ifndef __i386_CACHE_h#define __i386_CACHE_h#define I386_CACHE_ALIGNMENT 16#define CPU_DATA_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT#define CPU_INSTRUCTION_CACHE_ALIGNEMNT I386_CACHE_ALIGNMENT#include <libcpu/cache.h>#endif/* end of include file */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?