Searched refs:MCL_ONFAULT (Results 1 – 16 of 16) sorted by relevance
20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
23 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
27 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
20 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
371 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()499 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
74 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
41 #define MCL_ONFAULT 32768 /* lock all pages that are faulted in */ macro
65 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
36 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
677 if (flags & MCL_ONFAULT) in apply_mlockall_flags()686 if (flags & MCL_ONFAULT) in apply_mlockall_flags()710 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || in SYSCALL_DEFINE1()711 flags == MCL_ONFAULT) in SYSCALL_DEFINE1()
1506 #ifdef MCL_ONFAULT1507 FLAG_TARGET(MCL_ONFAULT),
7599 #ifdef MCL_ONFAULT in target_to_host_mlockall_arg()7601 result |= MCL_ONFAULT; in target_to_host_mlockall_arg()