⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cachectl.h

📁 《嵌入式系统设计与实例开发实验教材二源码》Linux内核移植与编译实验
💻 H
字号:
#ifndef _M68K_CACHECTL_H#define _M68K_CACHECTL_H/* Definitions for the cacheflush system call.  */#define FLUSH_SCOPE_LINE    1	/* Flush a cache line */#define FLUSH_SCOPE_PAGE    2	/* Flush a page */#define FLUSH_SCOPE_ALL     3	/* Flush the whole cache -- superuser only */#define FLUSH_CACHE_DATA    1	/* Writeback and flush data cache */#define FLUSH_CACHE_INSN    2	/* Flush instruction cache */#define FLUSH_CACHE_BOTH    3	/* Flush both caches */#endif /* _M68K_CACHECTL_H */

⌨️ 快捷键说明

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