Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/asm-generic/
Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/Linux-v6.6/include/uapi/asm-generic/
Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/Linux-v6.6/arch/sparc/include/uapi/asm/
Dmman.h23 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/Linux-v6.6/arch/powerpc/include/uapi/asm/
Dmman.h27 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/Linux-v6.6/tools/testing/selftests/mm/
Don-fault-limit.c20 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
Dmlock2-tests.c371 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()
499 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/Linux-v6.6/arch/xtensa/include/uapi/asm/
Dmman.h74 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/Linux-v6.6/arch/mips/include/uapi/asm/
Dmman.h65 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/Linux-v6.6/arch/parisc/include/uapi/asm/
Dmman.h36 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/Linux-v6.6/arch/alpha/include/uapi/asm/
Dmman.h41 #define MCL_ONFAULT 32768 /* lock all pages that are faulted in */ macro
/Linux-v6.6/mm/
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()