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