Searched refs:SEGV_PKUERR (Results 1 – 12 of 12) sorted by relevance
127 SEGV_PKUERR, /* Protection key checking failure. */ enumerator128 # define SEGV_PKUERR SEGV_PKUERR macro
67 case SEGV_PKUERR: in segv_handler()221 FAIL_IF(remaining_faults != 0 || fault_code != SEGV_PKUERR); in test()276 FAIL_IF(fault_code != SEGV_PKUERR); in test()
44 if (sinfo->si_code != SEGV_PKUERR) { in segv_handler()
28 #ifndef SEGV_PKUERR29 #define SEGV_PKUERR 4 macro
227 # define SEGV_PKUERR 4 /* failed protection key checks */ macro
301 #ifndef SEGV_PKUERR302 # define SEGV_PKUERR 4 macro313 if (si_code == SEGV_PKUERR) in si_code_str()
835 if (si_code == SEGV_PKUERR) in __bad_area_nosemaphore()927 __bad_area(regs, error_code, address, pkey, SEGV_PKUERR); in bad_area_access_error()
1763 #ifdef SEGV_PKUERR1771 info.si_code = SEGV_PKUERR; in force_sig_pkuerr()3213 #ifdef SEGV_PKUERR in siginfo_layout()3214 else if ((sig == SIGSEGV) && (si_code == SEGV_PKUERR)) in siginfo_layout()
361 if (!exception_common(SIGSEGV, regs, SEGV_PKUERR, addr)) in _exception_pkey()