• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/move_pages_flags.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat move_pages_flags in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat move_pages_flags[] = {
11 #if defined(MPOL_MF_MOVE) || (defined(HAVE_DECL_MPOL_MF_MOVE) && HAVE_DECL_MPOL_MF_MOVE)
12   XLAT(MPOL_MF_MOVE),
13 #endif
14 #if defined(MPOL_MF_MOVE_ALL) || (defined(HAVE_DECL_MPOL_MF_MOVE_ALL) && HAVE_DECL_MPOL_MF_MOVE_ALL)
15   XLAT(MPOL_MF_MOVE_ALL),
16 #endif
17  XLAT_END
18 };
19 
20 #endif /* !IN_MPERS */
21