Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Don-fault-limit.c9 #ifndef MCL_ONFAULT
10 #define MCL_ONFAULT (MCL_FUTURE << 1) macro
24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
H A Dmlock2.h11 #ifndef MCL_ONFAULT
12 #define MCL_ONFAULT (MCL_FUTURE << 1) macro
H A Dmlock2-tests.c372 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()
500 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dmman.h22 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dmman.h23 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dmman.h22 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dmman.h27 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/OK3568_Linux_fs/kernel/mm/
H A Dmlock.c788 if (flags & MCL_ONFAULT) in apply_mlockall_flags()
797 if (flags & MCL_ONFAULT) in apply_mlockall_flags()
820 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || in SYSCALL_DEFINE1()
821 flags == MCL_ONFAULT) in SYSCALL_DEFINE1()
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dmman.h74 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dmman.h65 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dmman.h41 #define MCL_ONFAULT 32768 /* lock all pages that are faulted in */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dmman.h36 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmman-linux.h109 # define MCL_ONFAULT 4 /* Lock all pages that are macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmman-linux.h109 # define MCL_ONFAULT 4 /* Lock all pages that are macro