1 /* Generated by ./xlat/gen.sh from ./xlat/cacheflush_scope.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat cacheflush_scope in mpers mode 6 7 #else 8 9 static 10 const struct xlat cacheflush_scope[] = { 11 #if defined(FLUSH_SCOPE_LINE) || (defined(HAVE_DECL_FLUSH_SCOPE_LINE) && HAVE_DECL_FLUSH_SCOPE_LINE) 12 XLAT(FLUSH_SCOPE_LINE), 13 #endif 14 #if defined(FLUSH_SCOPE_PAGE) || (defined(HAVE_DECL_FLUSH_SCOPE_PAGE) && HAVE_DECL_FLUSH_SCOPE_PAGE) 15 XLAT(FLUSH_SCOPE_PAGE), 16 #endif 17 #if defined(FLUSH_SCOPE_ALL) || (defined(HAVE_DECL_FLUSH_SCOPE_ALL) && HAVE_DECL_FLUSH_SCOPE_ALL) 18 XLAT(FLUSH_SCOPE_ALL), 19 #endif 20 XLAT_END 21 }; 22 23 #endif /* !IN_MPERS */ 24