Searched refs:MCL_ONFAULT (Results 1 – 8 of 8) sorted by relevance
8 #if !(defined(MCL_ONFAULT) || (defined(HAVE_DECL_MCL_ONFAULT) && HAVE_DECL_MCL_ONFAULT))9 # define MCL_ONFAULT 4 macro22 XLAT(MCL_ONFAULT),
3 MCL_ONFAULT 4
8 #ifndef MCL_ONFAULT9 #define MCL_ONFAULT (MCL_FUTURE << 1) macro23 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
10 #ifndef MCL_ONFAULT11 #define MCL_ONFAULT (MCL_FUTURE << 1) macro
528 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()656 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
64 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
20963 * xlat/mlockall_flags.in: Add MCL_ONFAULT, add default values.