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
/bionic/libc/kernel/uapi/asm-generic/
siginfo.h
177
#define
SEGV_PKUERR
4
/external/kernel-headers/original/uapi/asm-generic/
siginfo.h
89
/* used when si_code=
SEGV_PKUERR
*/
227
# define
SEGV_PKUERR
4 /* failed protection key checks */
/external/linux-kselftest/tools/testing/selftests/x86/
protection_keys.c
241
#ifndef
SEGV_PKUERR
242
# define
SEGV_PKUERR
4
253
if (si_code ==
SEGV_PKUERR
)
254
return "
SEGV_PKUERR
";
[
all
...]
Completed in 55 milliseconds