| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | process.c | 26 asmlinkage void ret_from_kernel_thread(void); 54 childstack->r15 = (unsigned long) ret_from_kernel_thread; in copy_thread()
|
| H A D | entry.S | 222 ENTRY(ret_from_kernel_thread)
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | process.c | 26 extern asmlinkage void ret_from_kernel_thread(void); 119 p->thread.pc = (unsigned long) ret_from_kernel_thread; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | process.c | 53 asmlinkage void ret_from_kernel_thread(void); 117 childregs->retpc = (unsigned long) ret_from_kernel_thread; in copy_thread()
|
| H A D | entry.S | 164 .globl ret_from_kernel_thread symbol 343 ret_from_kernel_thread: label
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | process.c | 200 extern void * const ret_from_kernel_thread; in copy_thread() 212 cregs->kpc = (unsigned long) &ret_from_kernel_thread; in copy_thread()
|
| H A D | unwind.c | 223 extern void * const ret_from_kernel_thread; in unwind_special() 239 if (pc_is_kernel_fn(pc, ret_from_kernel_thread) || in unwind_special()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | process.c | 34 extern asmlinkage void ret_from_kernel_thread(void); 124 p->thread.ra = (unsigned long)ret_from_kernel_thread; in copy_thread()
|
| H A D | entry.S | 382 ENTRY(ret_from_kernel_thread) 388 ENDPROC(ret_from_kernel_thread)
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | process_32.c | 93 asmlinkage void ret_from_kernel_thread(void); 119 p->thread.pc = (unsigned long) ret_from_kernel_thread; in copy_thread()
|
| H A D | entry-common.S | 277 .globl ret_from_kernel_thread symbol 278 ret_from_kernel_thread: label
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | process.c | 52 extern void ret_from_kernel_thread(void); 273 (unsigned long)ret_from_kernel_thread, 1); in copy_thread()
|
| H A D | entry.S | 2081 ENTRY(ret_from_kernel_thread) 2088 ENDPROC(ret_from_kernel_thread)
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | process.c | 42 asmlinkage void ret_from_kernel_thread(void); 166 frame->sw.retpc = (unsigned long)ret_from_kernel_thread; in copy_thread()
|
| H A D | entry.S | 122 ENTRY(ret_from_kernel_thread)
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | process.c | 29 asmlinkage void ret_from_kernel_thread(void); 118 childstack->ra = (unsigned long) ret_from_kernel_thread; in copy_thread()
|
| H A D | entry.S | 506 ENTRY(ret_from_kernel_thread)
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | process.c | 241 extern void ret_from_kernel_thread(void); in copy_thread() 256 childstack->r26 = (unsigned long) ret_from_kernel_thread; in copy_thread()
|
| H A D | entry.S | 780 .globl ret_from_kernel_thread symbol 781 .ent ret_from_kernel_thread 782 ret_from_kernel_thread: label 789 .end ret_from_kernel_thread
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | processor.h | 30 extern void ret_from_kernel_thread(void);
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | process_32.c | 273 extern void ret_from_kernel_thread(void); 318 ti->kpc = (((unsigned long) ret_from_kernel_thread) - 0x8);
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | process.c | 75 ti->cpu_context.r15 = (unsigned long)ret_from_kernel_thread - 8; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | entry.S | 71 FEXPORT(ret_from_kernel_thread)
|
| H A D | process.c | 65 asmlinkage void ret_from_kernel_thread(void); 146 p->thread.reg31 = (unsigned long) ret_from_kernel_thread; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | process.c | 1674 extern void ret_from_kernel_thread(void); in copy_thread() 1701 f = ret_from_kernel_thread; in copy_thread()
|