Home
last modified time | relevance | path

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

/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()
/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c303 if (si_code == SEGV_BNDERR) in si_code_str()
372 (si->si_code == SEGV_BNDERR)) { in signal_handler()