Searched refs:set_handler (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/um/os-Linux/ |
| H A D | process.c | 177 set_handler(SIGSEGV); in init_new_thread_signals() 178 set_handler(SIGTRAP); in init_new_thread_signals() 179 set_handler(SIGFPE); in init_new_thread_signals() 180 set_handler(SIGILL); in init_new_thread_signals() 181 set_handler(SIGBUS); in init_new_thread_signals() 183 set_handler(SIGIO); in init_new_thread_signals() 186 set_handler(SIGCHLD); in init_new_thread_signals()
|
| H A D | signal.c | 160 set_handler(SIGALRM); in timer_set_signal_handler() 187 set_handler(SIGUSR1); in register_pm_wake_signal() 214 void set_handler(int sig) in set_handler() function
|
| /linux/drivers/leds/ |
| H A D | leds-sunfire.c | 114 typedef void (*set_handler)(struct led_classdev *, enum led_brightness); typedef 117 set_handler handler;
|
| /linux/arch/loongarch/include/asm/ |
| H A D | setup.h | 22 extern void set_handler(unsigned long offset, void *addr, unsigned long len);
|
| /linux/arch/mips/kernel/ |
| H A D | traps.c | 2115 set_handler(((unsigned long)b - ebase), vec_start, in set_vi_handler() 2282 void set_handler(unsigned long offset, const void *addr, unsigned long size) in set_handler() function 2383 set_handler(0x180, &except_vec3_generic, 0x80); in trap_init() 2413 set_handler(0x200, &except_vec4, 0x8); in trap_init() 2493 set_handler(0x180, &except_vec3_r4000, 0x100); in trap_init() 2495 set_handler(0x180, &except_vec3_generic, 0x80); in trap_init() 2497 set_handler(0x080, &except_vec3_generic, 0x80); in trap_init()
|
| /linux/arch/loongarch/kernel/ |
| H A D | traps.c | 1165 set_handler(i * VECSIZE, handle_reserved, VECSIZE); 1172 void set_handler(unsigned long offset, void *addr, unsigned long size) 1202 set_handler(i * VECSIZE, handle_vint, VECSIZE); in trap_init() 1206 set_handler(i * VECSIZE, exception_table[i], VECSIZE); in trap_init() 1167 void set_handler(unsigned long offset, void *addr, unsigned long size) set_handler() function
|
| /linux/arch/mips/mm/ |
| H A D | c-octeon.c | 259 set_handler(0x100, &except_vec2_octeon, 0x80); in octeon_cache_error_setup()
|
| /linux/arch/loongarch/mm/ |
| H A D | tlb.c | 285 set_handler(i * VECSIZE, exception_table[i], VECSIZE); in setup_tlb_handler()
|
| /linux/arch/um/include/shared/ |
| H A D | os.h | 244 extern void set_handler(int sig);
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 823 set_handler(SIGWINCH); in start_idle_thread()
|