/external/linux-kselftest/tools/testing/selftests/x86/ |
D | sysret_rip.c | 77 static void sigsegv_for_sigreturn_test(int sig, siginfo_t *info, void *ctx_void) in sigsegv_for_sigreturn_test() argument 79 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv_for_sigreturn_test() 93 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1() argument 95 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigusr1() 121 static void sigsegv_for_fallthrough(int sig, siginfo_t *info, void *ctx_void) in sigsegv_for_fallthrough() argument 123 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv_for_fallthrough()
|
D | syscall_arg_fault.c | 46 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv() argument 48 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv() 61 static void sigill(int sig, siginfo_t *info, void *ctx_void) in sigill() argument
|
D | sigreturn.c | 446 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1() argument 448 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigusr1() 473 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument 475 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap() 518 static void sigusr2(int sig, siginfo_t *info, void *ctx_void) in sigusr2() argument 520 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigusr2()
|
D | single_step_syscall.c | 81 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument 83 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap()
|
D | unwind_vdso.c | 135 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument 137 ucontext_t *ctx = (ucontext_t *)ctx_void; in sigtrap()
|
D | entry_from_vm86.c | 55 static void sighandler(int sig, siginfo_t *info, void *ctx_void) in sighandler() argument 57 ucontext_t *ctx = (ucontext_t*)ctx_void; in sighandler()
|
D | vdso_restorer.c | 42 static void handler_with_siginfo(int sig, siginfo_t *info, void *ctx_void) in handler_with_siginfo() argument
|
D | fsgsbase.c | 58 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv() argument 60 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv()
|
D | syscall_nt.c | 59 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap() argument
|
D | iopl.c | 39 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv() argument
|
D | ioperm.c | 49 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv() argument
|
D | ptrace_syscall.c | 134 static void empty_handler(int sig, siginfo_t *si, void *ctx_void) in empty_handler() argument
|
D | ldt_gdt.c | 427 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv() argument
|