Home
last modified time | relevance | path

Searched defs:syscall (Results 1 – 6 of 6) sorted by relevance

/kernel/entry/
Dcommon.c34 static inline void syscall_enter_audit(struct pt_regs *regs, long syscall) in syscall_enter_audit()
44 static long syscall_trace_enter(struct pt_regs *regs, long syscall, in syscall_trace_enter()
75 __syscall_enter_from_user_work(struct pt_regs *regs, long syscall) in __syscall_enter_from_user_work()
86 long syscall_enter_from_user_mode_work(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode_work()
91 noinstr long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode()
/kernel/trace/
Dtrace_syscalls.c83 find_syscall_meta(unsigned long syscall) in find_syscall_meta()
115 const char *get_syscall_name(int syscall) in get_syscall_name()
135 int i, syscall; in print_syscall_enter() local
180 int syscall; in print_syscall_exit() local
Dtrace.h2051 static inline const char *get_syscall_name(int syscall) in get_syscall_name()
/kernel/
Dseccomp.c920 static void seccomp_init_siginfo(kernel_siginfo_t *info, int syscall, int reason) in seccomp_init_siginfo()
938 static void seccomp_send_sigsys(int syscall, int reason) in seccomp_send_sigsys()
964 static inline void seccomp_log(unsigned long syscall, long signr, u32 action, in seccomp_log()
Dauditfilter.c186 int audit_match_class(int class, unsigned syscall) in audit_match_class()
Dauditsc.c2718 void audit_seccomp(unsigned long syscall, long signr, int code) in audit_seccomp()