Home
last modified time | relevance | path

Searched refs:ret_from_sys_call (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/arch/mips64/kernel/
Dentry.S28 j ret_from_sys_call
32 b ret_from_sys_call
38 bnez t0, ret_from_sys_call
43 FEXPORT(ret_from_sys_call)
Dscall_64.S64 ret_from_sys_call: label
99 b ret_from_sys_call
125 j ret_from_sys_call
133 j ret_from_sys_call
Dscall_n32.S69 ret_from_sys_call: label
103 b ret_from_sys_call
129 j ret_from_sys_call
Dscall_o32.S110 j ret_from_sys_call
192 j ret_from_sys_call
209 j ret_from_sys_call
244 j ret_from_sys_call
/linux-2.4.37.9/arch/alpha/kernel/
Dentry.S134 lda $26,ret_from_sys_call
168 br ret_from_sys_call
177 lda $26,ret_from_sys_call
188 lda $26,ret_from_sys_call
199 lda $26,ret_from_sys_call
230 br ret_from_sys_call
286 br $31,ret_from_sys_call
487 br ret_from_sys_call
551 .globl ret_from_sys_call
577 ret_from_sys_call: label
[all …]
Dsignal.c34 asmlinkage void ret_from_sys_call(void);
259 sw->r26 = (unsigned long) ret_from_sys_call; in restore_sigcontext()
Dprocess.c309 extern void ret_from_sys_call(void); in copy_thread()
/linux-2.4.37.9/arch/i386/kernel/
Dentry.S159 jmp ret_from_sys_call
183 jmp ret_from_sys_call
193 jmp ret_from_sys_call
212 ENTRY(ret_from_sys_call)
250 jmp ret_from_sys_call
253 jmp ret_from_sys_call
262 jne ret_from_sys_call
268 jmp ret_from_sys_call
/linux-2.4.37.9/arch/cris/kernel/
Dprocess.c244 asmlinkage void ret_from_sys_call(void);
280 swstack->return_ip = (unsigned long) ret_from_sys_call; in copy_thread()
Dentry.S207 .globl ret_from_sys_call
259 ba ret_from_sys_call
/linux-2.4.37.9/arch/x86_64/kernel/
Dentry.S85 jmp ret_from_sys_call
133 .globl ret_from_sys_call
134 ret_from_sys_call: label
189 jmp ret_from_sys_call
194 jmp ret_from_sys_call
/linux-2.4.37.9/include/asm-mips64/
Dprocessor.h303 extern void ret_from_sys_call(void); in thread_saved_pc()
306 if (t->reg31 == (unsigned long) ret_from_sys_call) in thread_saved_pc()
/linux-2.4.37.9/arch/mips/kernel/
Dentry.S40 FEXPORT(ret_from_sys_call) # here to prevent code duplication