Searched refs:syscall (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | entry-common.h | 163 long syscall_enter_from_user_mode_work(struct pt_regs *regs, long syscall); 182 long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall);
|
D | audit.h | 124 extern int audit_classify_syscall(int abi, unsigned syscall); 133 extern int audit_classify_compat_syscall(int abi, unsigned syscall); 301 extern void audit_seccomp(unsigned long syscall, long signr, int code); 597 static inline void audit_seccomp(unsigned long syscall, long signr, int code) in audit_seccomp() argument
|
/include/linux/sched/ |
D | signal.h | 333 int force_sig_seccomp(int syscall, int reason, bool force_coredump);
|