Home
last modified time | relevance | path

Searched refs:entryexit (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/um/kernel/
Dptrace.c193 void syscall_trace(struct uml_pt_regs *regs, int entryexit) in syscall_trace() argument
195 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()
/linux-2.6.39/arch/mips/kernel/
Dptrace.c536 asmlinkage void do_syscall_trace(struct pt_regs *regs, int entryexit) in do_syscall_trace() argument
539 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()
/linux-2.6.39/arch/score/include/asm/
Dptrace.h87 extern void do_syscall_trace(struct pt_regs *regs, int entryexit);
/linux-2.6.39/arch/um/include/shared/
Dkern_util.h60 extern void syscall_trace(struct uml_pt_regs *regs, int entryexit);
/linux-2.6.39/arch/s390/kernel/
Dentry.h16 void syscall_trace(struct pt_regs *regs, int entryexit);
/linux-2.6.39/arch/mips/include/asm/
Dptrace.h144 extern asmlinkage void do_syscall_trace(struct pt_regs *regs, int entryexit);
/linux-2.6.39/arch/score/kernel/
Dptrace.c361 asmlinkage void do_syscall_trace(struct pt_regs *regs, int entryexit) in do_syscall_trace() argument