Home
last modified time | relevance | path

Searched refs:MCL_FUTURE (Results 1 – 6 of 6) 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-posix.c331 ret = mlockall(MCL_CURRENT | MCL_FUTURE); in os_mlock()
/qemu/linux-user/
H A Dstrace.c1444 FLAG_TARGET(MCL_FUTURE),
H A Dsyscall.c7558 result |= MCL_FUTURE; in target_to_host_mlockall_arg()