Go to the documentation of this file. 1 #ifndef _M68K_CACHECTL_H
2 #define _M68K_CACHECTL_H
6 #define FLUSH_SCOPE_LINE 1
7 #define FLUSH_SCOPE_PAGE 2
8 #define FLUSH_SCOPE_ALL 3
10 #define FLUSH_CACHE_DATA 1
11 #define FLUSH_CACHE_INSN 2
12 #define FLUSH_CACHE_BOTH 3