Home
last modified time | relevance | path

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

/linux-4.1.27/security/keys/
Dcompat.c60 u32, arg2, u32, arg3, u32, arg4, u32, arg5) in COMPAT_SYSCALL_DEFINE5() argument
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()
89 compat_ptr(arg4), arg5); 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()
101 return keyctl_instantiate_key(arg2, compat_ptr(arg3), arg4, in COMPAT_SYSCALL_DEFINE5()
105 return keyctl_negate_key(arg2, arg3, arg4); in COMPAT_SYSCALL_DEFINE5()
117 return keyctl_get_security(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5()
123 return keyctl_reject_key(arg2, arg3, arg4, arg5); in COMPAT_SYSCALL_DEFINE5()
[all …]
Dkeyctl.c1560 unsigned long, arg4, unsigned long, arg5) in SYSCALL_DEFINE5() argument
1573 (size_t) arg4); in SYSCALL_DEFINE5()
1581 (unsigned) arg4); in SYSCALL_DEFINE5()
1597 (const char __user *) arg4, in SYSCALL_DEFINE5()
1603 (size_t) arg4); in SYSCALL_DEFINE5()
1608 (gid_t) arg4); in SYSCALL_DEFINE5()
1617 (size_t) arg4, in SYSCALL_DEFINE5()
1623 (key_serial_t) arg4); in SYSCALL_DEFINE5()
1638 (size_t) arg4); in SYSCALL_DEFINE5()
1646 (unsigned) arg4, in SYSCALL_DEFINE5()
[all …]
/linux-4.1.27/arch/m68k/include/asm/
Dlinkage.h27 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument
29 "m" (arg4))
30 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument
32 "m" (arg4), "m" (arg5))
33 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
35 "m" (arg4), "m" (arg5), "m" (arg6))
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.h35 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument
37 "m" (arg4))
38 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument
40 "m" (arg4), "m" (arg5))
41 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
43 "m" (arg4), "m" (arg5), "m" (arg6))
Dlguest_hcall.h49 unsigned long arg4) 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.h653 #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))
668 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \ argument
671 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
/linux-4.1.27/arch/cris/include/arch-v10/arch/
Dunistd.h80 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
81 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
86 register long __d __asm__ ("r13") = (long) arg4; \
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) \
108 register long __d __asm__ ("r13") = (long) arg4; \
124 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
126 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5,type6 arg6) \
131 register long __d __asm__ ("r13") = (long) arg4; \
/linux-4.1.27/arch/cris/include/arch-v32/arch/
Dunistd.h84 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
85 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
90 register long __d __asm__ ("r13") = (long) arg4; \
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) \
113 register long __d __asm__ ("r13") = (long) arg4; \
130 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
132 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5,type6 arg6) \
137 register long __d __asm__ ("r13") = (long) arg4; \
/linux-4.1.27/arch/x86/um/shared/sysdep/
Dstub_32.h54 long arg4) in stub_syscall4() argument
59 "c" (arg2), "d" (arg3), "S" (arg4)); in stub_syscall4()
65 long arg4, long arg5) in stub_syscall5() argument
70 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)); in stub_syscall5()
Dstub_64.h53 long arg4) in stub_syscall4() argument
60 "g" (arg4) in stub_syscall4()
67 long arg4, long arg5) in stub_syscall5() argument
74 "g" (arg4), "g" (arg5) in stub_syscall5()
/linux-4.1.27/arch/parisc/include/asm/
Dunistd.h130 #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.h40 arg4: .reg r22
/linux-4.1.27/arch/arm/mach-omap2/
Domap-secure.c38 u32 arg3, u32 arg4) in omap_secure_dispatcher() argument
47 param[4] = arg4; in omap_secure_dispatcher()
90 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in rx51_secure_dispatcher() argument
99 param[4] = arg4; 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/sparc/kernel/
Dsun4m_smp.c163 unsigned long arg4; member
174 unsigned long arg4) in sun4m_cross_call() argument
186 ccall_info.arg4 = arg4; in sun4m_cross_call()
236 ccall_info.arg4, ccall_info.arg5); in smp4m_cross_call_irq()
Dsun4d_smp.c274 unsigned long arg4; member
285 unsigned long arg4) in sun4d_cross_call() argument
302 register unsigned long a4 asm("i4") = arg4; in sun4d_cross_call()
359 ccall_info.arg4, ccall_info.arg5); in smp4d_cross_call_irq()
Dleon_smp.c367 unsigned long arg4; member
378 unsigned long arg4) in leon_cross_call() argument
392 register unsigned long a4 asm("i4") = arg4; in leon_cross_call()
452 ccall_info.arg4, ccall_info.arg5); in leon_cross_call_irq()
Dhead_64.S202 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, size
245 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, sizeof(arg3)
305 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4: roundup(ksize, 4MB)
374 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, size
Dentry.S791 andn %o3, 0xfff, %o3 ! arg4 = faulting address
/linux-4.1.27/arch/sparc/include/asm/
Dsmp_32.h61 unsigned long arg4);
90 unsigned long arg3, unsigned long arg4) in xc4() argument
93 arg1, arg2, arg3, arg4); in xc4()
/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
134 arg4, arg5, arg6, arg7); in ia64_esi_call()
153 u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, in ia64_esi_call_phys() argument
182 esi_params[4] = arg4; in ia64_esi_call_phys()
Dtraps.c397 long arg4, long arg5, long arg6, long arg7, in ia64_illegal_op_fault() argument
Dptrace.c1210 long arg4, long arg5, long arg6, long arg7, in syscall_trace_enter() argument
1231 long arg4, long arg5, long arg6, long arg7, in syscall_trace_leave() argument
/linux-4.1.27/arch/tile/include/uapi/arch/
Dsim.h265 long arg4) in _sim_syscall4() argument
272 "R03" (arg3), "R04" (arg4)); in _sim_syscall4()
277 long arg4, long arg5) in _sim_syscall5() argument
284 "R03" (arg3), "R04" (arg4), "R05" (arg5)); in _sim_syscall5()
/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/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.c53 unsigned long arg4, 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()
89 unsigned long arg4, in ehea_plpar_hcall9() argument
102 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
126 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
/linux-4.1.27/arch/x86/lguest/
Dboot.c110 unsigned long arg4) in async_hcall() argument
124 hcall(call, arg1, arg2, arg3, arg4); in async_hcall()
130 lguest_data.hcalls[next_call].arg4 = arg4; in async_hcall()
189 unsigned long arg4) 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/infiniband/hw/ehca/
Dhcp_if.c97 unsigned long arg4, 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()
130 arg4, arg5, arg6, arg7); in ehca_plpar_hcall_norets()
146 unsigned long arg4, 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/kernel/
Dsys.c1906 unsigned long arg4, unsigned long arg5) in prctl_set_mm() argument
1912 if (arg5 || (arg4 && (opt != PR_SET_MM_AUXV && in prctl_set_mm()
1919 return prctl_set_mm_map(opt, (const void __user *)addr, arg4); in prctl_set_mm()
2011 if (arg4 > sizeof(user_auxv)) in prctl_set_mm()
2015 if (copy_from_user(user_auxv, (const void __user *)addr, arg4)) in prctl_set_mm()
2025 memcpy(mm->saved_auxv, user_auxv, arg4); in prctl_set_mm()
2053 unsigned long, arg4, unsigned long, arg5) in SYSCALL_DEFINE5() argument
2059 error = security_task_prctl(option, arg2, arg3, arg4, arg5); in SYSCALL_DEFINE5()
2159 if (arg4 | arg5) in SYSCALL_DEFINE5()
2184 if (arg2 | arg3 | arg4 | arg5) in SYSCALL_DEFINE5()
[all …]
/linux-4.1.27/arch/powerpc/include/asm/
Dps3stor.h69 u64 arg1, u64 arg2, u64 arg3, u64 arg4);
/linux-4.1.27/arch/tile/include/hv/
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.1.27/security/yama/
Dyama_lsm.c155 unsigned long arg4, unsigned long arg5) in yama_task_prctl() argument
160 rc = cap_task_prctl(option, arg2, arg3, arg4, arg5); in yama_task_prctl()
/linux-4.1.27/drivers/pnp/pnpbios/
Dbioscalls.c81 u16 arg4, u16 arg5, u16 arg6, u16 arg7, in call_pnp_bios() argument
131 "c"((arg4) | (((u32) arg5) << 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/
Dhypercalls.c96 __pte(args->arg3 | (u64)args->arg4 << 32)); in do_hcall()
/linux-4.1.27/arch/parisc/kernel/
Dfirmware.c1406 unsigned int arg4; member
1429 real_stack.arg4 = va_arg(args, unsigned int); in real32_call()
1452 unsigned long arg4; member
1480 real64_stack.arg4 = va_arg(args, unsigned long); in real64_call()
/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
1738 msg_body.arg4 = arg4; in wcn36xx_smd_dump_cmd_req()
Dhal.h3729 u32 arg4; member
/linux-4.1.27/drivers/tty/
Dmetag_da.c135 register void *arg4 asm("D1Ar5") = in_arg4; in chancall()
150 "d" (arg4), in chancall()
/linux-4.1.27/include/linux/
Dsecurity.h98 unsigned long arg4, unsigned long arg5);
1625 unsigned long arg3, unsigned long arg4,
1904 unsigned long arg4, unsigned long arg5);
2527 unsigned long arg4, in security_task_prctl() argument
2530 return cap_task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
3227 unsigned long arg4, unsigned long arg5);
3245 unsigned long arg3, unsigned long arg4, in yama_task_prctl() argument
Dsyscalls.h694 unsigned long arg4, unsigned long arg5);
719 unsigned long arg4, unsigned long arg5);
Dcompat.h330 u32 arg2, u32 arg3, u32 arg4, u32 arg5);
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_avx-x86_64.S186 #define arg4 %rcx macro
1166 mov arg4, %r13 # save the number of bytes of plaintext/ciphertext
1277 cmp $16, arg4
1280 mov arg4, %r13
1281 and $15, %r13 # r13 = (arg4 mod 16)
1306 mov arg4, %r13
1307 and $15, %r13 # r13 = (arg4 mod 16)
1389 shl $3, arg4 # len(C) in bits (*128)
1390 vmovq arg4, %xmm1
2443 … mov arg4, %r13 # save the number of bytes of plaintext/ciphertext
[all …]
Daesni-intel_asm.S96 #define arg4 rcx macro
1320 mov %arg4, %r13 # save the number of bytes of plaintext/ciphertext
1361 mov %arg4, %r13
1362 and $15, %r13 # %r13 = arg4 (mod 16)
1416 shl $3, %arg4 # len(C) in bits (*128)
1417 MOVQ_R64_XMM %arg4, %xmm1
1576 mov %arg4, %r13 # %xmm13 holds HashKey<<1 (mod poly)
1623 mov %arg4, %r13
1624 and $15, %r13 # %r13 = arg4 (mod 16)
1680 shl $3, %arg4 # len(C) in bits (*128)
[all …]
Dsalsa20-x86_64-asm_64.S15 # bytes = arg4
Dsalsa20-i586-asm_32.S31 # bytes = arg4
/linux-4.1.27/drivers/leds/
Ddell-led.c51 u32 arg4; member
/linux-4.1.27/security/
Dsecurity.c971 unsigned long arg4, unsigned long arg5) 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.c858 unsigned long arg4, unsigned long arg5) in cap_task_prctl() argument
/linux-4.1.27/Documentation/parisc/
Dregisters111 Note that in 64 bit they are arg7-arg4.
/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
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c129 …tl, int, option, unsigned long, arg2, unsigned long, arg3, unsigned long, arg4, unsigned long, arg…
/linux-4.1.27/drivers/pinctrl/sh-pfc/
Dpfc-r8a7778.c1282 #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/Documentation/networking/
Dfilter.txt783 arg2, u64 arg3, u64 arg4, u64 arg5); will receive arguments in proper