Searched refs:SEGV_PKUERR (Results 1 – 5 of 5) sorted by relevance
227 # define SEGV_PKUERR 4 /* failed protection key checks */ macro
241 #ifndef SEGV_PKUERR242 # define SEGV_PKUERR 4 macro253 if (si_code == SEGV_PKUERR) in si_code_str()
901 if (si_code == SEGV_PKUERR) in __bad_area_nosemaphore()991 __bad_area(regs, error_code, address, pkey, SEGV_PKUERR); in bad_area_access_error()
1749 #ifdef SEGV_PKUERR1757 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()
355 if (!exception_common(SIGSEGV, regs, SEGV_PKUERR, addr)) in _exception_pkey()