Searched refs:start_thread_common (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | processor.h | 195 static inline void start_thread_common(struct pt_regs *regs, unsigned long pc) in start_thread_common() function 209 start_thread_common(regs, pc); in start_thread() 219 start_thread_common(regs, pc); in compat_start_thread()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | process_64.c | 481 start_thread_common(struct pt_regs *regs, unsigned long new_ip, in start_thread_common() function 508 start_thread_common(regs, new_ip, new_sp, in start_thread() 516 start_thread_common(regs, new_ip, new_sp, in compat_start_thread()
|