|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | CACHEFLUSH_D_INVAL 0x1 /* invalidate (without write back) */ |
| #define | CACHEFLUSH_D_WB 0x2 /* write back (without invalidate) */ |
| #define | CACHEFLUSH_D_PURGE 0x3 /* writeback and invalidate */ |
| #define | CACHEFLUSH_I 0x4 |
| #define | ICACHE CACHEFLUSH_I /* flush instruction cache */ |
| #define | DCACHE CACHEFLUSH_D_PURGE /* writeback and flush data cache */ |
| #define | BCACHE (ICACHE|DCACHE) /* flush both caches */ |
Definition at line 17 of file cachectl.h.
| #define CACHEFLUSH_D_INVAL 0x1 /* invalidate (without write back) */ |
Definition at line 6 of file cachectl.h.
| #define CACHEFLUSH_D_PURGE 0x3 /* writeback and invalidate */ |
Definition at line 8 of file cachectl.h.
| #define CACHEFLUSH_D_WB 0x2 /* write back (without invalidate) */ |
Definition at line 7 of file cachectl.h.
| #define CACHEFLUSH_I 0x4 |
Definition at line 10 of file cachectl.h.
| #define DCACHE CACHEFLUSH_D_PURGE /* writeback and flush data cache */ |
Definition at line 16 of file cachectl.h.
| #define ICACHE CACHEFLUSH_I /* flush instruction cache */ |
Definition at line 15 of file cachectl.h.
1.8.2