Searched refs:start_thread_common (Results 1 – 2 of 2) sorted by relevance
| /arch/arm64/include/asm/ |
| A D | processor.h | 297 static inline void start_thread_common(struct pt_regs *regs, unsigned long pc, in start_thread_common() function 334 start_thread_common(regs, pc, PSR_MODE_EL0t); in start_thread() 349 start_thread_common(regs, pc, pstate); in compat_start_thread()
|
| /arch/x86/kernel/ |
| A D | process_64.c | 531 start_thread_common(struct pt_regs *regs, unsigned long new_ip, in start_thread_common() function 585 start_thread_common(regs, new_ip, new_sp, in start_thread() 593 start_thread_common(regs, new_ip, new_sp, in compat_start_thread()
|
Completed in 6 milliseconds