Lines Matching defs:regs
21 static __always_inline void enter_from_user_mode(struct pt_regs *regs) in enter_from_user_mode()
34 static inline void syscall_enter_audit(struct pt_regs *regs, long syscall) in syscall_enter_audit()
44 static long syscall_trace_enter(struct pt_regs *regs, long syscall, in syscall_trace_enter()
75 __syscall_enter_from_user_work(struct pt_regs *regs, long syscall) in __syscall_enter_from_user_work()
86 long syscall_enter_from_user_mode_work(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode_work()
91 noinstr long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode()
105 noinstr void syscall_enter_from_user_mode_prepare(struct pt_regs *regs) in syscall_enter_from_user_mode_prepare()
138 void __weak arch_do_signal(struct pt_regs *regs) { } in arch_do_signal()
140 static unsigned long exit_to_user_mode_loop(struct pt_regs *regs, in exit_to_user_mode_loop()
184 static void exit_to_user_mode_prepare(struct pt_regs *regs) in exit_to_user_mode_prepare()
220 static void syscall_exit_work(struct pt_regs *regs, unsigned long ti_work) in syscall_exit_work()
238 static void syscall_exit_to_user_mode_prepare(struct pt_regs *regs) in syscall_exit_to_user_mode_prepare()
261 __visible noinstr void syscall_exit_to_user_mode(struct pt_regs *regs) in syscall_exit_to_user_mode()
271 noinstr void irqentry_enter_from_user_mode(struct pt_regs *regs) in irqentry_enter_from_user_mode()
276 noinstr void irqentry_exit_to_user_mode(struct pt_regs *regs) in irqentry_exit_to_user_mode()
284 noinstr irqentry_state_t irqentry_enter(struct pt_regs *regs) in irqentry_enter()
361 noinstr void irqentry_exit(struct pt_regs *regs, irqentry_state_t state) in irqentry_exit()