Searched defs:start_thread (Results 1 - 24 of 24) sorted by relevance

/linux-master/arch/um/kernel/
H A Dexec.c42 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) function
51 EXPORT_SYMBOL(start_thread); variable
/linux-master/arch/microblaze/kernel/
H A Dprocess.c123 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long usp) function
/linux-master/arch/csky/include/asm/
H A Dprocessor.h59 #define start_thread(_regs, _pc, _usp) \ macro
/linux-master/arch/hexagon/kernel/
H A Dprocess.c29 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) function
/linux-master/arch/arm/include/asm/
H A Dprocessor.h52 #define start_thread(regs,pc,sp) \ macro
/linux-master/arch/sh/kernel/
H A Dprocess_32.c62 void start_thread(struct pt_regs *regs, unsigned long new_pc, function
72 EXPORT_SYMBOL(start_thread); variable
/linux-master/arch/sparc/include/asm/
H A Dprocessor_32.h56 static inline void start_thread(struct pt_regs * regs, unsigned long pc, function
H A Dprocessor_64.h93 #define start_thread(regs, pc, sp) \ macro
/linux-master/arch/arc/kernel/
H A Dprocess.c251 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long usp) function
/linux-master/arch/x86/kernel/
H A Dprocess_32.c112 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) function
124 EXPORT_SYMBOL_GPL(start_thread); variable
H A Dprocess_64.c582 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) function
587 EXPORT_SYMBOL_GPL(start_thread); variable
/linux-master/arch/nios2/kernel/
H A Dprocess.c245 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) function
/linux-master/arch/openrisc/kernel/
H A Dprocess.c225 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) function
/linux-master/arch/m68k/include/asm/
H A Dprocessor.h137 static inline void start_thread(struct pt_regs * regs, unsigned long pc, function
/linux-master/arch/riscv/kernel/
H A Dprocess.c130 void start_thread(struct pt_regs *regs, unsigned long pc, function
/linux-master/arch/alpha/kernel/
H A Dprocess.c209 start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp) function
215 EXPORT_SYMBOL(start_thread); variable
/linux-master/arch/xtensa/include/asm/
H A Dprocessor.h198 #define start_thread(regs, new_pc, new_sp) \ macro
/linux-master/arch/parisc/include/asm/
H A Dprocessor.h241 #define start_thread(regs, new_pc, new_sp) do { \ macro
/linux-master/arch/loongarch/kernel/
H A Dprocess.c69 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) function
/linux-master/arch/mips/kernel/
H A Dprocess.c52 void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp) function
/linux-master/tools/usb/
H A Dffs-test.c464 static void start_thread(struct thread *t) function
/linux-master/arch/s390/include/asm/
H A Dprocessor.h214 #define start_thread(regs, new_psw, new_stackp) do { \ macro
/linux-master/arch/arm64/include/asm/
H A Dprocessor.h298 static inline void start_thread(struct pt_regs *regs, unsigned long pc, function
/linux-master/arch/powerpc/kernel/
H A Dprocess.c1890 void start_thread(struct pt_regs *regs, unsigned long start, unsigned long sp) function
2005 EXPORT_SYMBOL(start_thread); variable

Completed in 429 milliseconds