Home
last modified time | relevance | path

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

1234

/linux-3.4.99/security/keys/
Dcompat.c69 u32 arg2, u32 arg3, u32 arg4, u32 arg5) in compat_sys_keyctl() argument
73 return keyctl_get_keyring_ID(arg2, arg3); in compat_sys_keyctl()
79 return keyctl_update_key(arg2, compat_ptr(arg3), arg4); in compat_sys_keyctl()
85 return keyctl_describe_key(arg2, compat_ptr(arg3), arg4); in compat_sys_keyctl()
91 return keyctl_keyring_link(arg2, arg3); in compat_sys_keyctl()
94 return keyctl_keyring_unlink(arg2, arg3); in compat_sys_keyctl()
97 return keyctl_keyring_search(arg2, compat_ptr(arg3), in compat_sys_keyctl()
101 return keyctl_read_key(arg2, compat_ptr(arg3), arg4); in compat_sys_keyctl()
104 return keyctl_chown_key(arg2, arg3, arg4); in compat_sys_keyctl()
107 return keyctl_setperm_key(arg2, arg3); in compat_sys_keyctl()
[all …]
Dkeyctl.c1528 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() argument
1534 (int) arg3); in SYSCALL_DEFINE5()
1541 (const void __user *) arg3, in SYSCALL_DEFINE5()
1549 (char __user *) arg3, in SYSCALL_DEFINE5()
1557 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1561 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1565 (const char __user *) arg3, in SYSCALL_DEFINE5()
1571 (char __user *) arg3, in SYSCALL_DEFINE5()
1576 (uid_t) arg3, in SYSCALL_DEFINE5()
1581 (key_perm_t) arg3); in SYSCALL_DEFINE5()
[all …]
/linux-3.4.99/arch/x86/include/asm/
Dlinkage.h33 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ argument
34 __asmlinkage_protect_n(ret, "g" (arg1), "g" (arg2), "g" (arg3))
35 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument
36 __asmlinkage_protect_n(ret, "g" (arg1), "g" (arg2), "g" (arg3), \
38 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument
39 __asmlinkage_protect_n(ret, "g" (arg1), "g" (arg2), "g" (arg3), \
41 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
42 __asmlinkage_protect_n(ret, "g" (arg1), "g" (arg2), "g" (arg3), \
Dlguest_hcall.h49 unsigned long arg1, unsigned long arg2, unsigned long arg3, in hcall() argument
57 : "a"(call), "b"(arg1), "c"(arg2), "d"(arg3), "S"(arg4) in hcall()
72 unsigned long arg0, arg1, arg2, arg3, arg4; member
Dparavirt_types.h641 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ argument
643 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3))
644 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ argument
646 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3))
650 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \ argument
654 PVOP_CALL_ARG3(arg3), [_arg4] "mr" ((u32)(arg4)))
655 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \ argument
659 "2" ((u32)(arg3)), [_arg4] "mr" ((u32)(arg4)))
661 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \ argument
664 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
[all …]
/linux-3.4.99/arch/cris/include/arch-v32/arch/
Dunistd.h64 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
65 type name(type1 arg1,type2 arg2,type3 arg3) \
69 register long __c __asm__ ("r12") = (long) arg3; \
84 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
85 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
89 register long __c __asm__ ("r12") = (long) arg3; \
106 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
108 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
112 register long __c __asm__ ("r12") = (long) arg3; \
130 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
[all …]
/linux-3.4.99/arch/cris/include/arch-v10/arch/
Dunistd.h61 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
62 type name(type1 arg1,type2 arg2,type3 arg3) \
66 register long __c __asm__ ("r12") = (long) arg3; \
80 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
81 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
85 register long __c __asm__ ("r12") = (long) arg3; \
101 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
103 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
107 register long __c __asm__ ("r12") = (long) arg3; \
124 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
[all …]
/linux-3.4.99/arch/x86/um/shared/sysdep/
Dstub_32.h43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument
48 "c" (arg2), "d" (arg3)); in stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
59 "c" (arg2), "d" (arg3), "S" (arg4)); in stub_syscall4()
64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument
70 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)); in stub_syscall5()
Dstub_64.h40 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument
46 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3) in stub_syscall3()
52 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
59 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall4()
66 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument
73 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall5()
/linux-3.4.99/include/drm/
Ddrm_os_linux.h85 #define DRM_COPY_FROM_USER(arg1, arg2, arg3) \ argument
86 copy_from_user(arg1, arg2, arg3)
88 #define DRM_COPY_TO_USER(arg1, arg2, arg3) \ argument
89 copy_to_user(arg1, arg2, arg3)
93 #define DRM_COPY_FROM_USER_UNCHECKED(arg1, arg2, arg3) \ argument
94 __copy_from_user(arg1, arg2, arg3)
95 #define DRM_COPY_TO_USER_UNCHECKED(arg1, arg2, arg3) \ argument
96 __copy_to_user(arg1, arg2, arg3)
/linux-3.4.99/arch/sparc/include/asm/
Dsmp_32.h69 #define smp_cross_call(func,mask,arg1,arg2,arg3,arg4) BTFIXUP_CALL(smp_cross_call)(func,mask,arg1,a… in BTFIXUPDEF_BLACKBOX() argument
77 unsigned long arg3) in xc3() argument
78 { smp_cross_call(func, *cpu_online_mask, arg1, arg2, arg3, 0); } in xc3()
80 unsigned long arg3, unsigned long arg4) in xc4() argument
81 { smp_cross_call(func, *cpu_online_mask, arg1, arg2, arg3, arg4); } in xc4()
/linux-3.4.99/arch/tile/include/arch/
Dsim.h253 static __inline long _sim_syscall3(int val, long arg1, long arg2, long arg3) in _sim_syscall3() argument
260 "R03" (arg3)); in _sim_syscall3()
264 static __inline long _sim_syscall4(int val, long arg1, long arg2, long arg3, in _sim_syscall4() argument
272 "R03" (arg3), "R04" (arg4)); in _sim_syscall4()
276 static __inline long _sim_syscall5(int val, long arg1, long arg2, long arg3, in _sim_syscall5() argument
284 "R03" (arg3), "R04" (arg4), "R05" (arg5)); in _sim_syscall5()
/linux-3.4.99/arch/ia64/kernel/
Dsal.c359 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) in ia64_sal_oemcall() argument
363 SAL_CALL(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ia64_sal_oemcall()
370 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_sal_oemcall_nolock() argument
375 SAL_CALL_NOLOCK(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, in ia64_sal_oemcall_nolock()
383 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, in ia64_sal_oemcall_reentrant() argument
388 SAL_CALL_REENTRANT(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, in ia64_sal_oemcall_reentrant()
Desi.c102 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_esi_call() argument
133 *isrvp = (*esi_proc)(func, arg1, arg2, arg3, in ia64_esi_call()
153 u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, in ia64_esi_call_phys() argument
181 esi_params[3] = arg3; in ia64_esi_call_phys()
/linux-3.4.99/arch/sparc/kernel/
Dsun4m_smp.c182 unsigned long arg3; member
193 unsigned long arg2, unsigned long arg3, in smp4m_cross_call() argument
205 ccall_info.arg3 = arg3; in smp4m_cross_call()
255 ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, in smp4m_cross_call_irq()
/linux-3.4.99/arch/x86/lguest/
Dboot.c106 unsigned long arg2, unsigned long arg3, in async_hcall() argument
121 hcall(call, arg1, arg2, arg3, arg4); in async_hcall()
126 lguest_data.hcalls[next_call].arg3 = arg3; in async_hcall()
173 unsigned long arg3) in lazy_hcall3() argument
176 hcall(call, arg1, arg2, arg3, 0); in lazy_hcall3()
178 async_hcall(call, arg1, arg2, arg3, 0); in lazy_hcall3()
185 unsigned long arg3, in lazy_hcall4() argument
189 hcall(call, arg1, arg2, arg3, arg4); in lazy_hcall4()
191 async_hcall(call, arg1, arg2, arg3, arg4); in lazy_hcall4()
/linux-3.4.99/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.c52 unsigned long arg3, in ehea_plpar_hcall_norets() argument
62 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4, in ehea_plpar_hcall_norets()
76 arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ehea_plpar_hcall_norets()
88 unsigned long arg3, in ehea_plpar_hcall9() argument
102 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
115 && (((cb_cat == H_PORT_CB4) && ((arg3 == H_PORT_CB4_JUMBO) in ehea_plpar_hcall9()
116 || (arg3 == H_PORT_CB4_SPEED))) || ((cb_cat == H_PORT_CB7) in ehea_plpar_hcall9()
117 && (arg3 == H_PORT_CB7_DUCQPN))))) in ehea_plpar_hcall9()
126 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
/linux-3.4.99/arch/parisc/kernel/
Dhpmc.S158 load32 PA(hpmc_pim_data),arg3
174 ldo 0(%r0),arg3 /* reserved */
199 ldw BOOT_CONSOLE_HPA_OFFSET(%r0),arg3 /* console hpa */
220 ldo BOOT_CONSOLE_PATH_OFFSET(%r0),arg3 /* console path */
Dpacache.S86 LDREG ITLB_LOOP(%r1), %arg3
88 addib,COND(=) -1, %arg3, fitoneloop /* Preadjust and test */
89 movb,<,n %arg3, %r31, fitdone /* If loop < 0, skip */
102 copy %arg3, %r31 /* Re-init inner loop count */
129 LDREG DTLB_LOOP(%r1), %arg3
131 addib,COND(=) -1, %arg3, fdtoneloop /* Preadjust and test */
132 movb,<,n %arg3, %r31, fdtdone /* If loop < 0, skip */
145 copy %arg3, %r31 /* Re-init inner loop count */
210 LDREG ICACHE_LOOP(%r1), %arg3
212 addib,COND(=) -1, %arg3, fioneloop /* Preadjust and test */
[all …]
/linux-3.4.99/arch/arm/mach-omap2/
Domap-secure.c36 u32 arg3, u32 arg4) in omap_secure_dispatcher() argument
44 param[3] = arg3; in omap_secure_dispatcher()
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ctx.c69 NXWR32(adapter, NX_ARG3_CRB_OFFSET, cmd->req.arg3); in netxen_issue_cmd()
89 if (cmd->rsp.arg3) in netxen_issue_cmd()
90 cmd->rsp.arg3 = NXRD32(adapter, NX_ARG3_CRB_OFFSET); in netxen_issue_cmd()
115 adapter->mdump.md_template_ver = cmd.rsp.arg3; in netxen_get_minidump_template_size()
147 cmd.req.arg3 |= size; in netxen_get_minidump_template()
254 cmd.req.arg3 = 0; in nx_fw_cmd_set_mtu()
275 cmd.req.arg3 = autoneg; in nx_fw_cmd_set_gbe_port()
374 cmd.req.arg3 = rq_size; in nx_fw_cmd_create_rx_ctx()
430 cmd.req.arg3 = 0; in nx_fw_cmd_destroy_rx_ctx()
501 cmd.req.arg3 = rq_size; in nx_fw_cmd_create_tx_ctx()
[all …]
/linux-3.4.99/drivers/net/wan/lmc/
Dlmc_debug.c53 void lmcEventLog(u32 EventNum, u32 arg2, u32 arg3) in lmcEventLog() argument
57 lmcEventLogBuf[lmcEventLogIndex++] = arg3; in lmcEventLog()
/linux-3.4.99/drivers/lguest/
Dhypercalls.c91 guest_set_stack(cpu, args->arg1, args->arg2, args->arg3); in do_hcall()
96 __pte(args->arg3 | (u64)args->arg4 << 32)); in do_hcall()
98 guest_set_pte(cpu, args->arg1, args->arg2, __pte(args->arg3)); in do_hcall()
/linux-3.4.99/drivers/net/fddi/skfp/h/
Dtargetos.h68 #define FDDI_TRACE(string, arg1, arg2, arg3) // Performance analysis. argument
70 #define NDD_TRACE(string, arg1, arg2, arg3) // Performance analysis. argument
/linux-3.4.99/arch/mips/kernel/
Dkspd.c54 int arg3; member
121 static int sp_syscall(int num, int arg0, int arg1, int arg2, int arg3) in sp_syscall() argument
127 register long int _arg3 __asm__("$7") = arg3; in sp_syscall()
290 generic.arg2, generic.arg3); in sp_work_handle_request()

1234