Searched refs:start_thread_common (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | processor.h | 90 static inline void start_thread_common(struct pt_regs *regs, unsigned long pc) start_thread_common() function 100 start_thread_common(regs, pc); start_thread() 109 start_thread_common(regs, pc); compat_start_thread()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | process_64.c | 230 start_thread_common(struct pt_regs *regs, unsigned long new_ip, start_thread_common() function 249 start_thread_common(regs, new_ip, new_sp, start_thread() 256 start_thread_common(regs, new_ip, new_sp, start_thread_ia32()
|
Completed in 232 milliseconds