Searched defs:syscall (Results 1 - 25 of 61) sorted by last modified time

123

/linux-master/arch/xtensa/include/asm/
H A Dptrace.h67 unsigned long syscall; /* 56 */ member in struct:pt_regs
/linux-master/arch/riscv/kernel/
H A Dtraps.c318 long syscall = regs->a7; local
H A Dsignal.c407 bool syscall = (regs->cause == EXC_SYSCALL); local
/linux-master/kernel/entry/
H A Dcommon.c18 static inline void syscall_enter_audit(struct pt_regs *regs, long syscall) argument
28 long syscall_trace_enter(struct pt_regs *regs, long syscall, argument
[all...]
/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h31 unsigned long syscall; /* syscall number */ member in struct:thread_info
/linux-master/kernel/trace/
H A Dtrace.h1966 static inline const char *get_syscall_name(int syscall) argument
H A Dtrace_syscalls.c83 find_syscall_meta(unsigned long syscall) argument
115 const char *get_syscall_name(int syscall) argument
135 int i, syscall; local
180 int syscall; local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-trace.c1216 struct syscall { struct
[all...]
/linux-master/kernel/
H A Dsignal.c1845 int force_sig_seccomp(int syscall, int reason, bool force_coredump) argument
H A Dauditfilter.c189 int audit_match_class(int class, unsigned syscall) argument
H A Dseccomp.c963 static inline void seccomp_log(unsigned long syscall, long signr, u32 action, argument
[all...]
H A Dauditsc.c3003 audit_seccomp(unsigned long syscall, long signr, int code) argument
[all...]
/linux-master/arch/arm64/kernel/
H A Dsignal.c1274 bool syscall = in_syscall(regs); local
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1948 __change_syscall(struct __test_metadata *_metadata, pid_t tracee, long *syscall, long *ret) argument
1974 change_syscall_nr(struct __test_metadata *_metadata, pid_t tracee, long syscall) argument
1984 long syscall = -1; local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A DMakefile
/linux-master/arch/x86/um/shared/sysdep/
H A Dstub_64.h19 static __always_inline long stub_syscall0(long syscall) argument
30 static __always_inline long stub_syscall2(long syscall, long arg1, long arg2) argument
41 static __always_inline long stub_syscall3(long syscall, long arg1, long arg2, argument
54 static __always_inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, argument
68 static __always_inline long stub_syscall5(long syscall, lon argument
[all...]
H A Dstub_32.h15 static __always_inline long stub_syscall0(long syscall) argument
25 static __always_inline long stub_syscall1(long syscall, long arg1) argument
35 static __always_inline long stub_syscall2(long syscall, long arg1, long arg2) argument
46 static __always_inline long stub_syscall3(long syscall, long arg1, long arg2, argument
58 static __always_inline long stub_syscall4(long syscall, long arg1, long arg2, argument
70 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) argument
[all...]
/linux-master/arch/um/os-Linux/
H A Dstart_up.c186 int pid, syscall, n, status; local
/linux-master/arch/mips/include/asm/
H A Dthread_info.h32 long syscall; /* syscall number */ member in struct:thread_info
/linux-master/tools/include/nolibc/
H A Dsys.h51 static __inline__ int __nolibc_enosys(const char *syscall, ...) argument
/linux-master/include/linux/
H A Daudit.h626 static inline void audit_seccomp(unsigned long syscall, long signr, int code) argument
H A Dentry-common.h163 syscall_enter_from_user_mode_work(struct pt_regs *regs, long syscall) argument
190 syscall_enter_from_user_mode(struct pt_regs *regs, long syscall) argument
[all...]
/linux-master/arch/hexagon/kernel/
H A Dtraps.c338 syscall_fn syscall; local
/linux-master/arch/m68k/kernel/
H A Dentry.S219 syscall: label
/linux-master/arch/openrisc/kernel/
H A Dsignal.c232 static int do_signal(struct pt_regs *regs, int syscall) argument
298 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) argument
[all...]

Completed in 418 milliseconds

123