Searched refs:set_handler (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dsetup.h19 void set_handler(unsigned long offset, const void *addr, unsigned long len);
/linux-master/arch/loongarch/include/asm/
H A Dsetup.h22 extern void set_handler(unsigned long offset, void *addr, unsigned long len);
/linux-master/arch/um/os-Linux/
H A Dprocess.c279 set_handler(SIGSEGV);
280 set_handler(SIGTRAP);
281 set_handler(SIGFPE);
282 set_handler(SIGILL);
283 set_handler(SIGBUS);
285 set_handler(SIGIO);
H A Dsignal.c138 set_handler(SIGALRM);
160 set_handler(SIGUSR1);
220 void set_handler(int sig) function
/linux-master/arch/xtensa/kernel/
H A Dtraps.c438 #define set_handler(type, cause, handler) \ macro
453 set_handler(default_handler, cause, handler);
492 set_handler(fast_user_handler, i, user_exception);
493 set_handler(fast_kernel_handler, i, kernel_exception);
494 set_handler(default_handler, i, do_unhandled);
505 set_handler(default_handler, cause, handler);
507 set_handler(fast_user_handler, cause, handler);
509 set_handler(fast_kernel_handler, cause, handler);
/linux-master/drivers/leds/
H A Dleds-sunfire.c114 typedef void (*set_handler)(struct led_classdev *, enum led_brightness); typedef
117 set_handler handler;
/linux-master/drivers/parisc/
H A Dled.c251 typedef void (*set_handler)(struct led_classdev *, enum led_brightness); typedef
254 set_handler handler;
/linux-master/arch/mips/mm/
H A Dc-octeon.c259 set_handler(0x100, &except_vec2_octeon, 0x80);
/linux-master/arch/loongarch/kernel/
H A Dtraps.c1140 set_handler(i * VECSIZE, handle_reserved, VECSIZE);
1147 void set_handler(unsigned long offset, void *addr, unsigned long size) function
1177 set_handler(i * VECSIZE, handle_vint, VECSIZE);
1181 set_handler(i * VECSIZE, exception_table[i], VECSIZE);
/linux-master/arch/loongarch/mm/
H A Dtlb.c283 set_handler(i * VECSIZE, exception_table[i], VECSIZE);
/linux-master/arch/mips/kernel/
H A Dtraps.c2114 set_handler(((unsigned long)b - ebase), vec_start,
2281 void set_handler(unsigned long offset, const void *addr, unsigned long size) function
2382 set_handler(0x180, &except_vec3_generic, 0x80);
2412 set_handler(0x200, &except_vec4, 0x8);
2492 set_handler(0x180, &except_vec3_r4000, 0x100);
2494 set_handler(0x180, &except_vec3_generic, 0x80);
2496 set_handler(0x080, &except_vec3_generic, 0x80);
/linux-master/arch/um/include/shared/
H A Dos.h233 extern void set_handler(int sig);
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c599 set_handler(SIGWINCH);

Completed in 306 milliseconds