Searched refs:SEGV_BNDERR (Results 1 – 9 of 9) sorted by relevance
19 #ifndef SEGV_BNDERR20 #define SEGV_BNDERR 3 macro62 FAIL_IF(fault_code != SEGV_MAPERR && fault_code != SEGV_BNDERR); in bad_access()
125 SEGV_BNDERR, /* Bounds checking failure. */ enumerator126 # define SEGV_BNDERR SEGV_BNDERR macro
297 #ifndef SEGV_BNDERR298 # define SEGV_BNDERR 3 macro311 if (si_code == SEGV_BNDERR) in si_code_str()374 (si->si_code == SEGV_BNDERR)) { in signal_handler()
223 #define SEGV_BNDERR 3 /* failed address bound checks */ macro
896 _exception(SIGSEGV, regs, SEGV_BNDERR, ea); in do_bad_slb_fault()
1756 info.si_code = SEGV_BNDERR; in force_sig_bnderr()3211 else if ((sig == SIGSEGV) && (si_code == SEGV_BNDERR)) in siginfo_layout()