Lines Matching refs:pt_regs

86 static __always_inline void arch_check_user_regs(struct pt_regs *regs);
89 static __always_inline void arch_check_user_regs(struct pt_regs *regs) {} in arch_check_user_regs()
103 static inline __must_check int arch_syscall_enter_tracehook(struct pt_regs *regs);
106 static inline __must_check int arch_syscall_enter_tracehook(struct pt_regs *regs) in arch_syscall_enter_tracehook()
126 void syscall_enter_from_user_mode_prepare(struct pt_regs *regs);
151 long syscall_enter_from_user_mode_work(struct pt_regs *regs, long syscall);
170 long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall);
213 static inline void arch_exit_to_user_mode_work(struct pt_regs *regs,
217 static inline void arch_exit_to_user_mode_work(struct pt_regs *regs, in arch_exit_to_user_mode_work()
232 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs,
236 static inline void arch_exit_to_user_mode_prepare(struct pt_regs *regs, in arch_exit_to_user_mode_prepare()
267 void arch_do_signal(struct pt_regs *regs);
279 static inline void arch_syscall_exit_tracehook(struct pt_regs *regs, bool step);
282 static inline void arch_syscall_exit_tracehook(struct pt_regs *regs, bool step) in arch_syscall_exit_tracehook()
313 void syscall_exit_to_user_mode(struct pt_regs *regs);
326 void irqentry_enter_from_user_mode(struct pt_regs *regs);
341 void irqentry_exit_to_user_mode(struct pt_regs *regs);
380 irqentry_state_t noinstr irqentry_enter(struct pt_regs *regs);
403 void noinstr irqentry_exit(struct pt_regs *regs, irqentry_state_t state);