Searched defs:syscall (Results 1 – 7 of 7) sorted by relevance
/kernel/entry/ |
D | common.c | 38 static inline void syscall_enter_audit(struct pt_regs *regs, long syscall) in syscall_enter_audit() 48 static long syscall_trace_enter(struct pt_regs *regs, long syscall, in syscall_trace_enter() 89 __syscall_enter_from_user_work(struct pt_regs *regs, long syscall) in __syscall_enter_from_user_work() 99 long syscall_enter_from_user_mode_work(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode_work() 104 noinstr long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode()
|
/kernel/trace/ |
D | trace_syscalls.c | 83 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
|
D | trace.h | 1911 static inline const char *get_syscall_name(int syscall) in get_syscall_name()
|
/kernel/ |
D | auditfilter.c | 189 int audit_match_class(int class, unsigned syscall) in audit_match_class()
|
D | seccomp.c | 954 static inline void seccomp_log(unsigned long syscall, long signr, u32 action, in seccomp_log()
|
D | auditsc.c | 2988 void audit_seccomp(unsigned long syscall, long signr, int code) in audit_seccomp()
|
D | signal.c | 1863 int force_sig_seccomp(int syscall, int reason, bool force_coredump) in force_sig_seccomp()
|