Searched refs:arg5 (Results 1 - 25 of 62) sorted by path

123

/linux-master/arch/m68k/include/asm/
H A Dlinkage.h31 #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
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
/linux-master/arch/parisc/include/asm/
H A Dasmregs.h26 arg5: .reg r21
H A Dunistd.h138 #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/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c40 unsigned long arg5,
49 arg5, arg6, arg7);
60 " arg5=%lx arg6=%lx arg7=%lx\n",
62 arg1, arg2, arg3, arg4, arg5, arg6, arg7);
76 unsigned long arg5,
88 arg1, arg2, arg3, arg4, arg5,
106 " arg5=%lx arg6=%lx arg7=%lx arg8=%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/parisc/kernel/
H A Dfirmware.c1841 unsigned int arg5; member in struct:narrow_stack
1866 real_stack.arg5 = va_arg(args, unsigned int);
1889 unsigned long arg5; member in struct:wide_stack
1917 real64_stack.arg5 = va_arg(args, unsigned long);
/linux-master/arch/riscv/include/asm/
H A Dsbi.h298 unsigned long arg5);
/linux-master/arch/riscv/kernel/
H A Dsbi.c25 unsigned long arg4, unsigned long arg5) __ro_after_init;
30 unsigned long arg5)
39 register uintptr_t a5 asm ("a5") = (uintptr_t)(arg5);
161 unsigned long arg4, unsigned long arg5)
213 unsigned long arg4, unsigned long arg5)
252 unsigned long arg5)
304 unsigned long arg4, unsigned long arg5)
318 hbase, start, size, arg4, arg5);
339 start, size, arg4, arg5);
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
/linux-master/arch/s390/include/asm/
H A Dkvm_para.h40 #define HYPERCALL_PARM_5 HYPERCALL_PARM_4, unsigned long arg5
57 register unsigned long r6 asm("6") = arg5
67 #define HYPERCALL_ARGS_5 HYPERCALL_ARGS_4, arg5
H A Dstacktrace.h116 long arg5 = (long)(t5)(a5)
133 register long r6 asm("6") = arg5
H A Dsyscall.h108 #define SYSCALL_PARM_5 SYSCALL_PARM_4, long arg5
125 register long r6 asm("6") = arg5
/linux-master/arch/sparc/kernel/
H A Dhead_64.S312 stx %l3, [%sp + 2047 + 128 + 0x38] ! arg5: vaddr (KERNBASE)
H A Dleon_smp.c367 unsigned long arg5; member in struct:smp_funcall
453 ccall_info.arg5);
H A Dsun4d_smp.c276 unsigned long arg5; member in struct:smp_funcall
362 ccall_info.arg5);
H A Dsun4m_smp.c165 unsigned long arg5; member in struct:smp_funcall
188 ccall_info.arg5 = 0;
239 ccall_info.arg5);
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S117 #define arg5 r8 define
278 add %arg5, InLen(%arg2)
281 PARTIAL_BLOCK %arg3 %arg4 %arg5 %r11 %xmm8 \operation
283 sub %r11, %arg5 # sub partial block data used
284 mov %arg5, %r13 # save the number of bytes
335 mov %arg5, %r13
336 and $15, %r13 # %r13 = arg5 (mod 16)
350 cmp $16, %arg5
1702 GCM_INIT %arg3, %arg4,%arg5, %arg6
H A Daesni-intel_avx-x86_64.S189 #define arg5 %r8 define
267 add arg5, InLen(arg2)
272 PARTIAL_BLOCK \GHASH_MUL, arg3, arg4, arg5, %r11, %xmm8, \ENC_DEC
273 sub %r11, arg5
275 mov arg5, %r13 # save the number of bytes of plaintext/ciphertext
390 mov arg5, %r13
391 and $15, %r13 # r13 = (arg5 mod 16)
406 cmp $16, arg5
675 CALC_AAD_HASH \GHASH_MUL, arg5, arg6, %xmm2, %xmm6, %xmm3, %xmm4, %xmm5, %xmm7, %xmm1, %xmm0
/linux-master/arch/x86/um/shared/sysdep/
H A Dstub_32.h71 long arg3, long arg4, long arg5)
76 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)
70 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) argument
H A Dstub_64.h69 long arg3, long arg4, long arg5)
76 "g" (arg4), "g" (arg5)
68 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) argument
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h4133 u32 arg5; member in struct:wcn36xx_hal_dump_cmd_req_msg
H A Dsmd.c2404 u32 arg3, u32 arg4, u32 arg5)
2416 msg_body.arg5 = arg5;
2403 wcn36xx_smd_dump_cmd_req(struct wcn36xx *wcn, u32 arg1, u32 arg2, u32 arg3, u32 arg4, u32 arg5) argument
H A Dsmd.h126 u32 arg3, u32 arg4, u32 arg5);
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h2149 u8 arg1, u8 arg2, u8 arg3, u8 arg4, u8 arg5);
H A Drtl8xxxu_core.c3940 u8 arg1, u8 arg2, u8 arg3, u8 arg4, u8 arg5)
3950 h2c.b_type_dma.data5 = arg5;
3939 rtl8723bu_set_ps_tdma(struct rtl8xxxu_priv *priv, u8 arg1, u8 arg2, u8 arg3, u8 arg4, u8 arg5) argument
/linux-master/drivers/pinctrl/renesas/
H A Dpfc-r8a7778.c1267 #define SH_PFC_MUX8(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \
1270 arg5##_MARK, arg6##_MARK, \

Completed in 309 milliseconds

123