Home
last modified time | relevance | path

Searched refs:start_thread_common (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
Dprocessor.h107 static inline void start_thread_common(struct pt_regs *regs, unsigned long pc) in start_thread_common() function
117 start_thread_common(regs, pc); in start_thread()
126 start_thread_common(regs, pc); in compat_start_thread()
/linux-4.4.14/arch/x86/kernel/
Dprocess_64.c231 start_thread_common(struct pt_regs *regs, unsigned long new_ip, in start_thread_common() function
250 start_thread_common(regs, new_ip, new_sp, in start_thread()
257 start_thread_common(regs, new_ip, new_sp, in compat_start_thread()