Searched refs:MCL_FUTURE (Results 1 – 8 of 8) sorted by relevance
19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
98 int flags = MCL_CURRENT | MCL_FUTURE; in os_mlock()
334 int flags = MCL_CURRENT | MCL_FUTURE; in os_mlock()
2946 return mlockall(MCL_FUTURE);2952 return mlockall(MCL_FUTURE | MCL_ONFAULT);
1505 FLAG_TARGET(MCL_FUTURE),
7620 result |= MCL_FUTURE; in target_to_host_mlockall_arg()