Searched defs:in_syscall (Results 1 – 5 of 5) sorted by relevance
280 static void do_signal(struct pt_regs *regs, int in_syscall) in do_signal()308 asmlinkage void do_notify_resume(struct pt_regs *regs, int in_syscall) in do_notify_resume()
116 struct pt_regs *regs, int in_syscall) in setup_sigcontext32()
40 static inline bool in_syscall(struct pt_regs const *regs) in in_syscall() function
125 #define in_syscall(regs) ((regs->ecr.vec == ECR_V_TRAP) && !regs->ecr.param) macro
402 u8 in_syscall : 1; /* TX out of user context */ member