Searched refs:MCL_ONFAULT (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | mlockall_flags.h | 21 #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),
|
D | mlockall_flags.in | 4 MCL_ONFAULT 0x8000 8 MCL_ONFAULT 4
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | on-fault-limit.c | 9 #ifndef MCL_ONFAULT 10 #define MCL_ONFAULT (MCL_FUTURE << 1) macro 24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
|
D | mlock2.h | 11 #ifndef MCL_ONFAULT 12 #define MCL_ONFAULT (MCL_FUTURE << 1) macro
|
D | mlock2-tests.c | 531 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/ |
D | mman.h | 20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3088 #ifdef MCL_ONFAULT 3089 { "MCL_ONFAULT", (unsigned long) MCL_ONFAULT },
|
/external/strace/ |
D | ChangeLog | 4383 || __sparc__] (MCL_CURRENT, MCL_FUTURE, MCL_ONFAULT): Define to 0x2000, 35607 * xlat/mlockall_flags.in: Add MCL_ONFAULT, add default values.
|