Searched refs:ret_from_sys_call (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | entry.S | 184 lda $26, ret_from_sys_call 193 lda $26, ret_from_sys_call 241 br ret_from_sys_call 247 lda $26, ret_from_sys_call 422 br ret_from_sys_call 428 lda $26, ret_from_sys_call 486 .globl ret_from_sys_call label 487 ret_from_sys_call: 527 mov $31, $26 /* tell "ret_from_sys_call" we can restart */ 529 br ret_from_sys_call [all...] |
H A D | signal.c | 38 asmlinkage void ret_from_sys_call(void); 157 sw->r26 = (unsigned long) ret_from_sys_call; in restore_sigcontext()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | entry.S | 183 lda $26, ret_from_sys_call 192 lda $26, ret_from_sys_call 240 br ret_from_sys_call 246 lda $26, ret_from_sys_call 421 br ret_from_sys_call 427 lda $26, ret_from_sys_call 486 .globl ret_from_sys_call label 487 ret_from_sys_call: 531 mov $31, $26 /* tell "ret_from_sys_call" we can restart */ 533 br ret_from_sys_call [all...] |
H A D | signal.c | 38 asmlinkage void ret_from_sys_call(void); 158 sw->r26 = (unsigned long) ret_from_sys_call; in restore_sigcontext()
|
Completed in 3 milliseconds