Home
last modified time | relevance | path

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

/linux-4.1.27/security/keys/
Dcompat.c60 u32, arg2, u32, arg3, u32, arg4, u32, arg5) in COMPAT_SYSCALL_DEFINE5() argument
64 return keyctl_get_keyring_ID(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
70 return keyctl_update_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5()
76 return keyctl_describe_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5()
82 return keyctl_keyring_link(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
85 return keyctl_keyring_unlink(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
88 return keyctl_keyring_search(arg2, compat_ptr(arg3), in COMPAT_SYSCALL_DEFINE5()
92 return keyctl_read_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5()
95 return keyctl_chown_key(arg2, arg3, arg4); in COMPAT_SYSCALL_DEFINE5()
98 return keyctl_setperm_key(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
[all …]
Dkeyctl.c1559 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() argument
1565 (int) arg3); in SYSCALL_DEFINE5()
1572 (const void __user *) arg3, in SYSCALL_DEFINE5()
1580 (char __user *) arg3, in SYSCALL_DEFINE5()
1588 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1592 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1596 (const char __user *) arg3, in SYSCALL_DEFINE5()
1602 (char __user *) arg3, in SYSCALL_DEFINE5()
1607 (uid_t) arg3, in SYSCALL_DEFINE5()
1612 (key_perm_t) arg3); in SYSCALL_DEFINE5()
[all …]
/linux-4.1.27/arch/m68k/include/asm/
Dlinkage.h25 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ argument
26 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3))
27 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument
28 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
30 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument
31 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
33 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
34 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
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.1.27/arch/x86/include/asm/
Dlinkage.h33 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ argument
34 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3))
35 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument
36 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
38 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument
39 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
41 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
42 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
Dlguest_hcall.h48 unsigned long arg1, unsigned long arg2, unsigned long arg3, in hcall() argument
56 : "a"(call), "b"(arg1), "c"(arg2), "d"(arg3), "S"(arg4) in hcall()
71 unsigned long arg0, arg1, arg2, arg3, arg4; member
Dparavirt_types.h644 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ argument
646 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3))
647 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ argument
649 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3))
653 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \ argument
657 PVOP_CALL_ARG3(arg3), [_arg4] "mr" ((u32)(arg4)))
658 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \ argument
662 "2" ((u32)(arg3)), [_arg4] "mr" ((u32)(arg4)))
664 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \ argument
667 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
[all …]
/linux-4.1.27/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-4.1.27/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-4.1.27/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-4.1.27/arch/parisc/include/asm/
Dunistd.h124 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
125 type name(type1 arg1, type2 arg2, type3 arg3) \
127 return K_INLINE_SYSCALL(name, 3, arg1, arg2, arg3); \
130 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
131 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
133 return K_INLINE_SYSCALL(name, 4, arg1, arg2, arg3, arg4); \
137 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
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); \
Dasmregs.h25 arg3: .reg %r23
/linux-4.1.27/arch/sparc/include/asm/
Dsmp_32.h60 unsigned long arg2, unsigned long arg3,
83 unsigned long arg3) in xc3() argument
86 arg1, arg2, arg3, 0); in xc3()
90 unsigned long arg3, unsigned long arg4) in xc4() argument
93 arg1, arg2, arg3, arg4); in xc4()
/linux-4.1.27/arch/arm/mach-bcm/
Dbcm_kona_smc.c32 unsigned arg3; member
154 writel(data->arg3, args); in __bcm_kona_smc()
164 unsigned arg2, unsigned arg3) in bcm_kona_smc() argument
172 data.arg3 = arg3; in bcm_kona_smc()
Dbcm_kona_smc.h30 unsigned arg3);
/linux-4.1.27/arch/arm/mach-omap2/
Domap-secure.c38 u32 arg3, u32 arg4) in omap_secure_dispatcher() argument
46 param[3] = arg3; in omap_secure_dispatcher()
90 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in rx51_secure_dispatcher() argument
98 param[3] = arg3; in rx51_secure_dispatcher()
Domap-secure.h62 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
69 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
/linux-4.1.27/arch/tile/include/uapi/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-4.1.27/arch/sparc/kernel/
Dsun4m_smp.c162 unsigned long arg3; member
173 unsigned long arg2, unsigned long arg3, in sun4m_cross_call() argument
185 ccall_info.arg3 = arg3; in sun4m_cross_call()
235 ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, in smp4m_cross_call_irq()
Dsun4d_smp.c273 unsigned long arg3; member
284 unsigned long arg2, unsigned long arg3, in sun4d_cross_call() argument
301 register unsigned long a3 asm("i3") = arg3; in sun4d_cross_call()
358 ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, in smp4d_cross_call_irq()
Dleon_smp.c366 unsigned long arg3; member
377 unsigned long arg2, unsigned long arg3, in leon_cross_call() argument
391 register unsigned long a3 asm("i3") = arg3; in leon_cross_call()
451 ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, in leon_cross_call_irq()
Dhead_64.S200 stx %l5, [%sp + 2047 + 128 + 0x28] ! arg3, &prom_root_compatible
243 stx %l5, [%sp + 2047 + 128 + 0x28] ! arg3, &prom_mmu_ihandle_cache
245 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, sizeof(arg3)
266 stx %l3, [%sp + 2047 + 128 + 0x28] ! arg3: vaddr, our PC
299 stx %l3, [%sp + 2047 + 128 + 0x28] ! arg3: mode (-1 default)
372 stx %l5, [%sp + 2047 + 128 + 0x28] ! arg3, &prom_cpu_compatible
Dentry.S790 and %o2, 2, %o2 ! arg3 = writep
/linux-4.1.27/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()
Dbrl_emu.c18 unsigned long fkt, arg1, arg2, arg3; member
Dtraps.c392 unsigned long fkt, arg1, arg2, arg3; member
396 ia64_illegal_op_fault (unsigned long ec, long arg1, long arg2, long arg3, in ia64_illegal_op_fault() argument
Dptrace.c1209 syscall_trace_enter (long arg0, long arg1, long arg2, long arg3, in syscall_trace_enter() argument
1222 audit_syscall_entry(regs.r15, arg0, arg1, arg2, arg3); in syscall_trace_enter()
1230 syscall_trace_leave (long arg0, long arg1, long arg2, long arg3, in syscall_trace_leave() argument
/linux-4.1.27/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-4.1.27/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 */
209 LDREG ICACHE_LOOP(%r1), %arg3
212 addib,COND(=) -1, %arg3, fioneloop /* Preadjust and test */
[all …]
Dreal2.S82 ldw -12(%arg1), %arg3
256 ldd 3*REG_SZ(%arg1), %arg3
Dhead.S70 stw,ma %arg3,4(%r1)
203 copy %r0,%arg3
Dfirmware.c1407 unsigned int arg3; member
1428 real_stack.arg3 = va_arg(args, unsigned int); in real32_call()
1451 unsigned long arg3; member
1479 real64_stack.arg3 = va_arg(args, unsigned long); in real64_call()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ctx.c67 NXWR32(adapter, NX_ARG3_CRB_OFFSET, cmd->req.arg3); in netxen_issue_cmd()
87 if (cmd->rsp.arg3) in netxen_issue_cmd()
88 cmd->rsp.arg3 = NXRD32(adapter, NX_ARG3_CRB_OFFSET); in netxen_issue_cmd()
113 adapter->mdump.md_template_ver = cmd.rsp.arg3; in netxen_get_minidump_template_size()
143 cmd.req.arg3 |= size; in netxen_get_minidump_template()
247 cmd.req.arg3 = 0; in nx_fw_cmd_set_mtu()
268 cmd.req.arg3 = autoneg; in nx_fw_cmd_set_gbe_port()
370 cmd.req.arg3 = rq_size; in nx_fw_cmd_create_rx_ctx()
426 cmd.req.arg3 = 0; in nx_fw_cmd_destroy_rx_ctx()
497 cmd.req.arg3 = rq_size; in nx_fw_cmd_create_tx_ctx()
[all …]
Dnetxen_nic.h693 u32 arg3; member
/linux-4.1.27/arch/x86/lguest/
Dboot.c109 unsigned long arg2, unsigned long arg3, in async_hcall() argument
124 hcall(call, arg1, arg2, arg3, arg4); in async_hcall()
129 lguest_data.hcalls[next_call].arg3 = arg3; in async_hcall()
176 unsigned long arg3) in lazy_hcall3() argument
179 hcall(call, arg1, arg2, arg3, 0); in lazy_hcall3()
181 async_hcall(call, arg1, arg2, arg3, 0); in lazy_hcall3()
188 unsigned long arg3, in lazy_hcall4() argument
192 hcall(call, arg1, arg2, arg3, arg4); in lazy_hcall4()
194 async_hcall(call, arg1, arg2, arg3, arg4); in lazy_hcall4()
/linux-4.1.27/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-4.1.27/drivers/net/wan/lmc/
Dlmc_debug.c53 void lmcEventLog(u32 EventNum, u32 arg2, u32 arg3) in lmcEventLog() argument
57 lmcEventLogBuf[lmcEventLogIndex++] = arg3; in lmcEventLog()
Dlmc.h29 static void lmcEventLog(u32 EventNum, u32 arg2, u32 arg3);
Dlmc_debug.h49 void lmcEventLog(u32 EventNum, u32 arg2, u32 arg3);
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dtargetos.h67 #define FDDI_TRACE(string, arg1, arg2, arg3) // Performance analysis. argument
69 #define NDD_TRACE(string, arg1, arg2, arg3) // Performance analysis. argument
/linux-4.1.27/arch/frv/include/asm/
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.1.27/arch/sh/kernel/
Dsh_bios.c29 long arg3) in sh_bios_call() argument
35 register long r7 __asm__("r7") = arg3; in sh_bios_call()
Dentry-common.S203 mov.l @(OFF_R7,r15), r7 ! arg3
/linux-4.1.27/arch/tile/include/hv/
Ddrv_xgbe_intf.h186 uint32_t arg2, uint32_t arg3);
189 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.1.27/drivers/infiniband/hw/ehca/
Dhcp_if.c96 unsigned long arg3, in ehca_plpar_hcall_norets() argument
108 opcode, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ehca_plpar_hcall_norets()
115 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4, in ehca_plpar_hcall_norets()
129 opcode, ret, arg1, arg2, arg3, in ehca_plpar_hcall_norets()
145 unsigned long arg3, in ehca_plpar_hcall9() argument
159 arg1, arg2, arg3, arg4, arg5, in ehca_plpar_hcall9()
168 arg1, arg2, arg3, arg4, arg5, in ehca_plpar_hcall9()
182 opcode, arg1, arg2, arg3, arg4, arg5, in ehca_plpar_hcall9()
/linux-4.1.27/arch/ia64/hp/sim/
Dhpsim_ssc.h34 extern long ia64_ssc (long arg0, long arg1, long arg2, long arg3, int nr);
/linux-4.1.27/arch/ia64/hp/sim/boot/
Dssc.h33 extern long ssc (long arg0, long arg1, long arg2, long arg3, int nr);
/linux-4.1.27/arch/mips/kernel/
Drelocate_kernel.S20 PTR_L a3, arg3
156 arg3: PTR 0x0 label
/linux-4.1.27/arch/arm/mach-exynos/
Dsmc.h33 extern void exynos_smc(u32 cmd, u32 arg1, u32 arg2, u32 arg3);
/linux-4.1.27/kernel/
Dsys.c2052 SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() argument
2059 error = security_task_prctl(option, arg2, arg3, arg4, arg5); in SYSCALL_DEFINE5()
2134 error = prctl_set_seccomp(arg2, (char __user *)arg3); in SYSCALL_DEFINE5()
2163 if (arg3 != 0) in SYSCALL_DEFINE5()
2169 if (arg3 == PR_MCE_KILL_EARLY) in SYSCALL_DEFINE5()
2171 else if (arg3 == PR_MCE_KILL_LATE) in SYSCALL_DEFINE5()
2173 else if (arg3 == PR_MCE_KILL_DEFAULT) in SYSCALL_DEFINE5()
2184 if (arg2 | arg3 | arg4 | arg5) in SYSCALL_DEFINE5()
2193 error = prctl_set_mm(arg2, arg3, arg4, arg5); in SYSCALL_DEFINE5()
2206 if (arg2 != 1 || arg3 || arg4 || arg5) in SYSCALL_DEFINE5()
[all …]
/linux-4.1.27/include/linux/
Dseccomp.h74 static inline long prctl_set_seccomp(unsigned long arg2, char __user *arg3) in prctl_set_seccomp() argument
Dsecurity.h97 extern int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3,
1625 unsigned long arg3, unsigned long arg4,
1903 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3,
2526 unsigned long arg3, in security_task_prctl() argument
2530 return cap_task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
3226 extern int yama_task_prctl(int option, unsigned long arg2, unsigned long arg3,
3245 unsigned long arg3, unsigned long arg4, in yama_task_prctl() argument
Dsyscalls.h693 asmlinkage long sys_prctl(int option, unsigned long arg2, unsigned long arg3,
718 asmlinkage long sys_keyctl(int cmd, unsigned long arg2, unsigned long arg3,
Dcompat.h330 u32 arg2, u32 arg3, u32 arg4, u32 arg5);
/linux-4.1.27/arch/powerpc/include/asm/
Dps3stor.h69 u64 arg1, u64 arg2, u64 arg3, u64 arg4);
/linux-4.1.27/arch/x86/crypto/
Dcrct10dif-pcl-asm_64.S67 #define arg3 %rdx macro
84 cmp $256, arg3
Daesni-intel_avx-x86_64.S185 #define arg3 %rdx macro
355 ## arg1, arg2, arg3, r14 are used as a pointer only, not modified
451 vmovdqu (arg3, %r11), \T1
555 vmovdqu (arg3, %r11), \T1
562 vmovdqu 16*1(arg3, %r11), \T1
569 vmovdqu 16*2(arg3, %r11), \T1
576 vmovdqu 16*3(arg3, %r11), \T1
583 vmovdqu 16*4(arg3, %r11), \T1
590 vmovdqu 16*5(arg3, %r11), \T1
597 vmovdqu 16*6(arg3, %r11), \T1
[all …]
Daesni-intel_asm.S95 #define arg3 rdx macro
292 movdqu (%arg3 , %r11, 1), \TMP1
410 movdqu 16*0(%arg3 , %r11 , 1), \TMP1
414 movdqu 16*1(%arg3 , %r11 , 1), \TMP1
418 movdqu 16*2(%arg3 , %r11 , 1), \TMP1
422 movdqu 16*3(%arg3 , %r11 , 1), \TMP1
514 movdqu (%arg3 , %r11, 1), \TMP1
631 movdqu 16*0(%arg3 , %r11 , 1), \TMP1
633 movdqu 16*1(%arg3 , %r11 , 1), \TMP1
635 movdqu 16*2(%arg3 , %r11 , 1), \TMP1
[all …]
Dsalsa20-x86_64-asm_64.S13 # out = arg3
814 # kbits = arg3
Dsalsa20-i586-asm_32.S29 # out = arg3
957 # kbits = arg3
/linux-4.1.27/security/yama/
Dyama_lsm.c154 int yama_task_prctl(int option, unsigned long arg2, unsigned long arg3, in yama_task_prctl() argument
160 rc = cap_task_prctl(option, arg2, arg3, arg4, arg5); in yama_task_prctl()
/linux-4.1.27/arch/arm/vfp/
Dvfphw.S54 .macro DBGSTR3, str, arg1, arg2, arg3
57 mov r3, \arg3
/linux-4.1.27/drivers/pnp/pnpbios/
Dbioscalls.c80 static inline u16 call_pnp_bios(u16 func, u16 arg1, u16 arg2, u16 arg3, in call_pnp_bios() argument
130 "b"((arg2) | (((u32) arg3) << 16)), in call_pnp_bios()
/linux-4.1.27/drivers/ps3/
Dps3stor_lib.c327 u64 arg2, u64 arg3, u64 arg4) in ps3stor_send_command() argument
337 arg2, arg3, arg4, &dev->tag); in ps3stor_send_command()
/linux-4.1.27/drivers/lguest/x86/
Dcore.c635 load_guest_gdt_entry(cpu, args->arg1, args->arg2, args->arg3); in lguest_arch_do_hcall()
638 load_guest_idt_entry(cpu, args->arg1, args->arg2, args->arg3); in lguest_arch_do_hcall()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dsmd.h113 u32 arg3, u32 arg4, u32 arg5);
Dsmd.c1727 u32 arg3, u32 arg4, u32 arg5) in wcn36xx_smd_dump_cmd_req() argument
1737 msg_body.arg3 = arg3; in wcn36xx_smd_dump_cmd_req()
Dhal.h3728 u32 arg3; member
/linux-4.1.27/drivers/tty/
Dmetag_da.c134 register void *arg3 asm("D0Ar4") = in_arg3; in chancall()
149 "d" (arg3), in chancall()
/linux-4.1.27/drivers/leds/
Ddell-led.c50 u32 arg3; member
/linux-4.1.27/arch/m68k/kernel/
Dhead.S428 .macro move_stack nr,arg1,arg2,arg3,arg4
430 move_stack "(\nr-1)",\arg2,\arg3,\arg4
436 .macro \name arg1,arg2,arg3,arg4
437 move_stack \nr,\arg1,\arg2,\arg3,\arg4
459 .macro mmu_map_eq arg1,arg2,arg3
460 mmu_map \arg1,\arg1,\arg2,\arg3
/linux-4.1.27/security/
Dsecurity.c970 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, in security_task_prctl() argument
975 rc = yama_task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
979 return security_ops->task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
Dcommoncap.c857 int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, in cap_task_prctl() argument
/linux-4.1.27/Documentation/parisc/
Dregisters113 r23-r26: these are arg3-arg0, i.e. you can use them if you
/linux-4.1.27/drivers/pinctrl/sh-pfc/
Dpfc-r8a7778.c1279 #define SH_PFC_MUX3(name, arg1, arg2, arg3) \ argument
1281 arg3##_MARK }
1282 #define SH_PFC_MUX4(name, arg1, arg2, arg3, arg4) \ argument
1284 arg3##_MARK, arg4##_MARK }
1285 #define SH_PFC_MUX8(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ argument
1287 arg3##_MARK, arg4##_MARK, \
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c180 u32 arg1, arg2, arg3; in qlcnic_fw_cmd_set_drv_version() local
195 memcpy(&arg3, drv_string + 8, sizeof(u32)); in qlcnic_fw_cmd_set_drv_version()
199 cmd.req.arg[3] = arg3; in qlcnic_fw_cmd_set_drv_version()
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c129 COMPAT_SYSCALL_WRAP5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, unsigned long, a…
/linux-4.1.27/Documentation/networking/
Dfilter.txt783 arg2, u64 arg3, u64 arg4, u64 arg5); will receive arguments in proper