Searched refs:entryexit (Results 1 – 7 of 7) sorted by relevance
193 void syscall_trace(struct uml_pt_regs *regs, int entryexit) in syscall_trace() argument195 int is_singlestep = (current->ptrace & PT_DTRACE) && entryexit; in syscall_trace()199 if (!entryexit) in syscall_trace()227 if (entryexit) /* force do_signal() --> is_syscall() */ in syscall_trace()
536 asmlinkage void do_syscall_trace(struct pt_regs *regs, int entryexit) in do_syscall_trace() argument539 if (!entryexit) in do_syscall_trace()542 if (unlikely(current->audit_context) && entryexit) in do_syscall_trace()568 if (unlikely(current->audit_context) && !entryexit) in do_syscall_trace()
87 extern void do_syscall_trace(struct pt_regs *regs, int entryexit);
60 extern void syscall_trace(struct uml_pt_regs *regs, int entryexit);
16 void syscall_trace(struct pt_regs *regs, int entryexit);
144 extern asmlinkage void do_syscall_trace(struct pt_regs *regs, int entryexit);
361 asmlinkage void do_syscall_trace(struct pt_regs *regs, int entryexit) in do_syscall_trace() argument