Searched defs:ctx_void (Results 1 – 11 of 11) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | syscall_arg_fault.c | 46 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv() 61 static void sigill(int sig, siginfo_t *info, void *ctx_void) in sigill()
|
D | iopl.c | 39 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv()
|
D | vdso_restorer.c | 42 static void handler_with_siginfo(int sig, siginfo_t *info, void *ctx_void) in handler_with_siginfo()
|
D | sigreturn.c | 446 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1() 473 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() 518 static void sigusr2(int sig, siginfo_t *info, void *ctx_void) in sigusr2()
|
D | syscall_nt.c | 59 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap()
|
D | single_step_syscall.c | 79 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
|
D | entry_from_vm86.c | 55 static void sighandler(int sig, siginfo_t *info, void *ctx_void) in sighandler()
|
D | unwind_vdso.c | 135 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
|
D | fsgsbase.c | 58 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv()
|
D | ptrace_syscall.c | 133 static void empty_handler(int sig, siginfo_t *si, void *ctx_void) in empty_handler()
|
D | ldt_gdt.c | 421 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv()
|