Lines Matching defs:regs
92 static inline unsigned long regs_return_value(struct pt_regs *regs) in regs_return_value()
106 static inline int user_mode(struct pt_regs *regs) in user_mode()
115 static inline int v8086_mode(struct pt_regs *regs) in v8086_mode()
125 static inline bool user_64bit_mode(struct pt_regs *regs) in user_64bit_mode()
146 static inline unsigned long kernel_stack_pointer(struct pt_regs *regs) in kernel_stack_pointer()
152 #define GET_IP(regs) ((regs)->ip) argument
153 #define GET_FP(regs) ((regs)->bp) argument
154 #define GET_USP(regs) ((regs)->sp) argument
172 static inline unsigned long regs_get_register(struct pt_regs *regs, in regs_get_register()
197 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack()
213 static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, in regs_get_kernel_stack_nth()