Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/asm-generic/
Dsiginfo.h227 # define SEGV_PKUERR 4 /* failed protection key checks */ macro
/Linux-v5.4/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()
/Linux-v5.4/arch/x86/mm/
Dfault.c901 if (si_code == SEGV_PKUERR) in __bad_area_nosemaphore()
991 __bad_area(regs, error_code, address, pkey, SEGV_PKUERR); in bad_area_access_error()
/Linux-v5.4/kernel/
Dsignal.c1749 #ifdef SEGV_PKUERR
1757 info.si_code = SEGV_PKUERR; in force_sig_pkuerr()
3160 #ifdef SEGV_PKUERR in siginfo_layout()
3161 else if ((sig == SIGSEGV) && (si_code == SEGV_PKUERR)) in siginfo_layout()
/Linux-v5.4/arch/powerpc/kernel/
Dtraps.c355 if (!exception_common(SIGSEGV, regs, SEGV_PKUERR, addr)) in _exception_pkey()