Home
last modified time | relevance | path

Searched refs:ka_restorer (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/arch/alpha/kernel/
Dsignal.c130 new_ka.ka_restorer = NULL; in osf_sigaction()
158 new_ka.ka_restorer = restorer; in sys_rt_sigaction()
463 if (ka->ka_restorer) { in setup_frame()
464 r26 = (unsigned long) ka->ka_restorer; in setup_frame()
527 if (ka->ka_restorer) { in setup_rt_frame()
528 r26 = (unsigned long) ka->ka_restorer; in setup_rt_frame()
/linux-2.4.37.9/include/asm-alpha/
Dsignal.h152 void (*ka_restorer)(void); member
/linux-2.4.37.9/include/asm-sparc/
Dsignal.h202 void *ka_restorer; member
/linux-2.4.37.9/include/asm-sparc64/
Dsignal.h225 void *ka_restorer; member
/linux-2.4.37.9/arch/sparc/kernel/
Dsys_sparc.c393 new_ka.ka_restorer = NULL; in sparc_sigaction()
432 new_ka.ka_restorer = restorer; in sys_rt_sigaction()
Dsignal.c674 if (ka->ka_restorer) in new_setup_frame()
675 regs->u_regs[UREG_I7] = (unsigned long)ka->ka_restorer; in new_setup_frame()
756 if(ka->ka_restorer) in new_setup_rt_frame()
757 regs->u_regs[UREG_I7] = (unsigned long)ka->ka_restorer; in new_setup_rt_frame()
Dsys_sunos.c1172 new_ka.ka_restorer = NULL; in sunos_sigaction()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsignal32.c799 if (ka->ka_restorer) { in new_setup_frame32()
800 regs->u_regs[UREG_I7] = (unsigned long)ka->ka_restorer; in new_setup_frame32()
1254 if (ka->ka_restorer) in setup_rt_frame32()
1255 regs->u_regs[UREG_I7] = (unsigned long)ka->ka_restorer; in setup_rt_frame32()
Dsys_sparc.c576 new_ka.ka_restorer = restorer; in sys_rt_sigaction()
Dsignal.c595 regs->u_regs[UREG_I7] = (unsigned long)ka->ka_restorer; in setup_rt_frame()
Dsys_sunos32.c1320 new_ka.ka_restorer = NULL; in sunos_sigaction()
Dsys_sparc32.c3104 new_ka.ka_restorer = NULL; in sys32_sigaction()
3140 new_ka.ka_restorer = restorer; in sys32_rt_sigaction()