Searched refs:pt_regs_to_thread_info (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/entry/
H A Dcommon.c33 static struct thread_info *pt_regs_to_thread_info(struct pt_regs *regs) pt_regs_to_thread_info() function
78 struct thread_info *ti = pt_regs_to_thread_info(regs); syscall_trace_enter_phase1()
167 struct thread_info *ti = pt_regs_to_thread_info(regs); syscall_trace_enter_phase2()
260 cached_flags = READ_ONCE(pt_regs_to_thread_info(regs)->flags); exit_to_usermode_loop()
271 struct thread_info *ti = pt_regs_to_thread_info(regs); prepare_exit_to_usermode()
330 struct thread_info *ti = pt_regs_to_thread_info(regs); syscall_return_slowpath()
366 struct thread_info *ti = pt_regs_to_thread_info(regs); do_syscall_32_irqs_on()

Completed in 49 milliseconds