HomeSort by relevance Sort by last modified time
    Searched full:faulted (Results 1 - 25 of 47) sorted by null

1 2

  /external/kernel-headers/original/uapi/asm-generic/
mman.h 22 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */
mman-common.h 33 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */
  /external/compiler-rt/test/tsan/
signal_longjmp.cc 41 fprintf(stderr, "%s not faulted\n", #code); \
44 fprintf(stderr, "%s faulted ok\n", #code); \
  /external/linux-kselftest/tools/testing/selftests/powerpc/mm/
subpage_prot.c 33 volatile int faulted; variable
47 faulted = 1;
75 if (faulted != want_fault) {
79 faulted ? "fault" : "pass");
83 if (faulted) {
88 faulted = 0;
  /external/llvm/test/CodeGen/AArch64/
setcc-takes-i32.ll 6 ; couldn't be selected and faulted.
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 66 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */
71 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */
  /prebuilts/go/darwin-x86/src/runtime/cgo/
signal_darwin_arm.s 35 // function sigpanic was called from the PC that faulted. It has
signal_darwin_arm64.s 30 // function sigpanic was called from the PC that faulted. It has
  /prebuilts/go/linux-x86/src/runtime/cgo/
signal_darwin_arm.s 35 // function sigpanic was called from the PC that faulted. It has
signal_darwin_arm64.s 30 // function sigpanic was called from the PC that faulted. It has
  /external/expat/tests/
runtests.c 889 /* Test that an outright lie in the encoding is faulted */
900 "UTF-16 declared in UTF-8 not faulted");
913 "Unknown encoding not faulted");
960 "4-byte UTF-8 character in element name not faulted");
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
signal_386.go 72 // won't get to see who faulted.)
signal_amd64x.go 83 // won't get to see who faulted.)
os3_plan9.go 86 // sigpanic and we won't get to see who faulted).
signal_windows.go 94 // won't get to see who faulted.)
  /prebuilts/go/linux-x86/src/runtime/
signal_386.go 72 // won't get to see who faulted.)
signal_amd64x.go 83 // won't get to see who faulted.)
os3_plan9.go 86 // sigpanic and we won't get to see who faulted).
signal_windows.go 94 // won't get to see who faulted.)
  /external/kernel-headers/original/uapi/linux/
userfaultfd.h 167 * UFFD_FEATURE_THREAD_ID pid of the page faulted task_struct will
mii.h 109 #define LPA_RFAULT 0x2000 /* Link partner faulted */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mii.h 104 #define LPA_RFAULT 0x2000 /* Link partner faulted */
  /external/syslinux/gpxe/src/include/
mii.h 110 #define LPA_RFAULT 0x2000 /* Link partner faulted */
  /external/llvm/test/CodeGen/ARM/
ldrd.ll 23 ; register when interrupted or faulted.
  /external/pcre/dist2/doc/html/
pcre2compat.html 168 (c) A backslash followed by a letter with no special meaning is faulted. (Perl

Completed in 1292 milliseconds

1 2