Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
cachectl.h File Reference

Go to the source code of this file.

Macros

#define ICACHE   (1<<0) /* invalidate L1 instruction cache */
 
#define DCACHE   (1<<1) /* flush and invalidate data cache */
 
#define BCACHE   (ICACHE|DCACHE) /* flush both caches */
 

Macro Definition Documentation

#define BCACHE   (ICACHE|DCACHE) /* flush both caches */

Definition at line 40 of file cachectl.h.

#define DCACHE   (1<<1) /* flush and invalidate data cache */

Definition at line 39 of file cachectl.h.

#define ICACHE   (1<<0) /* invalidate L1 instruction cache */

Definition at line 38 of file cachectl.h.