Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dbad_accesses.c19 #ifndef SEGV_BNDERR
20 #define SEGV_BNDERR 3 macro
62 FAIL_IF(fault_code != SEGV_MAPERR && fault_code != SEGV_BNDERR); in bad_access()
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h234 #define SEGV_BNDERR 3 /* failed address bound checks */ macro
/openbmc/linux/arch/powerpc/mm/
H A Dfault.c677 _exception(SIGSEGV, regs, SEGV_BNDERR, regs->dar); in DEFINE_INTERRUPT_HANDLER()
/openbmc/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c303 if (si_code == SEGV_BNDERR) in si_code_str()
366 (si->si_code == SEGV_BNDERR)) { in signal_handler()
/openbmc/linux/kernel/
H A Dsignal.c1803 info.si_code = SEGV_BNDERR; in force_sig_bnderr()
3335 else if ((sig == SIGSEGV) && (si_code == SEGV_BNDERR)) in siginfo_layout()