Searched refs:compat_start_thread (Results 1 – 2 of 2) sorted by relevance
172 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32);174 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
345 static inline void compat_start_thread(struct pt_regs *regs, unsigned long pc, in compat_start_thread() function