Home
last modified time | relevance | path

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

123

/linux-6.1.9/arch/x86/um/shared/sysdep/
Dstub_32.h15 static inline long stub_syscall0(long syscall) in stub_syscall0()
24 static inline long stub_syscall1(long syscall, long arg1) in stub_syscall1()
33 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2()
43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4()
64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5()
Dstub_64.h19 static inline long stub_syscall0(long syscall) in stub_syscall0()
30 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2()
41 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4()
67 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5()
Dsyscalls_32.h13 #define EXECUTE_SYSCALL(syscall, regs) \ argument
Dsyscalls_64.h17 #define EXECUTE_SYSCALL(syscall, regs) \ argument
/linux-6.1.9/kernel/entry/
Dcommon.c38 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()
/linux-6.1.9/tools/perf/examples/bpf/
Daugmented_raw_syscalls.c30 struct syscall { struct
35 bpf_map(syscalls, ARRAY, int, struct syscall, 512); argument
251 struct syscall *syscall; in sys_enter() local
/linux-6.1.9/tools/perf/util/
Dsyscalltbl.c43 struct syscall { struct
51 const struct syscall *entry = ventry; in syscallcmpname() argument
/linux-6.1.9/arch/openrisc/kernel/
Dsignal.c225 int do_signal(struct pt_regs *regs, int syscall) in do_signal()
291 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) in do_work_pending()
/linux-6.1.9/arch/s390/kernel/vdso32/
Dvdso_user_wrapper.S6 .macro vdso_syscall func,syscall
/linux-6.1.9/arch/um/os-Linux/skas/
Dmem.c55 unsigned long * syscall; in do_syscall_stub() local
112 long run_syscall_stub(struct mm_id * mm_idp, int syscall, in run_syscall_stub()
/linux-6.1.9/arch/um/kernel/skas/
Dsyscall.c19 int syscall; in handle_syscall() local
/linux-6.1.9/arch/s390/kernel/vdso64/
Dvdso_user_wrapper.S41 .macro vdso_syscall func,syscall
/linux-6.1.9/arch/parisc/kernel/
Dcompat_audit.c30 int parisc32_classify_syscall(unsigned syscall) in parisc32_classify_syscall()
/linux-6.1.9/arch/x86/ia32/
Daudit.c31 int ia32_classify_syscall(unsigned syscall) in ia32_classify_syscall()
/linux-6.1.9/arch/s390/kernel/
Dcompat_audit.c32 int s390_classify_syscall(unsigned syscall) in s390_classify_syscall()
Daudit.c42 int audit_classify_syscall(int abi, unsigned syscall) in audit_classify_syscall()
/linux-6.1.9/arch/powerpc/kernel/
Dcompat_audit.c31 int ppc32_classify_syscall(unsigned syscall) in ppc32_classify_syscall()
/linux-6.1.9/lib/
Dcompat_audit.c32 int audit_classify_compat_syscall(int abi, unsigned syscall) in audit_classify_compat_syscall()
/linux-6.1.9/arch/sparc/kernel/
Dcompat_audit.c32 int sparc32_classify_syscall(unsigned int syscall) in sparc32_classify_syscall()
Daudit.c43 int audit_classify_syscall(int abi, unsigned int syscall) in audit_classify_syscall()
/linux-6.1.9/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
/linux-6.1.9/arch/powerpc/platforms/cell/
Dspu_callbacks.c45 syscall_fn syscall; in spu_sys_callback() local
/linux-6.1.9/arch/x86/kernel/
Daudit_64.c42 int audit_classify_syscall(int abi, unsigned syscall) in audit_classify_syscall()
/linux-6.1.9/arch/alpha/kernel/
Daudit.c36 int audit_classify_syscall(int abi, unsigned syscall) in audit_classify_syscall()
/linux-6.1.9/arch/ia64/kernel/
Daudit.c37 int audit_classify_syscall(int abi, unsigned syscall) in audit_classify_syscall()

123