Home
last modified time | relevance | path

Searched refs:arg3 (Results 1 – 25 of 39) sorted by relevance

12

/arch/m68k/include/asm/
A Dlinkage.h26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ argument
27 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3))
28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument
29 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument
32 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
35 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
A Dmath-emu.h246 .macro movestack nr,arg1,arg2,arg3,arg4,arg5
248 movestack (\nr-1),\arg2,\arg3,\arg4,\arg5
253 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5
271 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5
/arch/x86/um/shared/sysdep/
A Dstub_32.h48 long arg3) in stub_syscall3() argument
53 "c" (arg2), "d" (arg3) in stub_syscall3()
60 long arg3, long arg4) in stub_syscall4() argument
65 "c" (arg2), "d" (arg3), "S" (arg4) in stub_syscall4()
72 long arg3, long arg4, long arg5) in stub_syscall5() argument
77 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5) in stub_syscall5()
84 long arg3, long arg4, long arg5, in stub_syscall6() argument
99 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5) in stub_syscall6()
A Dstub_64.h55 long arg3) in stub_syscall3() argument
61 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3) in stub_syscall3()
67 static __always_inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
74 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall4()
82 long arg3, long arg4, long arg5) in stub_syscall5() argument
88 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall5()
96 long arg3, long arg4, long arg5, in stub_syscall6() argument
104 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall6()
/arch/sparc/include/asm/
A Dsmp_32.h58 unsigned long arg2, unsigned long arg3,
81 unsigned long arg3) in xc3() argument
84 arg1, arg2, arg3, 0); in xc3()
88 unsigned long arg3, unsigned long arg4) in xc4() argument
91 arg1, arg2, arg3, arg4); in xc4()
/arch/arm/mach-bcm/
A Dbcm_kona_smc.c20 unsigned arg3; member
130 writel(data->arg3, args); in __bcm_kona_smc()
140 unsigned arg2, unsigned arg3) in bcm_kona_smc() argument
148 data.arg3 = arg3; in bcm_kona_smc()
A Dbcm_kona_smc.h20 unsigned arg3);
/arch/parisc/include/asm/
A Dunistd.h113 #define syscall3(name, arg1, arg2, arg3) \ argument
114 K_INLINE_SYSCALL(name, 3, arg1, arg2, arg3)
115 #define syscall4(name, arg1, arg2, arg3, arg4) \ argument
116 K_INLINE_SYSCALL(name, 4, arg1, arg2, arg3, arg4)
117 #define syscall5(name, arg1, arg2, arg3, arg4, arg5) \ argument
118 K_INLINE_SYSCALL(name, 5, arg1, arg2, arg3, arg4, arg5)
/arch/loongarch/include/asm/
A Dkvm_para.h121 unsigned long arg2, unsigned long arg3) in kvm_hypercall4() argument
128 register unsigned long a4 asm("a4") = arg3; in kvm_hypercall4()
142 unsigned long arg2, unsigned long arg3, unsigned long arg4) in kvm_hypercall5() argument
149 register unsigned long a4 asm("a4") = arg3; in kvm_hypercall5()
/arch/sparc/kernel/
A Dsun4m_smp.c163 unsigned long arg3; member
174 unsigned long arg2, unsigned long arg3, in sun4m_cross_call() argument
186 ccall_info.arg3 = arg3; in sun4m_cross_call()
238 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4, in smp4m_cross_call_irq()
A Dsun4d_smp.c274 unsigned long arg3; member
285 unsigned long arg2, unsigned long arg3, in sun4d_cross_call() argument
302 register unsigned long a3 asm("i3") = arg3; in sun4d_cross_call()
361 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4, in smp4d_cross_call_irq()
A Dleon_smp.c365 unsigned long arg3; member
376 unsigned long arg2, unsigned long arg3, in leon_cross_call() argument
390 register unsigned long a3 asm("i3") = arg3; in leon_cross_call()
452 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4, in leon_cross_call_irq()
/arch/s390/include/asm/
A Dkvm_para.h38 #define HYPERCALL_PARM_3 HYPERCALL_PARM_2, unsigned long arg3
51 register unsigned long r4 asm("4") = arg3
65 #define HYPERCALL_ARGS_3 HYPERCALL_ARGS_2, arg3
A Dsyscall.h125 #define SYSCALL_PARM_3 SYSCALL_PARM_2, long arg3
138 register long r4 asm("4") = arg3
A Dstacktrace.h123 long arg3 = (long)(t3)(a3)
140 register long r4 asm("4") = arg3
/arch/arm/mach-omap2/
A Domap-secure.c60 u32 arg3, u32 arg4) in omap_secure_dispatcher() argument
73 param[3] = arg3; in omap_secure_dispatcher()
156 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in rx51_secure_dispatcher() argument
164 param[3] = arg3; in rx51_secure_dispatcher()
/arch/x86/include/asm/
A Dparavirt_types.h499 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ argument
501 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3))
502 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ argument
504 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3))
506 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \ argument
509 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
510 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \ argument
512 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
/arch/parisc/kernel/
A Dhpmc.S149 load32 PA(hpmc_pim_data),arg3
165 ldo 0(%r0),arg3 /* reserved */
190 ldw BOOT_CONSOLE_HPA_OFFSET(%r0),arg3 /* console hpa */
211 ldo BOOT_CONSOLE_PATH_OFFSET(%r0),arg3 /* console path */
A Dpacache.S72 LDREG ITLB_LOOP(%r1), %arg3
74 addib,COND(=) -1, %arg3, fitoneloop /* Preadjust and test */
75 movb,<,n %arg3, %r31, fitdone /* If loop < 0, skip */
88 copy %arg3, %r31 /* Re-init inner loop count */
116 LDREG DTLB_LOOP(%r1), %arg3
119 movb,<,n %arg3, %r31, fdtdone /* If loop < 0, skip */
132 copy %arg3, %r31 /* Re-init inner loop count */
198 LDREG ICACHE_LOOP(%r1), %arg3
202 movb,<,n %arg3, %r31, fisync /* If loop < 0, do sync */
259 LDREG DCACHE_LOOP(%r1), %arg3
[all …]
/arch/riscv/kernel/
A Dsbi_ecall.c21 unsigned long arg2, unsigned long arg3, in __sbi_ecall() argument
32 register uintptr_t a3 asm ("a3") = (uintptr_t)(arg3); in __sbi_ecall()
/arch/parisc/boot/compressed/
A Dhead.S62 copy %arg3, %r8 /* rd-end */
82 copy %r8, %arg3 /* rd-end */
/arch/sh/kernel/
A Dsh_bios.c26 long arg3) in sh_bios_call() argument
32 register long r7 __asm__("r7") = arg3; in sh_bios_call()
/arch/arm/mach-exynos/
A Dsmc.h37 extern void exynos_smc(u32 cmd, u32 arg1, u32 arg2, u32 arg3);
/arch/mips/kernel/
A Drelocate_kernel.S20 PTR_L a3, arg3
151 arg3: PTR_WD 0x0 label
/arch/powerpc/include/asm/
A Dps3stor.h57 u64 arg1, u64 arg2, u64 arg3, u64 arg4);

Completed in 40 milliseconds

12