Home
last modified time | relevance | path

Searched refs:ctx_void (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/x86/
Dsyscall_arg_fault.c48 static void sigsegv_or_sigbus(int sig, siginfo_t *info, void *ctx_void) in sigsegv_or_sigbus() argument
50 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv_or_sigbus()
67 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument
75 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap()
90 static void sigill(int sig, siginfo_t *info, void *ctx_void) in sigill() argument
92 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigill()
Dsysret_rip.c69 static void sigsegv_for_sigreturn_test(int sig, siginfo_t *info, void *ctx_void) in sigsegv_for_sigreturn_test() argument
71 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv_for_sigreturn_test()
85 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1() argument
87 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigusr1()
113 static void sigsegv_for_fallthrough(int sig, siginfo_t *info, void *ctx_void) in sigsegv_for_fallthrough() argument
115 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv_for_fallthrough()
Dmov_ss_trap.c117 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap() argument
119 ucontext_t *ctx = ctx_void; in sigtrap()
126 static void handle_and_return(int sig, siginfo_t *si, void *ctx_void) in handle_and_return() argument
128 ucontext_t *ctx = ctx_void; in handle_and_return()
134 static void handle_and_longjmp(int sig, siginfo_t *si, void *ctx_void) in handle_and_longjmp() argument
136 ucontext_t *ctx = ctx_void; in handle_and_longjmp()
Dsingle_step_syscall.c72 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument
74 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap()
99 static void print_and_longjmp(int sig, siginfo_t *si, void *ctx_void) in print_and_longjmp() argument
101 ucontext_t *ctx = ctx_void; in print_and_longjmp()
Dsigreturn.c438 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1() argument
440 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigusr1()
478 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument
480 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap()
523 static void sigusr2(int sig, siginfo_t *info, void *ctx_void) in sigusr2() argument
525 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigusr2()
Dunwind_vdso.c107 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument
109 ucontext_t *ctx = (ucontext_t *)ctx_void; in sigtrap()
Dtest_vsyscall.c185 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv() argument
187 ucontext_t *ctx = (ucontext_t *)ctx_void; in sigsegv()
518 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument
520 ucontext_t *ctx = (ucontext_t *)ctx_void; in sigtrap()
Dvdso_restorer.c35 static void handler_with_siginfo(int sig, siginfo_t *info, void *ctx_void) in handler_with_siginfo() argument
Dfsgsbase.c64 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv() argument
66 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv()
82 static void sigill(int sig, siginfo_t *si, void *ctx_void) in sigill() argument
Dsyscall_nt.c33 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap() argument
Dentry_from_vm86.c54 static void sighandler(int sig, siginfo_t *info, void *ctx_void) in sighandler() argument
56 ucontext_t *ctx = (ucontext_t*)ctx_void; in sighandler()
Dioperm.c50 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv() argument
Diopl.c50 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv() argument
Dptrace_syscall.c135 static void empty_handler(int sig, siginfo_t *si, void *ctx_void) in empty_handler() argument
Dldt_gdt.c525 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv() argument