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) /* flush instruction cache */
 
#define DCACHE   (1<<1) /* writeback and flush data cache */
 
#define BCACHE   (ICACHE|DCACHE) /* flush both caches */
 
#define CACHEABLE   0 /* make pages cacheable */
 
#define UNCACHEABLE   1 /* make pages uncacheable */
 

Macro Definition Documentation

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

Definition at line 16 of file cachectl.h.

#define CACHEABLE   0 /* make pages cacheable */

Definition at line 23 of file cachectl.h.

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

Definition at line 15 of file cachectl.h.

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

Definition at line 14 of file cachectl.h.

#define UNCACHEABLE   1 /* make pages uncacheable */

Definition at line 24 of file cachectl.h.