Home
last modified time | relevance | path

Searched refs:MCL_ONFAULT (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dmman.h23 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dmman.h27 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dmman.h27 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/openbmc/linux/tools/testing/selftests/mm/
H A Don-fault-limit.c20 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
H A Dmlock2-tests.c371 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()
499 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h74 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h41 #define MCL_ONFAULT 32768 /* lock all pages that are faulted in */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h65 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h65 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h36 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/openbmc/linux/mm/
H A Dmlock.c677 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()
/openbmc/qemu/linux-user/
H A Dstrace.c1506 #ifdef MCL_ONFAULT
1507 FLAG_TARGET(MCL_ONFAULT),
H A Dsyscall.c7599 #ifdef MCL_ONFAULT in target_to_host_mlockall_arg()
7601 result |= MCL_ONFAULT; in target_to_host_mlockall_arg()