|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | ICACHE (1<<0) /* flush instruction cache */ |
| #define | DCACHE (1<<1) /* writeback and flush data cache */ |
| #define | BCACHE (ICACHE|DCACHE) /* flush both caches */ |
Definition at line 18 of file cachectl.h.
Definition at line 17 of file cachectl.h.
| #define ICACHE (1<<0) /* flush instruction cache */ |
Definition at line 16 of file cachectl.h.
1.8.2