HomeSort by relevance Sort by last modified time
    Searched refs:SEGV_PKUERR (Results 1 - 5 of 5) sorted by null

  /external/strace/xlat/
sigsegv_codes.h 11 #if !(defined(SEGV_PKUERR) || (defined(HAVE_DECL_SEGV_PKUERR) && HAVE_DECL_SEGV_PKUERR))
12 # define SEGV_PKUERR 4
28 XLAT(SEGV_PKUERR),
  /system/core/debuggerd/libdebuggerd/
utility.cpp 342 #if defined(SEGV_PKUERR)
343 case SEGV_PKUERR: return "SEGV_PKUERR";
346 #if defined(SEGV_PKUERR)
347 static_assert(NSIGSEGV == SEGV_PKUERR, "missing SEGV_* si_code");
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 161 #define SEGV_PKUERR 4
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 101 /* used when si_code=SEGV_PKUERR */
204 #define SEGV_PKUERR 4 /* failed protection key checks */
  /external/linux-kselftest/tools/testing/selftests/x86/
protection_keys.c 229 #define SEGV_PKUERR 4
239 if (si_code == SEGV_PKUERR)
240 return "SEGV_PKUERR";
    [all...]

Completed in 148 milliseconds