Home
last modified time | relevance | path

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

12345

/linux/security/keys/
A Dcompat.c22 return keyctl_get_keyring_ID(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
40 return keyctl_keyring_link(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
43 return keyctl_keyring_unlink(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
53 return keyctl_chown_key(arg2, arg3, arg4); in COMPAT_SYSCALL_DEFINE5()
56 return keyctl_setperm_key(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
63 return keyctl_negate_key(arg2, arg3, arg4); in COMPAT_SYSCALL_DEFINE5()
69 return keyctl_set_timeout(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
91 return keyctl_get_persistent(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
95 compat_ptr(arg3), in COMPAT_SYSCALL_DEFINE5()
103 if (arg3 != 0) in COMPAT_SYSCALL_DEFINE5()
[all …]
A Dkeyctl.c1875 (int) arg3); in SYSCALL_DEFINE5()
1890 (char __user *) arg3, in SYSCALL_DEFINE5()
1898 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1917 (uid_t) arg3, in SYSCALL_DEFINE5()
1922 (key_perm_t) arg3); in SYSCALL_DEFINE5()
1932 (unsigned) arg3, in SYSCALL_DEFINE5()
1940 (unsigned) arg3); in SYSCALL_DEFINE5()
1947 (char __user *) arg3, in SYSCALL_DEFINE5()
1955 (unsigned) arg3, in SYSCALL_DEFINE5()
1983 if (arg3 != 0) in SYSCALL_DEFINE5()
[all …]
/linux/arch/m68k/include/asm/
A Dlinkage.h26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ argument
27 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3))
28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument
29 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument
32 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
35 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
/linux/arch/parisc/include/asm/
A Dunistd.h129 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
130 type name(type1 arg1, type2 arg2, type3 arg3) \
132 return K_INLINE_SYSCALL(name, 3, arg1, arg2, arg3); \
135 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
136 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
138 return K_INLINE_SYSCALL(name, 4, arg1, arg2, arg3, arg4); \
142 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
143 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
145 return K_INLINE_SYSCALL(name, 5, arg1, arg2, arg3, arg4, arg5); \
/linux/arch/x86/um/shared/sysdep/
A 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()
A 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/tools/include/nolibc/
A Dnolibc.h329 register long _arg3 asm("rdx") = (long)(arg3); \
347 register long _arg3 asm("rdx") = (long)(arg3); \
366 register long _arg3 asm("rdx") = (long)(arg3); \
386 register long _arg3 asm("rdx") = (long)(arg3); \
528 register long _arg3 asm("edx") = (long)(arg3); \
546 register long _arg3 asm("edx") = (long)(arg3); \
565 register long _arg3 asm("edx") = (long)(arg3); \
705 register long _arg3 asm("r2") = (long)(arg3); \
722 register long _arg3 asm("r2") = (long)(arg3); \
740 register long _arg3 asm("r2") = (long)(arg3); \
[all …]
/linux/arch/sparc/include/asm/
A Dsmp_32.h61 unsigned long arg2, unsigned long arg3,
84 unsigned long arg3) in xc3() argument
87 arg1, arg2, arg3, 0); in xc3()
91 unsigned long arg3, unsigned long arg4) in xc4() argument
94 arg1, arg2, arg3, arg4); in xc4()
/linux/drivers/firmware/efi/
A Druntime-wrappers.c72 efi_rts_work.arg3 = _arg3; \
180 void *arg1, *arg2, *arg3, *arg4, *arg5; in efi_call_rts() local
185 arg3 = efi_rts_work.arg3; in efi_call_rts()
199 (efi_bool_t *)arg2, (efi_time_t *)arg3); in efi_call_rts()
207 (efi_guid_t *)arg2, (u32 *)arg3, in efi_call_rts()
213 (efi_guid_t *)arg3); in efi_call_rts()
217 (efi_guid_t *)arg2, *(u32 *)arg3, in efi_call_rts()
222 (u64 *)arg2, (u64 *)arg3, (u64 *)arg4); in efi_call_rts()
231 *(unsigned long *)arg3); in efi_call_rts()
236 *(unsigned long *)arg2, (u64 *)arg3, in efi_call_rts()
/linux/drivers/firmware/meson/
A Dmeson_sm.c71 u32 arg3, u32 arg4) in __meson_sm_call() argument
75 arm_smccc_smc(cmd, arg0, arg1, arg2, arg3, arg4, 0, 0, &res); in __meson_sm_call()
105 u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call() argument
116 lret = __meson_sm_call(cmd, arg0, arg1, arg2, arg3, arg4); in meson_sm_call()
144 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_read() argument
158 if (meson_sm_call(fw, cmd_index, &size, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_read()
193 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_write() argument
208 if (meson_sm_call(fw, cmd_index, &written, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_write()
/linux/arch/arm/mach-bcm/
A Dbcm_kona_smc.c30 unsigned arg3; member
150 writel(data->arg3, args); in __bcm_kona_smc()
160 unsigned arg2, unsigned arg3) in bcm_kona_smc() argument
168 data.arg3 = arg3; in bcm_kona_smc()
/linux/arch/sparc/kernel/
A Dsun4m_smp.c163 unsigned long arg3; member
174 unsigned long arg2, unsigned long arg3, in sun4m_cross_call() argument
186 ccall_info.arg3 = arg3; in sun4m_cross_call()
236 ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, in smp4m_cross_call_irq()
/linux/include/linux/firmware/meson/
A Dmeson_sm.h22 u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4);
25 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
28 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
/linux/arch/ia64/kernel/
A Dsal.c354 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) in ia64_sal_oemcall() argument
358 SAL_CALL(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ia64_sal_oemcall()
365 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_sal_oemcall_nolock() argument
370 SAL_CALL_NOLOCK(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, in ia64_sal_oemcall_nolock()
378 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, in ia64_sal_oemcall_reentrant() argument
383 SAL_CALL_REENTRANT(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, in ia64_sal_oemcall_reentrant()
A Desi.c90 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_esi_call() argument
121 *isrvp = (*esi_proc)(func, arg1, arg2, arg3, in ia64_esi_call()
141 u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, in ia64_esi_call_phys() argument
169 esi_params[3] = arg3; in ia64_esi_call_phys()
/linux/arch/arm/mach-omap2/
A Domap-secure.c60 u32 arg3, u32 arg4) in omap_secure_dispatcher() argument
68 param[3] = arg3; in omap_secure_dispatcher()
154 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in rx51_secure_dispatcher() argument
162 param[3] = arg3; in rx51_secure_dispatcher()
/linux/drivers/net/ethernet/ibm/ehea/
A Dehea_phyp.c38 unsigned long arg3, in ehea_plpar_hcall_norets() argument
48 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4, in ehea_plpar_hcall_norets()
62 arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ehea_plpar_hcall_norets()
74 unsigned long arg3, in ehea_plpar_hcall9() argument
88 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
101 && (((cb_cat == H_PORT_CB4) && ((arg3 == H_PORT_CB4_JUMBO) in ehea_plpar_hcall9()
102 || (arg3 == H_PORT_CB4_SPEED))) || ((cb_cat == H_PORT_CB7) in ehea_plpar_hcall9()
103 && (arg3 == H_PORT_CB7_DUCQPN))))) in ehea_plpar_hcall9()
112 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
/linux/arch/x86/include/asm/
A Dparavirt_types.h550 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ argument
552 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3))
553 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ argument
555 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3))
557 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \ argument
560 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
561 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \ argument
563 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
/linux/arch/s390/include/asm/
A Dkvm_para.h38 #define HYPERCALL_PARM_3 HYPERCALL_PARM_2, unsigned long arg3
51 register unsigned long r4 asm("4") = arg3
65 #define HYPERCALL_ARGS_3 HYPERCALL_ARGS_2, arg3
/linux/include/linux/
A Dtrace_events.h862 u64 arg3);
864 u64 arg3, u64 arg4);
866 u64 arg3, u64 arg4, u64 arg5);
868 u64 arg3, u64 arg4, u64 arg5, u64 arg6);
870 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7);
872 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7,
875 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7,
878 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7,
881 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7,
884 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7,
/linux/arch/parisc/kernel/
A Dhpmc.S151 load32 PA(hpmc_pim_data),arg3
167 ldo 0(%r0),arg3 /* reserved */
192 ldw BOOT_CONSOLE_HPA_OFFSET(%r0),arg3 /* console hpa */
213 ldo BOOT_CONSOLE_PATH_OFFSET(%r0),arg3 /* console path */
/linux/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic_ctx.c71 if (cmd->rsp.arg3) in netxen_issue_cmd()
97 adapter->mdump.md_template_ver = cmd.rsp.arg3; in netxen_get_minidump_template_size()
128 cmd.req.arg3 |= size; in netxen_get_minidump_template()
227 cmd.req.arg3 = 0; in nx_fw_cmd_set_mtu()
248 cmd.req.arg3 = autoneg; in nx_fw_cmd_set_gbe_port()
350 cmd.req.arg3 = rq_size; in nx_fw_cmd_create_rx_ctx()
407 cmd.req.arg3 = 0; in nx_fw_cmd_destroy_rx_ctx()
476 cmd.req.arg3 = rq_size; in nx_fw_cmd_create_tx_ctx()
513 cmd.req.arg3 = 0; in nx_fw_cmd_destroy_tx_ctx()
531 cmd.req.arg3 = 0; in nx_fw_cmd_query_phy()
[all …]
/linux/arch/x86/crypto/
A Daesni-intel_avx-x86_64.S211 #define arg3 %rdx macro
495 mov %rax, (arg3 , %r11)
502 movb %al, (arg3 , %r11)
671 mov arg3, %rax
1150 vmovdqu \XMM1, (arg3 , %r11)
1157 vmovdqu \XMM2, 16*1(arg3 , %r11)
1164 vmovdqu \XMM3, 16*2(arg3 , %r11)
1171 vmovdqu \XMM4, 16*3(arg3 , %r11)
1520 vmovdqu \T3, 16*i(arg3, %r11)
2101 vmovdqu \XMM1, (arg3 , %r11)
[all …]
/linux/tools/testing/ktest/examples/bootconfigs/
A Dtracing.bconf14 probes = "vfs_read $arg2 $arg3";
17 probes = "vfs_write $arg2 +0($arg2):ustring $arg3";
/linux/tools/testing/selftests/kvm/include/
A Dkvm_util.h385 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \ argument
386 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4)
405 #define GUEST_ASSERT_3(_condition, arg1, arg2, arg3) \ argument
406 __GUEST_ASSERT(_condition, #_condition, 3, (arg1), (arg2), (arg3))
408 #define GUEST_ASSERT_4(_condition, arg1, arg2, arg3, arg4) \ argument
409 __GUEST_ASSERT(_condition, #_condition, 4, (arg1), (arg2), (arg3), (arg4))

Completed in 41 milliseconds

12345