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