Home
last modified time | relevance | path

Searched refs:MCL_FUTURE (Results 1 – 8 of 8) sorted by relevance

/qemu/linux-headers/asm-generic/
H A Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/qemu/linux-headers/asm-powerpc/
H A Dmman.h26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/qemu/linux-headers/asm-mips/
H A Dmman.h64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/qemu/
H A Dos-wasm.c98 int flags = MCL_CURRENT | MCL_FUTURE; in os_mlock()
H A Dos-posix.c334 int flags = MCL_CURRENT | MCL_FUTURE; in os_mlock()
H A Dmeson.build2946 return mlockall(MCL_FUTURE);
2952 return mlockall(MCL_FUTURE | MCL_ONFAULT);
/qemu/linux-user/
H A Dstrace.c1505 FLAG_TARGET(MCL_FUTURE),
H A Dsyscall.c7620 result |= MCL_FUTURE; in target_to_host_mlockall_arg()