Home
last modified time | relevance | path

Searched refs:SEGV_PKUERR (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dsigsegv_codes.h27 #if defined(SEGV_PKUERR) || (defined(HAVE_DECL_SEGV_PKUERR) && HAVE_DECL_SEGV_PKUERR)
29 static_assert((SEGV_PKUERR) == (4), "SEGV_PKUERR != 4");
32 # define SEGV_PKUERR 4
77 XLAT(SEGV_PKUERR),
Dsigsegv_codes.in6 SEGV_PKUERR 4
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h227 # define SEGV_PKUERR 4 /* failed protection key checks */ macro
/external/linux-kselftest/tools/testing/selftests/x86/
Dprotection_keys.c241 #ifndef SEGV_PKUERR
242 # define SEGV_PKUERR 4 macro
253 if (si_code == SEGV_PKUERR) in si_code_str()
/external/strace/
DChangeLog31867 * xlat/sigsegv_codes.in: Add SEGV_PKUERR introduced by linux kernel