Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/mm/
A Dpkey_exec_prot.c67 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()
A Dpkey_siginfo.c44 if (sinfo->si_code != SEGV_PKUERR) { in segv_handler()
/linux/tools/testing/selftests/powerpc/include/
A Dpkeys.h28 #ifndef SEGV_PKUERR
29 #define SEGV_PKUERR 4 macro
/linux/arch/x86/mm/
A Dfault.c739 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()
/linux/include/uapi/asm-generic/
A Dsiginfo.h236 # define SEGV_PKUERR 4 /* failed protection key checks */ macro
/linux/tools/testing/selftests/vm/
A Dprotection_keys.c301 #ifndef SEGV_PKUERR
302 # define SEGV_PKUERR 4 macro
313 if (si_code == SEGV_PKUERR) in si_code_str()
/linux/kernel/
A Dsignal.c1789 #ifdef SEGV_PKUERR
1797 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()
/linux/arch/powerpc/kernel/
A Dtraps.c361 if (!exception_common(SIGSEGV, regs, SEGV_PKUERR, addr)) in _exception_pkey()

Completed in 23 milliseconds