Lines Matching defs:regs
33 static struct thread_info *pt_regs_to_thread_info(struct pt_regs *regs) in pt_regs_to_thread_info()
49 static void do_audit_syscall_entry(struct pt_regs *regs, u32 arch) in do_audit_syscall_entry()
76 unsigned long syscall_trace_enter_phase1(struct pt_regs *regs, u32 arch) in syscall_trace_enter_phase1()
164 long syscall_trace_enter_phase2(struct pt_regs *regs, u32 arch, in syscall_trace_enter_phase2()
210 long syscall_trace_enter(struct pt_regs *regs) in syscall_trace_enter()
225 static void exit_to_usermode_loop(struct pt_regs *regs, u32 cached_flags) in exit_to_usermode_loop()
269 __visible inline void prepare_exit_to_usermode(struct pt_regs *regs) in prepare_exit_to_usermode()
302 static void syscall_slow_exit_work(struct pt_regs *regs, u32 cached_flags) in syscall_slow_exit_work()
328 __visible inline void syscall_return_slowpath(struct pt_regs *regs) in syscall_return_slowpath()
364 __always_inline void do_syscall_32_irqs_on(struct pt_regs *regs) in do_syscall_32_irqs_on()
401 __visible void do_syscall_32_irqs_off(struct pt_regs *regs) in do_syscall_32_irqs_off()
409 __visible long do_fast_syscall_32(struct pt_regs *regs) in do_fast_syscall_32()