Go to the documentation of this file.
6 #define CACHEFLUSH_D_INVAL 0x1
7 #define CACHEFLUSH_D_WB 0x2
8 #define CACHEFLUSH_D_PURGE 0x3
10 #define CACHEFLUSH_I 0x4
15 #define ICACHE CACHEFLUSH_I
16 #define DCACHE CACHEFLUSH_D_PURGE
17 #define BCACHE (ICACHE|DCACHE)