Searched refs:arg5 (Results 1 - 50 of 50) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dlinkage.h38 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \
40 "m" (arg4), "m" (arg5))
41 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \
43 "m" (arg4), "m" (arg5), "m" (arg6))
/linux-4.4.14/arch/m68k/include/asm/
H A Dlinkage.h30 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \
32 "m" (arg4), "m" (arg5))
33 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \
35 "m" (arg4), "m" (arg5), "m" (arg6))
H A Dmath-emu.h245 .macro movestack nr,arg1,arg2,arg3,arg4,arg5
247 movestack (\nr-1),\arg2,\arg3,\arg4,\arg5
252 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5
270 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5
/linux-4.4.14/security/keys/
H A Dcompat.c60 u32, arg2, u32, arg3, u32, arg4, u32, arg5) COMPAT_SYSCALL_DEFINE5()
89 compat_ptr(arg4), arg5); COMPAT_SYSCALL_DEFINE5()
102 arg5); COMPAT_SYSCALL_DEFINE5()
123 return keyctl_reject_key(arg2, arg3, arg4, arg5); COMPAT_SYSCALL_DEFINE5()
127 arg2, compat_ptr(arg3), arg4, arg5); COMPAT_SYSCALL_DEFINE5()
H A Dkeyctl.c1554 unsigned long, arg4, unsigned long, arg5) SYSCALL_DEFINE5()
1592 (key_serial_t) arg5); SYSCALL_DEFINE5()
1612 (key_serial_t) arg5); SYSCALL_DEFINE5()
1641 (key_serial_t) arg5); SYSCALL_DEFINE5()
1648 (key_serial_t) arg5); SYSCALL_DEFINE5()
/linux-4.4.14/arch/cris/include/arch-v10/arch/
H A Dunistd.h102 type5,arg5) \
103 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
117 "r" (__c), "r" (__d), "g" (arg5)); \
125 type5,arg5,type6,arg6) \
126 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5,type6 arg6) \
140 "r" (__c), "r" (__d), "g" (arg5), "g" (arg6)\
/linux-4.4.14/arch/cris/include/arch-v32/arch/
H A Dunistd.h107 type5,arg5) \
108 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
114 register long __e __asm__ ("mof") = (long) arg5; \
131 type5,arg5,type6,arg6) \
132 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5,type6 arg6) \
138 register long __e __asm__ ("mof") = (long) arg5; \
/linux-4.4.14/arch/ia64/kernel/
H A Desi.c102 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, ia64_esi_call()
134 arg4, arg5, arg6, arg7); ia64_esi_call()
154 u64 arg5, u64 arg6, u64 arg7) ia64_esi_call_phys()
183 esi_params[5] = arg5; ia64_esi_call_phys()
100 ia64_esi_call(efi_guid_t guid, struct ia64_sal_retval *isrvp, enum esi_proc_type proc_type, u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_esi_call() argument
152 ia64_esi_call_phys(efi_guid_t guid, struct ia64_sal_retval *isrvp, u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_esi_call_phys() argument
H A Dsal.c359 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_sal_oemcall()
363 SAL_CALL(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, arg7); ia64_sal_oemcall()
370 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, ia64_sal_oemcall_nolock()
375 SAL_CALL_NOLOCK(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, ia64_sal_oemcall_nolock()
383 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, ia64_sal_oemcall_reentrant()
388 SAL_CALL_REENTRANT(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, ia64_sal_oemcall_reentrant()
358 ia64_sal_oemcall(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_sal_oemcall() argument
369 ia64_sal_oemcall_nolock(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_sal_oemcall_nolock() argument
382 ia64_sal_oemcall_reentrant(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_sal_oemcall_reentrant() argument
H A Dtraps.c397 long arg4, long arg5, long arg6, long arg7, ia64_illegal_op_fault()
429 unsigned long iim, unsigned long itir, long arg5, long arg6, ia64_fault()
396 ia64_illegal_op_fault(unsigned long ec, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6, long arg7, struct pt_regs regs) ia64_illegal_op_fault() argument
428 ia64_fault(unsigned long vector, unsigned long isr, unsigned long ifa, unsigned long iim, unsigned long itir, long arg5, long arg6, long arg7, struct pt_regs regs) ia64_fault() argument
H A Dptrace.c1210 long arg4, long arg5, long arg6, long arg7, syscall_trace_enter()
1231 long arg4, long arg5, long arg6, long arg7, syscall_trace_leave()
1209 syscall_trace_enter(long arg0, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6, long arg7, struct pt_regs regs) syscall_trace_enter() argument
1230 syscall_trace_leave(long arg0, long arg1, long arg2, long arg3, long arg4, long arg5, long arg6, long arg7, struct pt_regs regs) syscall_trace_leave() argument
/linux-4.4.14/arch/x86/um/shared/sysdep/
H A Dstub_32.h65 long arg4, long arg5) stub_syscall5()
70 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)); stub_syscall5()
64 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) stub_syscall5() argument
H A Dstub_64.h67 long arg4, long arg5) stub_syscall5()
74 "g" (arg4), "g" (arg5) stub_syscall5()
66 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) stub_syscall5() argument
/linux-4.4.14/tools/testing/selftests/x86/
H A Dptrace_syscall.c43 uint32_t nr, arg0, arg1, arg2, arg3, arg4, arg5; member in struct:syscall_args32
57 register unsigned long bp asm("bp") = args->arg5; do_full_int80()
62 args->arg5 = bp; do_full_int80()
131 .arg3 = 13, .arg4 = 14, .arg5 = 15, test_sys32_regs()
138 args.arg3 != 13 || args.arg4 != 14 || args.arg5 != 15) { test_sys32_regs()
153 args.arg3 != 13 || args.arg4 != 14 || args.arg5 != 15) { test_sys32_regs()
H A Dtest_syscall_vdso.c263 " mov $timeout, %%edi\n" /* edi arg5 */ run_syscall()
284 " cmp $timeout, %%edi\n" /* edi arg5 */ run_syscall()
/linux-4.4.14/arch/sparc/kernel/
H A Dsun4m_smp.c164 unsigned long arg5; member in struct:smp_funcall
187 ccall_info.arg5 = 0; sun4m_cross_call()
236 ccall_info.arg4, ccall_info.arg5); smp4m_cross_call_irq()
H A Dsun4d_smp.c275 unsigned long arg5; member in struct:smp_funcall
359 ccall_info.arg4, ccall_info.arg5); smp4d_cross_call_irq()
H A Dleon_smp.c368 unsigned long arg5; member in struct:smp_funcall
452 ccall_info.arg4, ccall_info.arg5); leon_cross_call_irq()
H A Dhead_64.S307 stx %l3, [%sp + 2047 + 128 + 0x38] ! arg5: vaddr (KERNBASE)
/linux-4.4.14/arch/parisc/include/asm/
H A Dunistd.h137 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
138 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
140 return K_INLINE_SYSCALL(name, 5, arg1, arg2, arg3, arg4, arg5); \
H A Dasmregs.h39 arg5: .reg r21
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c54 unsigned long arg5, ehea_plpar_hcall_norets()
63 arg5, arg6, arg7); ehea_plpar_hcall_norets()
74 " arg5=%lx arg6=%lx arg7=%lx\n", ehea_plpar_hcall_norets()
76 arg1, arg2, arg3, arg4, arg5, arg6, arg7); ehea_plpar_hcall_norets()
90 unsigned long arg5, ehea_plpar_hcall9()
102 arg1, arg2, arg3, arg4, arg5, ehea_plpar_hcall9()
120 " arg5=%lx arg6=%lx arg7=%lx arg8=%lx" ehea_plpar_hcall9()
126 arg1, arg2, arg3, arg4, arg5, ehea_plpar_hcall9()
49 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) ehea_plpar_hcall_norets() argument
84 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) ehea_plpar_hcall9() argument
/linux-4.4.14/arch/frv/include/asm/
H A Dmath-emu.h230 .macro movestack nr,arg1,arg2,arg3,arg4,arg5
232 movestack (\nr-1),\arg2,\arg3,\arg4,\arg5
237 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5
255 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5
/linux-4.4.14/drivers/staging/rdma/ehca/
H A Dhcp_if.c98 unsigned long arg5, ehca_plpar_hcall_norets()
108 opcode, arg1, arg2, arg3, arg4, arg5, arg6, arg7); ehca_plpar_hcall_norets()
116 arg5, arg6, arg7); ehca_plpar_hcall_norets()
130 arg4, arg5, arg6, arg7); ehca_plpar_hcall_norets()
147 unsigned long arg5, ehca_plpar_hcall9()
159 arg1, arg2, arg3, arg4, arg5, ehca_plpar_hcall9()
168 arg1, arg2, arg3, arg4, arg5, ehca_plpar_hcall9()
182 opcode, arg1, arg2, arg3, arg4, arg5, ehca_plpar_hcall9()
93 ehca_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) ehca_plpar_hcall_norets() argument
141 ehca_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) ehca_plpar_hcall9() argument
/linux-4.4.14/arch/x86/entry/
H A Dentry_64_compat.S42 * edi arg5
157 * edi arg5
253 * edi arg5
H A Dentry_64.S121 * r9 arg5
/linux-4.4.14/kernel/
H A Dsys.c1935 unsigned long arg4, unsigned long arg5) prctl_set_mm()
1942 if (arg5 || (arg4 && (opt != PR_SET_MM_AUXV && prctl_set_mm()
2076 unsigned long, arg4, unsigned long, arg5) SYSCALL_DEFINE5()
2082 error = security_task_prctl(option, arg2, arg3, arg4, arg5); SYSCALL_DEFINE5()
2182 if (arg4 | arg5) SYSCALL_DEFINE5()
2207 if (arg2 | arg3 | arg4 | arg5) SYSCALL_DEFINE5()
2216 error = prctl_set_mm(arg2, arg3, arg4, arg5); SYSCALL_DEFINE5()
2229 if (arg2 != 1 || arg3 || arg4 || arg5) SYSCALL_DEFINE5()
2235 if (arg2 || arg3 || arg4 || arg5) SYSCALL_DEFINE5()
2239 if (arg2 || arg3 || arg4 || arg5) SYSCALL_DEFINE5()
2244 if (arg3 || arg4 || arg5) SYSCALL_DEFINE5()
2254 if (arg2 || arg3 || arg4 || arg5) SYSCALL_DEFINE5()
2259 if (arg2 || arg3 || arg4 || arg5) SYSCALL_DEFINE5()
1934 prctl_set_mm(int opt, unsigned long addr, unsigned long arg4, unsigned long arg5) prctl_set_mm() argument
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.h113 u32 arg3, u32 arg4, u32 arg5);
H A Dsmd.c1725 u32 arg3, u32 arg4, u32 arg5) wcn36xx_smd_dump_cmd_req()
1737 msg_body.arg5 = arg5; wcn36xx_smd_dump_cmd_req()
1724 wcn36xx_smd_dump_cmd_req(struct wcn36xx *wcn, u32 arg1, u32 arg2, u32 arg3, u32 arg4, u32 arg5) wcn36xx_smd_dump_cmd_req() argument
H A Dhal.h3730 u32 arg5; member in struct:wcn36xx_hal_dump_cmd_req_msg
/linux-4.4.14/drivers/pnp/pnpbios/
H A Dbioscalls.c81 u16 arg4, u16 arg5, u16 arg6, u16 arg7, call_pnp_bios()
131 "c"((arg4) | (((u32) arg5) << 16)), call_pnp_bios()
80 call_pnp_bios(u16 func, u16 arg1, u16 arg2, u16 arg3, u16 arg4, u16 arg5, u16 arg6, u16 arg7, void *ts1_base, u32 ts1_size, void *ts2_base, u32 ts2_size) call_pnp_bios() argument
/linux-4.4.14/security/yama/
H A Dyama_lsm.c149 * @arg5: argument
155 unsigned long arg4, unsigned long arg5) yama_task_prctl()
154 yama_task_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) yama_task_prctl() argument
/linux-4.4.14/arch/tile/include/uapi/arch/
H A Dsim.h277 long arg4, long arg5) _sim_syscall5()
284 "R03" (arg3), "R04" (arg4), "R05" (arg5)); _sim_syscall5()
276 _sim_syscall5(int val, long arg1, long arg2, long arg3, long arg4, long arg5) _sim_syscall5() argument
/linux-4.4.14/security/
H A Dcommoncap.c888 * @arg2, @arg3, @arg4, @arg5: The argument data for this function
898 unsigned long arg4, unsigned long arg5) cap_task_prctl()
979 if (arg3 | arg4 | arg5) cap_task_prctl()
989 if (((!cap_valid(arg3)) | arg4 | arg5)) cap_task_prctl()
897 cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) cap_task_prctl() argument
H A Dsecurity.c989 unsigned long arg4, unsigned long arg5) security_task_prctl()
996 thisrc = hp->hook.task_prctl(option, arg2, arg3, arg4, arg5); security_task_prctl()
988 security_task_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) security_task_prctl() argument
/linux-4.4.14/arch/sh/kernel/cpu/sh2/
H A Dentry.S24 OFF_R1 = 4 /* New ABI: arg5 */
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/
H A Dentry.S24 OFF_R1 = 4 /* New ABI: arg5 */
/linux-4.4.14/include/linux/
H A Dsecurity.h92 unsigned long arg4, unsigned long arg5);
322 unsigned long arg4, unsigned long arg5);
947 unsigned long arg5) security_task_prctl()
949 return cap_task_prctl(option, arg2, arg3, arg4, arg5); security_task_prctl()
944 security_task_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) security_task_prctl() argument
H A Dcompat.h330 u32 arg2, u32 arg3, u32 arg4, u32 arg5);
H A Dsyscalls.h694 unsigned long arg4, unsigned long arg5);
719 unsigned long arg4, unsigned long arg5);
H A Dlsm_hooks.h655 * @arg5 contains a argument.
1474 unsigned long arg4, unsigned long arg5);
/linux-4.4.14/arch/parisc/kernel/
H A Dfirmware.c1405 unsigned int arg5; member in struct:narrow_stack
1430 real_stack.arg5 = va_arg(args, unsigned int); real32_call()
1453 unsigned long arg5; member in struct:wide_stack
1481 real64_stack.arg5 = va_arg(args, unsigned long); real64_call()
/linux-4.4.14/arch/s390/kernel/
H A Dcompat_wrapper.c106 COMPAT_SYSCALL_WRAP5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, unsigned long, arg4, unsigned long, arg5);
/linux-4.4.14/arch/sh/kernel/cpu/sh3/
H A Dentry.S59 OFF_R1 = 4 /* New ABI: arg5 */
/linux-4.4.14/arch/tile/include/hv/
H A Ddrv_xgbe_intf.h189 uint32_t arg2, uint32_t arg3, uint32_t arg4, uint32_t arg5);
192 uint32_t arg2, uint32_t arg3, uint32_t arg4, uint32_t arg5,
/linux-4.4.14/arch/x86/crypto/
H A Daesni-intel_asm.S97 #define arg5 r8 define
260 mov %arg5, %rax # %rax = *Y0
481 mov %arg5, %rax # %rax = *Y0
1426 mov %arg5, %rax # %rax = *Y0
1690 mov %arg5, %rax # %rax = *Y0
H A Daesni-intel_avx-x86_64.S187 #define arg5 %r8 define
398 mov arg5, %rax # rax = *Y0
1398 mov arg5, %rax # rax = *Y0
1657 mov arg5, %rax # rax = *Y0
2673 mov arg5, %rax # rax = *Y0
/linux-4.4.14/drivers/pinctrl/sh-pfc/
H A Dpfc-r8a7778.c1291 #define SH_PFC_MUX8(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \
1294 arg5##_MARK, arg6##_MARK, \
/linux-4.4.14/arch/xtensa/kernel/
H A Dentry.S1848 /* Load args: arg0 - arg5 are passed via regs. */
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
H A Dentry.S1158 * (*r3) Syscall parms: SC#, arg0, arg1, ..., arg5 in order (Saved r2/r7)

Completed in 1865 milliseconds