Home | History | Annotate | Download | only in strace

Lines Matching refs:xlat

40 # include "xlat/cacheflush_scope.h"
42 static const struct xlat cacheflush_flags[] = {
44 XLAT(FLUSH_CACHE_BOTH),
47 XLAT(FLUSH_CACHE_DATA),
50 XLAT(FLUSH_CACHE_INSN),
73 static const struct xlat cacheflush_flags[] = {
74 XLAT(ICACHE),
75 XLAT(DCACHE),
76 XLAT(BCACHE),
94 static const struct xlat cacheflush_flags[] = {
96 XLAT(CACHEFLUSH_D_INVAL),
99 XLAT(CACHEFLUSH_D_WB),
102 XLAT(CACHEFLUSH_D_PURGE),
105 XLAT(CACHEFLUSH_I),