Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 – 25 of 28) sorted by relevance

12

/arch/m68k/include/asm/
A Dlinkage.h24 #define __asmlinkage_protect2(ret, arg1, arg2) \ argument
26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ argument
28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument
31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument
34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
/arch/x86/um/shared/sysdep/
A Dstub_64.h43 static __always_inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2()
54 static __always_inline long stub_syscall3(long syscall, long arg1, long arg2, in stub_syscall3()
67 static __always_inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4()
81 static __always_inline long stub_syscall5(long syscall, long arg1, long arg2, in stub_syscall5()
95 static __always_inline long stub_syscall6(long syscall, long arg1, long arg2, in stub_syscall6()
A Dstub_32.h36 static __always_inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2()
47 static __always_inline long stub_syscall3(long syscall, long arg1, long arg2, in stub_syscall3()
59 static __always_inline long stub_syscall4(long syscall, long arg1, long arg2, in stub_syscall4()
71 static __always_inline long stub_syscall5(long syscall, long arg1, long arg2, in stub_syscall5()
83 static __always_inline long stub_syscall6(long syscall, long arg1, long arg2, in stub_syscall6()
/arch/sparc/include/asm/
A Dsmp_32.h75 static inline void xc2(void *func, unsigned long arg1, unsigned long arg2) in xc2()
80 static inline void xc3(void *func, unsigned long arg1, unsigned long arg2, in xc3()
87 static inline void xc4(void *func, unsigned long arg1, unsigned long arg2, in xc4()
/arch/x86/um/
A Dsyscalls_64.c17 unsigned long __user *arg2) in arch_prctl()
43 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
A Dsyscalls_32.c5 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
/arch/loongarch/include/asm/
A Dkvm_para.h101 unsigned long arg0, unsigned long arg1, unsigned long arg2) in kvm_hypercall3()
121 unsigned long arg2, unsigned long arg3) in kvm_hypercall4()
142 unsigned long arg2, unsigned long arg3, unsigned long arg4) in kvm_hypercall5()
/arch/arm/mach-bcm/
A Dbcm_kona_smc.c19 unsigned arg2; member
140 unsigned arg2, unsigned arg3) in bcm_kona_smc()
/arch/parisc/include/asm/
A Dunistd.h111 #define syscall2(name, arg1, arg2) \ argument
113 #define syscall3(name, arg1, arg2, arg3) \ argument
115 #define syscall4(name, arg1, arg2, arg3, arg4) \ argument
117 #define syscall5(name, arg1, arg2, arg3, arg4, arg5) \ argument
/arch/riscv/kernel/
A Dsbi_ecall.c21 unsigned long arg2, unsigned long arg3, in __sbi_ecall()
/arch/mips/kernel/
A Drelocate_kernel.S150 arg2: PTR_WD 0x0 label
A Dsyscall.c208 SYSCALL_DEFINE3(sysmips, long, cmd, long, arg1, long, arg2) in SYSCALL_DEFINE3() argument
/arch/arm/mach-omap2/
A Domap-secure.c59 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, in omap_secure_dispatcher()
156 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in rx51_secure_dispatcher()
/arch/x86/include/asm/
A Dshstk.h28 unsigned long arg2) { return -EINVAL; } in shstk_prctl()
A Dparavirt_types.h494 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument
496 #define PVOP_VCALL2(op, arg1, arg2) \ argument
499 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ argument
502 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ argument
506 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \ argument
510 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \ argument
/arch/sparc/kernel/
A Dsun4m_smp.c162 unsigned long arg2; member
174 unsigned long arg2, unsigned long arg3, in sun4m_cross_call()
A Dleon_smp.c364 unsigned long arg2; member
376 unsigned long arg2, unsigned long arg3, in leon_cross_call()
A Dsun4d_smp.c273 unsigned long arg2; member
285 unsigned long arg2, unsigned long arg3, in sun4d_cross_call()
/arch/x86/math-emu/
A Dpoly.h64 const unsigned long arg2) in mul_32_32()
/arch/sh/kernel/
A Dsh_bios.c25 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, in sh_bios_call()
/arch/arm64/kvm/hyp/nvhe/
A Dpsci-relay.c64 unsigned long arg1, unsigned long arg2) in psci_call()
/arch/riscv/include/asm/
A Dprocessor.h207 #define RISCV_SET_ICACHE_FLUSH_CTX(arg1, arg2) riscv_set_icache_flush_ctx(arg1, arg2) argument
/arch/x86/kernel/
A Dshstk.c535 long shstk_prctl(struct task_struct *task, int option, unsigned long arg2) in shstk_prctl()
A Dprocess_64.c867 long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2) in do_arch_prctl_64()
A Dprocess.c1065 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument

Completed in 39 milliseconds

12