Searched refs:set_handler (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/um/os-Linux/ |
| A D | process.c | 279 set_handler(SIGSEGV); in init_new_thread_signals() 280 set_handler(SIGTRAP); in init_new_thread_signals() 281 set_handler(SIGFPE); in init_new_thread_signals() 282 set_handler(SIGILL); in init_new_thread_signals() 283 set_handler(SIGBUS); in init_new_thread_signals() 285 set_handler(SIGIO); in init_new_thread_signals()
|
| A D | signal.c | 150 set_handler(SIGALRM); in timer_set_signal_handler() 172 set_handler(SIGUSR1); in register_pm_wake_signal() 232 void set_handler(int sig) in set_handler() function
|
| /linux/arch/xtensa/kernel/ |
| A D | traps.c | 438 #define set_handler(type, cause, handler) \ macro 453 set_handler(default_handler, cause, handler); in trap_set_handler() 492 set_handler(fast_user_handler, i, user_exception); in trap_init() 493 set_handler(fast_kernel_handler, i, kernel_exception); in trap_init() 494 set_handler(default_handler, i, do_unhandled); in trap_init() 505 set_handler(default_handler, cause, handler); in trap_init() 507 set_handler(fast_user_handler, cause, handler); in trap_init() 509 set_handler(fast_kernel_handler, cause, handler); in trap_init()
|
| /linux/arch/loongarch/include/asm/ |
| A D | setup.h | 22 extern void set_handler(unsigned long offset, void *addr, unsigned long len);
|
| /linux/arch/mips/include/asm/ |
| A D | setup.h | 20 void set_handler(unsigned long offset, const void *addr, unsigned long len);
|
| /linux/drivers/leds/ |
| A D | leds-sunfire.c | 114 typedef void (*set_handler)(struct led_classdev *, enum led_brightness); typedef 117 set_handler handler;
|
| /linux/drivers/parisc/ |
| A D | led.c | 251 typedef void (*set_handler)(struct led_classdev *, enum led_brightness); typedef 254 set_handler handler;
|
| /linux/arch/mips/kernel/ |
| A D | traps.c | 2114 set_handler(((unsigned long)b - ebase), vec_start, in set_vi_handler() 2281 void set_handler(unsigned long offset, const void *addr, unsigned long size) in set_handler() function 2382 set_handler(0x180, &except_vec3_generic, 0x80); in trap_init() 2412 set_handler(0x200, &except_vec4, 0x8); in trap_init() 2492 set_handler(0x180, &except_vec3_r4000, 0x100); in trap_init() 2494 set_handler(0x180, &except_vec3_generic, 0x80); in trap_init() 2496 set_handler(0x080, &except_vec3_generic, 0x80); in trap_init()
|
| /linux/arch/loongarch/kernel/ |
| A D | traps.c | 1145 set_handler(i * VECSIZE, handle_reserved, VECSIZE); in per_cpu_trap_init() 1152 void set_handler(unsigned long offset, void *addr, unsigned long size) in set_handler() function 1182 set_handler(i * VECSIZE, handle_vint, VECSIZE); in trap_init() 1186 set_handler(i * VECSIZE, exception_table[i], VECSIZE); in trap_init()
|
| /linux/arch/loongarch/mm/ |
| A D | tlb.c | 283 set_handler(i * VECSIZE, exception_table[i], VECSIZE); in setup_tlb_handler()
|
| /linux/arch/mips/mm/ |
| A D | c-octeon.c | 259 set_handler(0x100, &except_vec2_octeon, 0x80); in octeon_cache_error_setup()
|
| /linux/arch/um/include/shared/ |
| A D | os.h | 240 extern void set_handler(int sig);
|
| /linux/arch/um/os-Linux/skas/ |
| A D | process.c | 505 set_handler(SIGWINCH); in start_idle_thread()
|
Completed in 28 milliseconds