Home
last modified time | relevance | path

Searched defs:MLOCK_ONFAULT (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/uapi/asm-generic/
Dmman-common.h31 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dmman.h36 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dmman.h69 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dmman.h42 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dmman.h82 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ macro
/linux-4.4.14/tools/testing/selftests/vm/
Dmlock2-tests.c15 #define MLOCK_ONFAULT 1 macro