Searched refs:segv_handler (Results 1 – 9 of 9) 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 38 .sa_sigaction = segv_handler, in test_segv_errors()
|
| D | wild_bctr.c | 33 static void segv_handler(int signum, siginfo_t *info, void *ctxt_v) in segv_handler() function 127 .sa_sigaction = segv_handler, in test_wild_bctr()
|
| D | tlbie_test.c | 431 static void segv_handler(int signo, siginfo_t *info, void *extra) in segv_handler() function 444 sa.sa_sigaction = segv_handler; in set_segv_handler()
|
| /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 97 action.sa_sigaction = segv_handler; in setup_segv_handler()
|
| /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 49 action.sa_sigaction = segv_handler; in setup_segv_handler()
|
| /Linux-v5.4/arch/um/include/shared/ |
| D | kern_util.h | 64 extern void segv_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs);
|
| /Linux-v5.4/arch/um/os-Linux/ |
| D | signal.c | 28 [SIGSEGV] = segv_handler,
|
| /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
|
| /Linux-v5.4/Documentation/virt/uml/ |
| D | UserModeLinux-HOWTO.txt | 3133 #7 0x1006c5d8 in segv_handler (sc=0x5006e940) at trap_user.c:174 3138 #12 0x1006c5d8 in segv_handler (sc=0x5006eaf8) at trap_user.c:174 3203 #7 0x1006c5d8 in segv_handler (sc=0x5006e940) at trap_user.c:174 3207 182 segv_handler(sc); 3518 #4 0x1006c628 in segv_handler (sc=0x5006eaf8) at trap_user.c:174 3545 Going up the stack to the segv_handler frame and looking at where in 3568 #4 0x1006c628 in segv_handler (sc=0x5006eaf8) at trap_user.c:174 4103 #5 0x10095c04 in segv_handler (sig=11) at trap_user.c:285
|