Searched refs:segv_handler (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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()
|
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/ |
D | load_unaligned_zeropad.c | 81 static void segv_handler(int signr, siginfo_t *info, void *ptr) in segv_handler() function 109 action.sa_sigaction = segv_handler; in setup_segv_handler()
|
/Linux-v4.19/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-v4.19/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-v4.19/arch/um/os-Linux/ |
D | signal.c | 27 [SIGSEGV] = segv_handler,
|
/Linux-v4.19/arch/um/kernel/ |
D | trap.c | 192 void segv_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in segv_handler() function
|
/Linux-v4.19/Documentation/virtual/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
|