Home
last modified time | relevance | path

Searched refs:MLOCK_ONFAULT (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Dmlock2.h7 #ifndef MLOCK_ONFAULT
8 #define MLOCK_ONFAULT 1 macro
Dmlock-random-test.c169 MLOCK_ONFAULT); in test_mlock_within_limit()
241 MLOCK_ONFAULT); in test_mlock_outof_limit()
Dmlock2-tests.c267 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) { in test_mlock_onfault()
311 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) { in test_lock_onfault_of_present()
426 if (call_mlock && mlock2_(map, 3 * page_size, MLOCK_ONFAULT)) { in test_vma_management()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dmman-common.h27 #define MLOCK_ONFAULT 0x01 macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dmman-common.h39 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dmman-common.h39 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dmman-common.h38 #define MLOCK_ONFAULT 0x01 macro
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
Dmman.h79 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Dmman.h43 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dmman.h70 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dmman.h51 #define MLOCK_ONFAULT 0x01 macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
Dmman.h38 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/kernel/linux/linux-5.10/mm/
Dmlock.c732 if (flags & ~MLOCK_ONFAULT) in SYSCALL_DEFINE3()
735 if (flags & MLOCK_ONFAULT) in SYSCALL_DEFINE3()