Lines Matching refs:pt_regs
12 static inline int pt_regs_trap_type(struct pt_regs *regs) in pt_regs_trap_type()
17 static inline bool pt_regs_is_syscall(struct pt_regs *regs) in pt_regs_is_syscall()
22 static inline bool pt_regs_clear_syscall(struct pt_regs *regs) in pt_regs_clear_syscall()
36 ((struct pt_regs *)((unsigned long)current_thread_info() + THREAD_SIZE) - 1)
66 static inline int is_syscall_success(struct pt_regs *regs) in is_syscall_success()
71 static inline long regs_return_value(struct pt_regs *regs) in regs_return_value()
76 unsigned long profile_pc(struct pt_regs *);
86 static inline bool pt_regs_is_syscall(struct pt_regs *regs) in pt_regs_is_syscall()
91 static inline bool pt_regs_clear_syscall(struct pt_regs *regs) in pt_regs_clear_syscall()
105 ((struct pt_regs *)((unsigned long)current_thread_info() + THREAD_SIZE) - 1)
110 unsigned long profile_pc(struct pt_regs *);