Home
last modified time | relevance | path

Searched defs:sig (Results 1 – 25 of 114) sorted by relevance

12345

/tools/testing/selftests/x86/
Dsysret_rip.c34 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
46 static void clearhandler(int sig) in clearhandler()
61 static void sigsegv_for_sigreturn_test(int sig, siginfo_t *info, void *ctx_void) in sigsegv_for_sigreturn_test()
77 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1()
105 static void sigsegv_for_fallthrough(int sig, siginfo_t *info, void *ctx_void) in sigsegv_for_fallthrough()
Dsigaltstack.c30 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
43 static void clearhandler(int sig) in clearhandler()
67 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv()
79 static void sigalrm(int sig, siginfo_t *info, void *ctx_void) in sigalrm()
Dsyscall_arg_fault.c20 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
44 static void sigsegv_or_sigbus(int sig, siginfo_t *info, void *ctx_void) in sigsegv_or_sigbus()
63 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
86 static void sigill(int sig, siginfo_t *info, void *ctx_void) in sigill()
Dmov_ss_trap.c97 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
116 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap()
125 static void handle_and_return(int sig, siginfo_t *si, void *ctx_void) in handle_and_return()
133 static void handle_and_longjmp(int sig, siginfo_t *si, void *ctx_void) in handle_and_longjmp()
Dsingle_step_syscall.c36 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
48 static void clearhandler(int sig) in clearhandler()
71 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
98 static void print_and_longjmp(int sig, siginfo_t *si, void *ctx_void) in print_and_longjmp()
Dioperm.c25 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
38 static void clearhandler(int sig) in clearhandler()
50 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv()
Dcorrupt_xstate_header.c32 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
45 static void sigusr1(int sig, siginfo_t *info, void *uc_void) in sigusr1()
56 static void sigsegv(int sig, siginfo_t *info, void *uc_void) in sigsegv()
Diopl.c25 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
38 static void clearhandler(int sig) in clearhandler()
50 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv()
Dsyscall_nt.c21 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
33 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap()
Dsigreturn.c141 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
153 static void clearhandler(int sig) in clearhandler()
391 static void validate_signal_ss(int sig, ucontext_t *ctx) in validate_signal_ss()
435 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1()
475 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
520 static void sigusr2(int sig, siginfo_t *info, void *ctx_void) in sigusr2()
Dentry_from_vm86.c30 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
42 static void clearhandler(int sig) in clearhandler()
54 static void sighandler(int sig, siginfo_t *info, void *ctx_void) in sighandler()
Dptrace_syscall.c96 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
108 static void setsigign(int sig, int flags) in setsigign()
119 static void clearhandler(int sig) in clearhandler()
135 static void empty_handler(int sig, siginfo_t *si, void *ctx_void) in empty_handler()
Dsigtrap_loop.c20 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), int flags) in sethandler() argument
35 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
Dvdso_restorer.c35 static void handler_with_siginfo(int sig, siginfo_t *info, void *ctx_void) in handler_with_siginfo()
40 static void handler_without_siginfo(int sig) in handler_without_siginfo()
Dfsgsbase.c42 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
54 static void clearhandler(int sig) in clearhandler()
64 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv()
82 static void sigill(int sig, siginfo_t *si, void *ctx_void) in sigill()
Dunwind_vdso.c46 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
107 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
Dldt_gdt.c481 static void fix_sa_restorer(int sig) in fix_sa_restorer()
503 static void fix_sa_restorer(int sig) in fix_sa_restorer()
509 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument
525 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv()
/tools/lib/subcmd/
Dsigchain.c15 static void check_signum(int sig) in check_signum()
21 static int sigchain_push(int sig, sigchain_fun f) in sigchain_push()
34 int sigchain_pop(int sig) in sigchain_pop()
/tools/perf/ui/tui/
Dsetup.c101 static void ui__signal_backtrace(int sig) in ui__signal_backtrace()
119 static void ui__signal(int sig) in ui__signal()
126 static void ui__sigcont(int sig) in ui__sigcont()
/tools/perf/tests/
Dbp_signal.c103 static int __event(bool is_x, void *addr, int sig) in __event()
141 static int bp_event(void *addr, int sig) in bp_event()
146 static int wp_event(void *addr, int sig) in wp_event()
/tools/testing/selftests/prctl/
Ddisable-tsc-ctxt-sw-stress-test.c39 static void sigsegv_expect(int sig) in sigsegv_expect()
59 static void sigsegv_fail(int sig) in sigsegv_fail()
/tools/testing/selftests/powerpc/signal/
Dsig_sc_double_restart.c34 static void SIGUSR1_handler(int sig) in SIGUSR1_handler()
45 static void SIGUSR2_handler(int sig) in SIGUSR2_handler()
/tools/crypto/ccp/
Ddbc_cli.py67 sig = None variable
75 sig = f.read() variable
/tools/testing/selftests/sigaltstack/
Dsas.c43 void my_usr1(int sig, siginfo_t *si, void *u) in my_usr1()
80 void my_usr2(int sig, siginfo_t *si, void *u) in my_usr2()
/tools/testing/selftests/arm64/fp/
Dkernel-test.c36 static void handle_exit_signal(int sig, siginfo_t *info, void *context) in handle_exit_signal()
43 static void handle_kick_signal(int sig, siginfo_t *info, void *context) in handle_kick_signal()

12345