Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/powerpc/mm/
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()
/Linux-v6.1/include/uapi/asm-generic/
Dsiginfo.h234 #define SEGV_BNDERR 3 /* failed address bound checks */ macro
/Linux-v6.1/tools/testing/selftests/vm/
Dprotection_keys.c297 #ifndef SEGV_BNDERR
298 # define SEGV_BNDERR 3 macro
311 if (si_code == SEGV_BNDERR) in si_code_str()
374 (si->si_code == SEGV_BNDERR)) { in signal_handler()
/Linux-v6.1/arch/powerpc/mm/
Dfault.c665 _exception(SIGSEGV, regs, SEGV_BNDERR, regs->dar); in DEFINE_INTERRUPT_HANDLER()
/Linux-v6.1/kernel/
Dsignal.c1785 info.si_code = SEGV_BNDERR; in force_sig_bnderr()
3289 else if ((sig == SIGSEGV) && (si_code == SEGV_BNDERR)) in siginfo_layout()