/linux-4.1.27/arch/um/kernel/ |
H A D | exec.c | 41 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) start_thread() function 50 EXPORT_SYMBOL(start_thread); variable
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
H A D | processor.h | 55 #define start_thread(regs, ip, usp) do { \ macro
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
H A D | processor.h | 43 #define start_thread(regs, ip, usp) \ macro
|
/linux-4.1.27/arch/microblaze/kernel/ |
H A D | process.c | 143 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long usp) start_thread() function
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | process.c | 159 void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long usp) start_thread() function
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | process_32.c | 67 void start_thread(struct pt_regs *regs, unsigned long new_pc, start_thread() function 77 EXPORT_SYMBOL(start_thread); variable
|
/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | processor.h | 53 #define start_thread(regs, pc, sp) \ macro
|
/linux-4.1.27/arch/score/kernel/ |
H A D | process.c | 47 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) start_thread() function
|
/linux-4.1.27/arch/nios2/kernel/ |
H A D | process.c | 243 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) start_thread() function
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | process.c | 92 void start_thread(struct pt_regs *regs, unsigned int pc, unsigned long usp) start_thread() function
|
/linux-4.1.27/arch/hexagon/kernel/ |
H A D | process.c | 38 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) start_thread() function
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | processor.h | 56 #define start_thread(regs,pc,sp) \ macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | processor_32.h | 80 static inline void start_thread(struct pt_regs * regs, unsigned long pc, start_thread() function
|
H A D | processor_64.h | 108 #define start_thread(regs, pc, sp) \ macro
|
/linux-4.1.27/arch/openrisc/kernel/ |
H A D | process.c | 196 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) start_thread() function
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | processor.h | 80 #define start_thread(_regs, _pc, _usp) \ macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | processor.h | 107 #define start_thread(regs, new_pc, new_spu) \ macro
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | processor.h | 117 static inline void start_thread(struct pt_regs * regs, unsigned long pc, start_thread() function 130 #define start_thread(_regs, _pc, _usp) \ macro
|
/linux-4.1.27/fs/ |
H A D | compat_binfmt_elf.c | 122 #undef start_thread macro 123 #define start_thread compat_start_thread macro
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | process_32.c | 198 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) start_thread() function 211 EXPORT_SYMBOL_GPL(start_thread); variable
|
H A D | process_64.c | 247 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) start_thread() function
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | processor.h | 154 #define start_thread(regs, new_pc, new_sp) \ macro
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | processor_64.h | 159 #define start_thread(_regs, new_pc, new_sp) \ macro
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | process.c | 60 void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp) start_thread() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | processor.h | 125 static inline void start_thread(struct pt_regs *regs, start_thread() function
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | processor.h | 97 static inline void start_thread(struct pt_regs *regs, unsigned long pc, start_thread() function
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | process.c | 81 void start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) start_thread() function 95 EXPORT_SYMBOL_GPL(start_thread); variable
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | processor.h | 112 #define start_thread(regs, pc, usp) do { \ macro
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | process.c | 205 start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp) start_thread() function 211 EXPORT_SYMBOL(start_thread); variable
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | processor.h | 147 #define start_thread(regs, new_psw, new_stackp) do { \ macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | processor.h | 298 #define start_thread(regs, new_pc, new_sp) do { \ macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | processor.h | 128 #define start_thread(regs, new_pc, new_sp) \ macro
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | processor.h | 203 static inline void start_thread(struct pt_regs *regs, start_thread() function
|
/linux-4.1.27/tools/usb/ |
H A D | ffs-test.c | 416 static void start_thread(struct thread *t) start_thread() function
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | process.c | 1228 void start_thread(struct pt_regs *regs, unsigned long start, unsigned long sp) start_thread() function 1336 EXPORT_SYMBOL(start_thread); variable
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | processor.h | 311 #define start_thread(regs,new_ip,new_sp) do { \ macro
|
/linux-4.1.27/drivers/block/ |
H A D | nvme-core.c | 2819 bool start_thread = false; nvme_dev_start() local
|