Home
last modified time | relevance | path

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

/external/strace/
Dcacheflush.c42 static const struct xlat cacheflush_flags[] = { variable
64 printflags(cacheflush_flags, tcp->u_arg[2], "FLUSH_CACHE_???"); in SYS_FUNC()
73 static const struct xlat cacheflush_flags[] = { variable
87 printxval(cacheflush_flags, tcp->u_arg[2], "?CACHE"); in SYS_FUNC()
94 static const struct xlat cacheflush_flags[] = { variable
117 printflags(cacheflush_flags, tcp->u_arg[2], "CACHEFLUSH_???"); in SYS_FUNC()
DChangeLog52126 * system.c [SH] (cacheflush_flags): New xlat structure.