Lines Matching defs:regs
93 static inline unsigned long regs_return_value(struct pt_regs *regs) in regs_return_value()
107 static inline int user_mode(struct pt_regs *regs) in user_mode()
116 static inline int v8086_mode(struct pt_regs *regs) in v8086_mode()
126 static inline bool user_64bit_mode(struct pt_regs *regs) in user_64bit_mode()
147 static inline unsigned long kernel_stack_pointer(struct pt_regs *regs) in kernel_stack_pointer()
153 #define GET_IP(regs) ((regs)->ip) argument
154 #define GET_FP(regs) ((regs)->bp) argument
155 #define GET_USP(regs) ((regs)->sp) argument
173 static inline unsigned long regs_get_register(struct pt_regs *regs, in regs_get_register()
198 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack()
214 static inline unsigned long regs_get_kernel_stack_nth(struct pt_regs *regs, in regs_get_kernel_stack_nth()