Home
last modified time | relevance | path

Searched refs:cacheflush_flags (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dcacheflush.c41 static const struct xlat cacheflush_flags[] = { variable
63 printflags(cacheflush_flags, tcp->u_arg[2], "FLUSH_CACHE_???"); in SYS_FUNC()
72 static const struct xlat cacheflush_flags[] = { variable
86 printxval(cacheflush_flags, tcp->u_arg[2], "?CACHE"); in SYS_FUNC()
93 static const struct xlat cacheflush_flags[] = { variable
116 printflags(cacheflush_flags, tcp->u_arg[2], "CACHEFLUSH_???"); in SYS_FUNC()
DChangeLog32936 * system.c [SH] (cacheflush_flags): New xlat structure.