Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/x86/um/shared/sysdep/
H A 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()
H A 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()
H A Dsyscalls_32.h13 #define EXECUTE_SYSCALL(syscall, regs) \ argument
H A Dsyscalls_64.h17 #define EXECUTE_SYSCALL(syscall, regs) \ argument
/openbmc/u-boot/examples/api/
H A Dcrt0.S20 syscall: label
38 syscall: label
54 syscall: label
/openbmc/linux/kernel/entry/
H A 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()
95 __syscall_enter_from_user_work(struct pt_regs *regs, long syscall) in __syscall_enter_from_user_work()
105 long syscall_enter_from_user_mode_work(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode_work()
110 noinstr long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode()
/openbmc/linux/tools/perf/util/
H A Dsyscalltbl.c47 struct syscall { struct
55 const struct syscall *entry = ventry; in syscallcmpname() argument
/openbmc/linux/arch/s390/kernel/vdso32/
H A Dvdso_user_wrapper.S7 .macro vdso_syscall func,syscall
/openbmc/linux/arch/openrisc/kernel/
H A Dsignal.c232 static int do_signal(struct pt_regs *regs, int syscall) in do_signal()
298 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) in do_work_pending()
/openbmc/linux/arch/um/kernel/skas/
H A Dsyscall.c19 int syscall; in handle_syscall() local
/openbmc/linux/arch/s390/kernel/vdso64/
H A Dvdso_user_wrapper.S44 .macro vdso_syscall func,syscall
/openbmc/linux/arch/x86/ia32/
H A Daudit.c31 int ia32_classify_syscall(unsigned syscall) in ia32_classify_syscall()
/openbmc/linux/arch/s390/kernel/
H A Dcompat_audit.c32 int s390_classify_syscall(unsigned syscall) in s390_classify_syscall()
H A Daudit.c42 int audit_classify_syscall(int abi, unsigned syscall) in audit_classify_syscall()
/openbmc/linux/arch/powerpc/kernel/
H A Dcompat_audit.c33 int ppc32_classify_syscall(unsigned syscall) in ppc32_classify_syscall()
H A Daudit.c43 int audit_classify_syscall(int abi, unsigned syscall) in audit_classify_syscall()
/openbmc/linux/arch/um/os-Linux/skas/
H A Dmem.c55 unsigned long * syscall; in do_syscall_stub() local
109 long run_syscall_stub(struct mm_id * mm_idp, int syscall, in run_syscall_stub()
/openbmc/linux/lib/
H A Dcompat_audit.c32 int audit_classify_compat_syscall(int abi, unsigned syscall) in audit_classify_compat_syscall()
H A Daudit.c40 int audit_classify_syscall(int abi, unsigned syscall) in audit_classify_syscall()
/openbmc/linux/arch/sparc/kernel/
H A Dcompat_audit.c32 int sparc32_classify_syscall(unsigned int syscall) in sparc32_classify_syscall()
H A Daudit.c43 int audit_classify_syscall(int abi, unsigned int syscall) in audit_classify_syscall()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_callbacks.c45 syscall_fn syscall; in spu_sys_callback() local
/openbmc/linux/arch/parisc/kernel/
H A Daudit.c41 int audit_classify_syscall(int abi, unsigned syscall) in audit_classify_syscall()
/openbmc/linux/arch/alpha/kernel/
H A Daudit.c36 int audit_classify_syscall(int abi, unsigned syscall) in audit_classify_syscall()
/openbmc/linux/arch/ia64/kernel/
H A Daudit.c37 int audit_classify_syscall(int abi, unsigned syscall) in audit_classify_syscall()

123