Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/x86/
A Dsyscall_arg_fault.c45 static void sigsegv_or_sigbus(int sig, siginfo_t *info, void *ctx_void) in sigsegv_or_sigbus() argument
47 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv_or_sigbus()
64 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument
72 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap()
87 static void sigill(int sig, siginfo_t *info, void *ctx_void) in sigill() argument
89 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigill()
A 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()
A Dmov_ss_trap.c116 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap() argument
118 ucontext_t *ctx = ctx_void; in sigtrap()
125 static void handle_and_return(int sig, siginfo_t *si, void *ctx_void) in handle_and_return() argument
127 ucontext_t *ctx = ctx_void; in handle_and_return()
133 static void handle_and_longjmp(int sig, siginfo_t *si, void *ctx_void) in handle_and_longjmp() argument
135 ucontext_t *ctx = ctx_void; in handle_and_longjmp()
A Dsingle_step_syscall.c71 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument
73 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap()
98 static void print_and_longjmp(int sig, siginfo_t *si, void *ctx_void) in print_and_longjmp() argument
100 ucontext_t *ctx = ctx_void; in print_and_longjmp()
A Dsigreturn.c435 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1() argument
437 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigusr1()
475 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument
477 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap()
520 static void sigusr2(int sig, siginfo_t *info, void *ctx_void) in sigusr2() argument
522 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigusr2()
A Dsigaltstack.c67 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv() argument
79 static void sigalrm(int sig, siginfo_t *info, void *ctx_void) in sigalrm() argument
A 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()
A Dtest_vsyscall.c182 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv() argument
184 ucontext_t *ctx = (ucontext_t *)ctx_void; in sigsegv()
515 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() argument
517 ucontext_t *ctx = (ucontext_t *)ctx_void; in sigtrap()
A 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
A Dvdso_restorer.c35 static void handler_with_siginfo(int sig, siginfo_t *info, void *ctx_void) in handler_with_siginfo() argument
A Dsyscall_nt.c33 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap() argument
A 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()
A Dioperm.c50 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv() argument
A Diopl.c50 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv() argument
A Damx.c255 static void handle_noperm(int sig, siginfo_t *si, void *ctx_void) in handle_noperm() argument
257 ucontext_t *ctx = (ucontext_t *)ctx_void; in handle_noperm()
A Dptrace_syscall.c135 static void empty_handler(int sig, siginfo_t *si, void *ctx_void) in empty_handler() argument
A Dldt_gdt.c525 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv() argument

Completed in 103 milliseconds