/linux/tools/testing/selftests/x86/ |
H A D | syscall_arg_fault.c | 32 static void sigsegv_or_sigbus(int sig, siginfo_t *info, void *ctx_void) in sigsegv_or_sigbus() argument 34 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv_or_sigbus() 51 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument 59 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap() 74 static void sigill(int sig, siginfo_t *info, void *ctx_void) in sigill() argument 76 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigill()
|
H A D | sysret_rip.c | 41 static void sigsegv_for_sigreturn_test(int sig, siginfo_t *info, void *ctx_void) in sigsegv_for_sigreturn_test() argument 43 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv_for_sigreturn_test() 57 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1() argument 59 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigusr1() 85 static void sigsegv_for_fallthrough(int sig, siginfo_t *info, void *ctx_void) in sigsegv_for_fallthrough() argument 87 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv_for_fallthrough()
|
H A D | mov_ss_trap.c | 104 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap() argument 106 ucontext_t *ctx = ctx_void; in sigtrap() 113 static void handle_and_return(int sig, siginfo_t *si, void *ctx_void) in handle_and_return() argument 115 ucontext_t *ctx = ctx_void; in handle_and_return() 121 static void handle_and_longjmp(int sig, siginfo_t *si, void *ctx_void) in handle_and_longjmp() argument 123 ucontext_t *ctx = ctx_void; in handle_and_longjmp()
|
H A D | single_step_syscall.c | 49 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument 51 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap() 76 static void print_and_longjmp(int sig, siginfo_t *si, void *ctx_void) in print_and_longjmp() argument 78 ucontext_t *ctx = ctx_void; in print_and_longjmp()
|
H A D | sigtrap_loop.c | 35 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument 37 ucontext_t *ctx = (ucontext_t *)ctx_void; in sigtrap()
|
H A D | sigreturn.c | 415 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1() argument 417 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigusr1() 455 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument 457 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap() 500 static void sigusr2(int sig, siginfo_t *info, void *ctx_void) in sigusr2() argument 502 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigusr2()
|
H A D | sigaltstack.c | 45 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv() argument 57 static void sigalrm(int sig, siginfo_t *info, void *ctx_void) in sigalrm() argument
|
H A D | unwind_vdso.c | 95 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument 97 ucontext_t *ctx = (ucontext_t *)ctx_void; in sigtrap()
|
H A D | syscall_nt.c | 21 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap() argument
|
H A D | fsgsbase.c | 44 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv() argument 46 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv() 62 static void sigill(int sig, siginfo_t *si, void *ctx_void) in sigill() argument
|
H A D | entry_from_vm86.c | 34 static void sighandler(int sig, siginfo_t *info, void *ctx_void) in sighandler() argument 36 ucontext_t *ctx = (ucontext_t*)ctx_void; in sighandler()
|
H A D | vdso_restorer.c | 35 static void handler_with_siginfo(int sig, siginfo_t *info, void *ctx_void) in handler_with_siginfo() argument
|
H A D | ioperm.c | 29 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv() argument
|
H A D | amx.c | 68 static void handle_noperm(int sig, siginfo_t *si, void *ctx_void) in handle_noperm() argument 70 ucontext_t *ctx = (ucontext_t *)ctx_void; in handle_noperm()
|
H A D | xstate.c | 371 static void validate_sigfpstate(int sig, siginfo_t *si, void *ctx_void) in validate_sigfpstate() argument 373 ucontext_t *ctx = (ucontext_t *)ctx_void; in validate_sigfpstate()
|
H A D | iopl.c | 29 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv() argument
|
H A D | ptrace_syscall.c | 115 static void empty_handler(int sig, siginfo_t *si, void *ctx_void) in empty_handler() argument
|
H A D | ldt_gdt.c | 513 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv() argument
|