Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmlockall_flags.h21 #if defined(MCL_ONFAULT) || (defined(HAVE_DECL_MCL_ONFAULT) && HAVE_DECL_MCL_ONFAULT)
23 static_assert((MCL_ONFAULT) == (0x8000), "MCL_ONFAULT != 0x8000");
26 # define MCL_ONFAULT 0x8000
43 #if defined(MCL_ONFAULT) || (defined(HAVE_DECL_MCL_ONFAULT) && HAVE_DECL_MCL_ONFAULT)
45 static_assert((MCL_ONFAULT) == (4), "MCL_ONFAULT != 4");
48 # define MCL_ONFAULT 4
65 XLAT(MCL_ONFAULT),
69 XLAT(MCL_ONFAULT),
Dmlockall_flags.in4 MCL_ONFAULT 0x8000
8 MCL_ONFAULT 4
/external/linux-kselftest/tools/testing/selftests/vm/
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()
Dmlock2.h11 #ifndef MCL_ONFAULT
12 #define MCL_ONFAULT (MCL_FUTURE << 1) macro
Dmlock2-tests.c531 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()
659 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/external/kernel-headers/original/uapi/asm-generic/
Dmman.h22 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dmman.h67 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go785 MCL_ONFAULT = 0x8000 const
Dzerrors_linux_mipsle.go972 MCL_ONFAULT = 0x4 const
Dzerrors_linux_s390x.go971 MCL_ONFAULT = 0x4 const
Dzerrors_linux_arm.go971 MCL_ONFAULT = 0x4 const
Dzerrors_linux_ppc64le.go971 MCL_ONFAULT = 0x8000 const
Dzerrors_linux_mips64.go972 MCL_ONFAULT = 0x4 const
Dzerrors_linux_ppc64.go971 MCL_ONFAULT = 0x8000 const
Dzerrors_linux_amd64.go973 MCL_ONFAULT = 0x4 const
Dzerrors_linux_mips64le.go972 MCL_ONFAULT = 0x4 const
Dzerrors_linux_386.go973 MCL_ONFAULT = 0x4 const
Dzerrors_linux_mips.go972 MCL_ONFAULT = 0x4 const
Dzerrors_linux_arm64.go974 MCL_ONFAULT = 0x4 const
/external/strace/
DChangeLog4383 || __sparc__] (MCL_CURRENT, MCL_FUTURE, MCL_ONFAULT): Define to 0x2000,
35607 * xlat/mlockall_flags.in: Add MCL_ONFAULT, add default values.