| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tracehook.h | 101 static inline __must_check int tracehook_report_syscall_entry( in tracehook_report_syscall_entry() function
|
| H A D | entry-common.h | 108 return tracehook_report_syscall_entry(regs); in arch_syscall_enter_tracehook()
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | ptrace.c | 122 if (tracehook_report_syscall_entry(regs)) in syscall_trace_entry()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | ptrace.c | 143 tracehook_report_syscall_entry(regs)) in do_syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | ptrace.c | 106 if (tracehook_report_syscall_entry(regs)) in syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | ptrace.c | 162 tracehook_report_syscall_entry(regs)) in do_syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | ptrace.c | 138 return tracehook_report_syscall_entry(regs); in syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | ptrace.c | 147 if (tracehook_report_syscall_entry(regs)) in do_syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | ptrace.c | 137 ret = tracehook_report_syscall_entry(task_pt_regs(current)); in do_syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | ptrace.c | 177 tracehook_report_syscall_entry(regs)) in do_syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | ptrace.c | 295 ret = tracehook_report_syscall_entry(task_pt_regs(current)); in syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A D | traps.c | 355 tracehook_report_syscall_entry(regs))) in do_trap0()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | ptrace.c | 326 tracehook_report_syscall_entry(current_pt_regs())) in syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | ptrace.c | 261 if (tracehook_report_syscall_entry(regs)) in syscall_trace_entry()
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | ptrace.c | 323 if (tracehook_report_syscall_entry(regs)) in syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace.c | 309 int rc = tracehook_report_syscall_entry(regs); in do_syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | ptrace_32.c | 444 ret = tracehook_report_syscall_entry(regs); in syscall_trace()
|
| H A D | ptrace_64.c | 1098 ret = tracehook_report_syscall_entry(regs); in syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | ptrace_32.c | 459 tracehook_report_syscall_entry(regs)) { in do_syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | ptrace.c | 553 tracehook_report_syscall_entry(regs)) { in do_syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | ptrace.c | 882 else if (tracehook_report_syscall_entry(regs)) in tracehook_report_syscall()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | ptrace.c | 319 int rc = tracehook_report_syscall_entry(regs); in do_syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | ptrace.c | 1320 if (tracehook_report_syscall_entry(regs)) in syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | ptrace.c | 878 tracehook_report_syscall_entry(regs)) { in do_syscall_trace_enter()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | ptrace.c | 1816 if (tracehook_report_syscall_entry(regs)) in tracehook_report_syscall()
|