Searched refs:SEGV_PKUERR (Results 1 – 8 of 8) sorted by relevance
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
739 if (si_code == SEGV_PKUERR) { in kernelmode_fixup_or_oops()843 if (si_code == SEGV_PKUERR) in __bad_area_nosemaphore()927 __bad_area(regs, error_code, address, pkey, SEGV_PKUERR); in bad_area_access_error()
236 # 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()
1789 #ifdef SEGV_PKUERR1797 info.si_code = SEGV_PKUERR; in force_sig_pkuerr()3284 #ifdef SEGV_PKUERR in siginfo_layout()3285 else if ((sig == SIGSEGV) && (si_code == SEGV_PKUERR)) in siginfo_layout()
361 if (!exception_common(SIGSEGV, regs, SEGV_PKUERR, addr)) in _exception_pkey()
Completed in 24 milliseconds