Home
last modified time | relevance | path

Searched refs:MCL_ONFAULT (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dmman.h29 #define MCL_ONFAULT 4 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dmman.h29 #define MCL_ONFAULT 4 macro
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H A Dmman.h27 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dmman.h23 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H A Dmman.h27 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dmman.h23 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dmman.h21 #define MCL_ONFAULT 4 macro
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Don-fault-limit.c20 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dmman.h36 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dmman.h41 #define MCL_ONFAULT 32768 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dmman.h65 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H A Dmman.h74 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dmman.h65 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dmman.h41 #define MCL_ONFAULT 32768 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dmman.h36 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/
H A Dmman.h74 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dmman.h50 #define MCL_ONFAULT 4 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dmman.h50 #define MCL_ONFAULT 4 macro
/kernel/linux/linux-5.10/mm/
H A Dmlock.c777 if (flags & MCL_ONFAULT) in apply_mlockall_flags()
786 if (flags & MCL_ONFAULT) in apply_mlockall_flags()
809 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || in SYSCALL_DEFINE1()
810 flags == MCL_ONFAULT) in SYSCALL_DEFINE1()

Completed in 7 milliseconds

12