OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEGV_PKUERR
(Results
1 - 3
of
3
) 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
),
/bionic/libc/kernel/uapi/asm-generic/
siginfo.h
207
#define
SEGV_PKUERR
(__SI_FAULT | 4)
/external/kernel-headers/original/uapi/asm-generic/
siginfo.h
100
/* used when si_code=
SEGV_PKUERR
*/
215
#define
SEGV_PKUERR
(__SI_FAULT|4) /* failed protection key checks */
Completed in 178 milliseconds