Searched refs:arg4 (Results 1 - 25 of 57) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dcompat.c26 u32 arg2, u32 arg3, u32 arg4, u32 arg5)
36 return keyctl_update_key(arg2, compat_ptr(arg3), arg4);
42 return keyctl_describe_key(arg2, compat_ptr(arg3), arg4);
55 compat_ptr(arg4), arg5);
58 return keyctl_read_key(arg2, compat_ptr(arg3), arg4);
61 return keyctl_chown_key(arg2, arg3, arg4);
67 return keyctl_instantiate_key(arg2, compat_ptr(arg3), arg4,
71 return keyctl_negate_key(arg2, arg3, arg4);
83 return keyctl_get_security(arg2, compat_ptr(arg3), arg4);
25 compat_sys_keyctl(u32 option, u32 arg2, u32 arg3, u32 arg4, u32 arg5) argument
H A Dkeyctl.c1356 unsigned long, arg4, unsigned long, arg5)
1369 (size_t) arg4);
1377 (unsigned) arg4);
1393 (const char __user *) arg4,
1399 (size_t) arg4);
1404 (gid_t) arg4);
1413 (size_t) arg4,
1419 (key_serial_t) arg4);
1434 (size_t) arg4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dlguest_hcall.h50 unsigned long arg4)
57 : "a"(call), "b"(arg1), "c"(arg2), "d"(arg3), "S"(arg4)
71 unsigned long arg0, arg1, arg2, arg3, arg4; member in struct:hcall_args
48 hcall(unsigned long call, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
H A Dlinkage.h40 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \
42 "g" (arg4))
43 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \
45 "g" (arg4), "g" (arg5))
46 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \
48 "g" (arg4), "g" (arg5), "g" (arg6))
H A Dparavirt_types.h637 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \
641 PVOP_CALL_ARG3(arg3), [_arg4] "mr" ((u32)(arg4)))
642 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \
646 "2" ((u32)(arg3)), [_arg4] "mr" ((u32)(arg4)))
648 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \
651 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
652 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \
655 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
H A Defi.h44 extern u64 efi_call4(void *fp, u64 arg1, u64 arg2, u64 arg3, u64 arg4);
46 u64 arg4, u64 arg5);
48 u64 arg4, u64 arg5, u64 arg6);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/shared/sysdep/
H A Dstub.h62 long arg4)
67 "c" (arg2), "d" (arg3), "S" (arg4));
73 long arg4, long arg5)
78 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5));
61 stub_syscall4(long syscall, long arg1, long arg2, long arg3, long arg4) argument
72 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/shared/sysdep/
H A Dstub.h61 long arg4)
68 "g" (arg4)
75 long arg4, long arg5)
82 "g" (arg4), "g" (arg5)
60 stub_syscall4(long syscall, long arg1, long arg2, long arg3, long arg4) argument
74 stub_syscall5(long syscall, long arg1, long arg2, long arg3, long arg4, long arg5) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dunistd.h83 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
84 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
89 register long __d __asm__ ("r13") = (long) arg4; \
105 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
107 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
112 register long __d __asm__ ("r13") = (long) arg4; \
129 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
131 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5,type6 arg6) \
136 register long __d __asm__ ("r13") = (long) arg4; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dunistd.h79 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
80 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
85 register long __d __asm__ ("r13") = (long) arg4; \
100 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
102 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
107 register long __d __asm__ ("r13") = (long) arg4; \
123 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
125 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5,type6 arg6) \
130 register long __d __asm__ ("r13") = (long) arg4; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsmp_32.h56 #define smp_cross_call(func,mask,arg1,arg2,arg3,arg4) BTFIXUP_CALL(smp_cross_call)(func,mask,arg1,arg2,arg3,arg4)
67 unsigned long arg3, unsigned long arg4)
68 { smp_cross_call(func, cpu_online_map, arg1, arg2, arg3, arg4); }
66 xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/ole/
H A Dautomtn.h63 const wxVariant& arg3 = wxNullVariant, const wxVariant& arg4 = wxNullVariant,
71 const wxVariant& arg3 = wxNullVariant, const wxVariant& arg4 = wxNullVariant,
78 const wxVariant& arg3 = wxNullVariant, const wxVariant& arg4 = wxNullVariant,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-ppc/shared/sysdep/
H A Dsyscalls.h7 unsigned long arg3, unsigned long arg4,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dps3stor.h69 u64 arg1, u64 arg2, u64 arg3, u64 arg4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Desi.c102 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6,
134 arg4, arg5, arg6, arg7);
153 u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4,
182 esi_params[4] = arg4;
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) 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) argument
H A Dsal.c359 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7)
363 SAL_CALL(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
370 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6,
375 SAL_CALL_NOLOCK(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6,
383 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5,
388 SAL_CALL_REENTRANT(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6,
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) 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) 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) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsun4m_smp.c207 unsigned long arg4; member in struct:smp_funcall
218 unsigned long arg4)
230 ccall_info.arg4 = arg4;
281 ccall_info.arg4, ccall_info.arg5);
216 smp4m_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
H A Dleon_smp.c299 unsigned long arg4; member in struct:smp_funcall
310 unsigned long arg4)
324 register unsigned long a4 asm("i4") = arg4;
384 ccall_info.arg4, ccall_info.arg5);
308 leon_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
H A Dsun4d_smp.c245 unsigned long arg4; member in struct:smp_funcall
256 unsigned long arg4)
270 register unsigned long a4 asm("i4") = arg4;
327 ccall_info.arg4, ccall_info.arg5);
254 smp4d_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmath-emu.h244 .macro movestack nr,arg1,arg2,arg3,arg4,arg5 variable
246 movestack (\nr-1),\arg2,\arg3,\arg4,\arg5
251 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5 variable
263 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5 variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dmath-emu.h230 .macro movestack nr,arg1,arg2,arg3,arg4,arg5 variable
232 movestack (\nr-1),\arg2,\arg3,\arg4,\arg5
237 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5 variable
249 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5 variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dautomtn.cpp254 const wxVariant& arg3, const wxVariant& arg4,
274 if (!arg4.IsNull())
276 args[i] = & arg4;
320 const wxVariant& arg3, const wxVariant& arg4,
340 if (!arg4.IsNull())
342 args[i] = & arg4;
386 const wxVariant& arg3, const wxVariant& arg4,
406 if (!arg4.IsNull())
408 args[i] = & arg4;
252 CallMethod(const wxString& member, const wxVariant& arg1, const wxVariant& arg2, const wxVariant& arg3, const wxVariant& arg4, const wxVariant& arg5, const wxVariant& arg6) argument
318 GetProperty(const wxString& property, const wxVariant& arg1, const wxVariant& arg2, const wxVariant& arg3, const wxVariant& arg4, const wxVariant& arg5, const wxVariant& arg6) argument
384 PutProperty(const wxString& property, const wxVariant& arg1, const wxVariant& arg2, const wxVariant& arg3, const wxVariant& arg4, const wxVariant& arg5, const wxVariant& arg6) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lguest/
H A Dboot.c104 unsigned long arg4)
118 hcall(call, arg1, arg2, arg3, arg4);
124 lguest_data.hcalls[next_call].arg4 = arg4;
183 unsigned long arg4)
186 hcall(call, arg1, arg2, arg3, arg4);
188 async_hcall(call, arg1, arg2, arg3, arg4);
102 async_hcall(unsigned long call, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
179 lazy_hcall4(unsigned long call, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_phyp.c51 unsigned long arg4,
60 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4,
71 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx"
74 arg1, arg2, arg3, arg4, arg5,
88 unsigned long arg4,
101 arg1, arg2, arg3, arg4, arg5,
118 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx"
125 arg1, arg2, arg3, arg4, arg5,
47 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
83 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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dhcp_if.c117 unsigned long arg4,
128 opcode, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
134 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4,
149 arg4, arg5, arg6, arg7);
165 unsigned long arg4,
178 arg1, arg2, arg3, arg4, arg5,
186 arg1, arg2, arg3, arg4, arg5,
200 opcode, arg1, arg2, arg3, arg4, arg5,
113 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) argument
160 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) argument

Completed in 187 milliseconds

123