Home
last modified time | relevance | path

Searched refs:MCL_ONFAULT (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dmlockall_flags.h21 #if defined(MCL_ONFAULT) || (defined(HAVE_DECL_MCL_ONFAULT) && HAVE_DECL_MCL_ONFAULT)
23 static_assert((MCL_ONFAULT) == (0x8000), "MCL_ONFAULT != 0x8000");
26 # define MCL_ONFAULT 0x8000
43 #if defined(MCL_ONFAULT) || (defined(HAVE_DECL_MCL_ONFAULT) && HAVE_DECL_MCL_ONFAULT)
45 static_assert((MCL_ONFAULT) == (4), "MCL_ONFAULT != 4");
48 # define MCL_ONFAULT 4
65 XLAT(MCL_ONFAULT),
69 XLAT(MCL_ONFAULT),
Dmlockall_flags.in4 MCL_ONFAULT 0x8000
8 MCL_ONFAULT 4
/external/linux-kselftest/tools/testing/selftests/vm/
Don-fault-limit.c9 #ifndef MCL_ONFAULT
10 #define MCL_ONFAULT (MCL_FUTURE << 1) macro
24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
Dmlock2.h11 #ifndef MCL_ONFAULT
12 #define MCL_ONFAULT (MCL_FUTURE << 1) macro
Dmlock2-tests.c531 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()
659 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/external/kernel-headers/original/uapi/asm-generic/
Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c3088 #ifdef MCL_ONFAULT
3089 { "MCL_ONFAULT", (unsigned long) MCL_ONFAULT },
/external/strace/
DChangeLog4383 || __sparc__] (MCL_CURRENT, MCL_FUTURE, MCL_ONFAULT): Define to 0x2000,
35607 * xlat/mlockall_flags.in: Add MCL_ONFAULT, add default values.