Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vm/
A Dmlock2.h7 #ifndef MLOCK_ONFAULT
8 #define MLOCK_ONFAULT 1 macro
A 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()
A Dmlock-random-test.c169 MLOCK_ONFAULT); in test_mlock_within_limit()
241 MLOCK_ONFAULT); in test_mlock_outof_limit()
/linux/tools/include/uapi/asm-generic/
A Dmman-common.h39 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux/include/uapi/asm-generic/
A Dmman-common.h39 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux/arch/xtensa/include/uapi/asm/
A Dmman.h79 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux/arch/mips/include/uapi/asm/
A Dmman.h70 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux/arch/parisc/include/uapi/asm/
A Dmman.h38 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux/arch/alpha/include/uapi/asm/
A Dmman.h43 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux/mm/
A Dmlock.c704 if (flags & ~MLOCK_ONFAULT) in SYSCALL_DEFINE3()
707 if (flags & MLOCK_ONFAULT) in SYSCALL_DEFINE3()

Completed in 13 milliseconds