Searched defs:segv_handler (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/tools/testing/selftests/powerpc/mm/ |
D | segv_errors.c | 25 static void segv_handler(int n, siginfo_t *info, void *ctxt_v) in segv_handler() function
|
D | wild_bctr.c | 33 static void segv_handler(int signum, siginfo_t *info, void *ctxt_v) in segv_handler() function
|
D | tlbie_test.c | 431 static void segv_handler(int signo, siginfo_t *info, void *extra) in segv_handler() function
|
/Linux-v5.4/tools/testing/selftests/powerpc/copyloops/ |
D | exc_validate.c | 21 static void segv_handler(int signr, siginfo_t *info, void *ptr) in segv_handler() function
|
/Linux-v5.4/tools/testing/selftests/powerpc/primitives/ |
D | load_unaligned_zeropad.c | 69 static void segv_handler(int signr, siginfo_t *info, void *ptr) in segv_handler() function
|
/Linux-v5.4/arch/um/kernel/ |
D | trap.c | 191 void segv_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in segv_handler() function
|