Searched refs:MCL_FUTURE (Results 1 – 11 of 11) sorted by relevance
19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
38 #define MCL_FUTURE 2 /* lock all future mappings */ macro
24 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
19 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
39 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
63 #define MCL_FUTURE 2 /* lock all future mappings */ macro
76 #define MCL_FUTURE 2 /* lock all future mappings */ macro
33 #define MCL_FUTURE 2 /* lock all future mappings */ macro
661 if (flags & MCL_FUTURE) in do_mlockall()665 if (flags == MCL_FUTURE) in do_mlockall()688 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE))) in SYSCALL_DEFINE1()
144 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
282 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE471 task that has previously called mlockall() with the MCL_FUTURE flag will result