HomeSort by relevance Sort by last modified time
    Searched defs:MCL_ONFAULT (Results 1 - 18 of 18) sorted by null

  /external/linux-kselftest/tools/testing/selftests/vm/
on-fault-limit.c 9 #ifndef MCL_ONFAULT
10 #define MCL_ONFAULT (MCL_FUTURE << 1)
24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) {
mlock2.h 11 #ifndef MCL_ONFAULT
12 #define MCL_ONFAULT (MCL_FUTURE << 1)
  /bionic/libc/kernel/uapi/asm-generic/
mman.h 34 #define MCL_ONFAULT 4
  /external/kernel-headers/original/uapi/asm-generic/
mman.h 22 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 53 #define MCL_ONFAULT 4
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 67 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
zerrors_linux_sparc64.go 785 MCL_ONFAULT = 0x8000
    [all...]

Completed in 1228 milliseconds