Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/asm-generic/
Dsiginfo.h223 #define SEGV_BNDERR 3 /* failed address bound checks */ macro
/Linux-v5.4/tools/testing/selftests/x86/
Dprotection_keys.c237 #ifndef SEGV_BNDERR
238 # define SEGV_BNDERR 3 macro
251 if (si_code == SEGV_BNDERR) in si_code_str()
308 (si->si_code == SEGV_BNDERR)) { in signal_handler()
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dslb.c820 _exception(SIGSEGV, regs, SEGV_BNDERR, ea); in do_bad_slb_fault()
/Linux-v5.4/kernel/
Dsignal.c1742 info.si_code = SEGV_BNDERR; in force_sig_bnderr()
3158 else if ((sig == SIGSEGV) && (si_code == SEGV_BNDERR)) in siginfo_layout()