Searched refs:CACHE_DESC (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/cacheflush/ |
D | cacheflush01.c | 26 #define CACHE_DESC(x) .cache = x, .desc = #x macro 32 { CACHE_DESC(ICACHE) }, 33 { CACHE_DESC(DCACHE) }, 34 { CACHE_DESC(BCACHE) },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips32r6InstrInfo.td | 714 class CACHE_DESC : CACHE_HINT_DESC<"cache", mem_simm9, GPR32Opnd, II_CACHE>; 898 def CACHE_R6 : R6MMR6Rel, CACHE_ENC, CACHE_DESC, ISA_MIPS32R6;
|