Searched refs:arg4 (Results 1 - 25 of 76) sorted by path

1234

/linux-master/arch/m68k/include/asm/
H A Dlinkage.h28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \
30 "m" (arg4))
31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \
33 "m" (arg4), "m" (arg5))
34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \
36 "m" (arg4), "m" (arg5), "m" (arg6))
H A Dmath-emu.h246 .macro movestack nr,arg1,arg2,arg3,arg4,arg5 variable
248 movestack (\nr-1),\arg2,\arg3,\arg4,\arg5
253 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5 variable
271 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5 variable
/linux-master/arch/parisc/include/asm/
H A Dasmregs.h27 arg4: .reg r22
H A Dunistd.h131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
132 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
134 return K_INLINE_SYSCALL(name, 4, arg1, arg2, arg3, arg4); \
138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
139 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
141 return K_INLINE_SYSCALL(name, 5, arg1, arg2, arg3, arg4, arg5); \
/linux-master/arch/powerpc/include/asm/
H A Dps3stor.h57 u64 arg1, u64 arg2, u64 arg3, u64 arg4);
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c39 unsigned long arg4,
48 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4,
59 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx"
62 arg1, arg2, arg3, arg4, arg5, arg6, arg7);
75 unsigned long arg4,
88 arg1, arg2, arg3, arg4, arg5,
105 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx"
112 arg1, arg2, arg3, arg4, arg5,
35 ehea_plpar_hcall_norets(unsigned long opcode, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7) argument
70 ehea_plpar_hcall9(unsigned long opcode, unsigned long *outs, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7, unsigned long arg8, unsigned long arg9) argument
/linux-master/arch/arm/mach-omap2/
H A Domap-secure.c60 u32 arg3, u32 arg4)
74 param[4] = arg4;
156 u32 arg1, u32 arg2, u32 arg3, u32 arg4)
165 param[4] = arg4;
59 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
155 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
H A Domap-secure.h68 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
/linux-master/arch/m68k/kernel/
H A Dhead.S425 .macro move_stack nr,arg1,arg2,arg3,arg4
427 move_stack "(\nr-1)",\arg2,\arg3,\arg4
433 .macro \name arg1,arg2,arg3,arg4
434 move_stack \nr,\arg1,\arg2,\arg3,\arg4
/linux-master/arch/parisc/kernel/
H A Dfirmware.c1842 unsigned int arg4; member in struct:narrow_stack
1865 real_stack.arg4 = va_arg(args, unsigned int);
1888 unsigned long arg4; member in struct:wide_stack
1916 real64_stack.arg4 = va_arg(args, unsigned long);
/linux-master/arch/riscv/include/asm/
H A Dsbi.h297 unsigned long arg3, unsigned long arg4,
/linux-master/arch/riscv/kernel/
H A Dsbi.c25 unsigned long arg4, unsigned long arg5) __ro_after_init;
29 unsigned long arg3, unsigned long arg4,
38 register uintptr_t a4 asm ("a4") = (uintptr_t)(arg4);
161 unsigned long arg4, unsigned long arg5)
184 arg4, 0, 0);
213 unsigned long arg4, unsigned long arg5)
251 unsigned long size, unsigned long arg4,
268 size, arg4, 0);
277 size, arg4, 0);
285 size, arg4,
27 sbi_ecall(int ext, int fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
159 __sbi_rfence_v01(int fid, const struct cpumask *cpu_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) argument
211 __sbi_rfence_v01(int fid, const struct cpumask *cpu_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) argument
249 __sbi_rfence_v02_call(unsigned long fid, unsigned long hmask, unsigned long hbase, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) argument
302 __sbi_rfence_v02(int fid, const struct cpumask *cpu_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) argument
[all...]
/linux-master/arch/s390/include/asm/
H A Dkvm_para.h39 #define HYPERCALL_PARM_4 HYPERCALL_PARM_3, unsigned long arg4
54 register unsigned long r5 asm("5") = arg4
66 #define HYPERCALL_ARGS_4 HYPERCALL_ARGS_3, arg4
H A Dstacktrace.h113 long arg4 = (long)(t4)(a4)
130 register long r5 asm("5") = arg4
H A Dsyscall.h107 #define SYSCALL_PARM_4 SYSCALL_PARM_3, long arg4
122 register long r5 asm("5") = arg4
/linux-master/arch/sparc/include/asm/
H A Dsmp_32.h59 unsigned long arg4);
88 unsigned long arg3, unsigned long arg4)
91 arg1, arg2, arg3, arg4);
87 xc4(void *func, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
/linux-master/arch/sparc/kernel/
H A Dentry.S793 andn %o3, 0xfff, %o3 ! arg4 = faulting address
H A Dhead_64.S207 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, size
250 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, sizeof(arg3)
310 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4: roundup(ksize, 4MB)
379 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, size
H A Dleon_smp.c366 unsigned long arg4; member in struct:smp_funcall
377 unsigned long arg4)
391 register unsigned long a4 asm("i4") = arg4;
452 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4,
375 leon_cross_call(void *func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
H A Dsun4d_smp.c275 unsigned long arg4; member in struct:smp_funcall
286 unsigned long arg4)
303 register unsigned long a4 asm("i4") = arg4;
361 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4,
284 sun4d_cross_call(void *func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
H A Dsun4m_smp.c164 unsigned long arg4; member in struct:smp_funcall
175 unsigned long arg4)
187 ccall_info.arg4 = arg4;
238 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4,
173 sun4m_cross_call(void *func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S116 #define arg4 rcx define
281 PARTIAL_BLOCK %arg3 %arg4 %arg5 %r11 %xmm8 \operation
353 lea (%arg4,%r11,1), %r10
363 movdqu (%arg4, %r11, 1), %xmm1
830 movdqu (%arg4 , %r11, 1), \TMP1
928 movdqu 16*0(%arg4 , %r11 , 1), \TMP1
934 movdqu 16*1(%arg4 , %r11 , 1), \TMP1
940 movdqu 16*2(%arg4 , %r11 , 1), \TMP1
946 movdqu 16*3(%arg4 , %r11 , 1), \TMP1
973 * arg1, %arg3, %arg4 ar
[all...]
H A Daesni-intel_avx-x86_64.S188 #define arg4 %rcx define
272 PARTIAL_BLOCK \GHASH_MUL, arg3, arg4, arg5, %r11, %xmm8, \ENC_DEC
409 lea (arg4,%r11,1), %r10
426 vmovdqu (arg4, %r11, 1), %xmm1
656 vmovdqu (arg4), %xmm6 # xmm6 = HashKey
967 ## arg1, arg2, arg3, arg4 are used as pointers only, not modified
1024 vmovdqu (arg4, %r11), \T1
1126 vmovdqu (arg4, %r11), \T1
1133 vmovdqu 16*1(arg4, %r11), \T1
1140 vmovdqu 16*2(arg4,
[all...]
/linux-master/arch/x86/include/asm/
H A Dparavirt_types.h505 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \
508 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
509 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \
511 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
/linux-master/arch/x86/um/shared/sysdep/
H A Dstub_32.h59 long arg3, long arg4)
64 "c" (arg2), "d" (arg3), "S" (arg4)
71 long arg3, long arg4, long arg5)
76 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)
58 stub_syscall4(long syscall, long arg1, long arg2, long arg3, long arg4) argument
70 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) argument

Completed in 243 milliseconds

1234