Searched refs:arg3 (Results 1 - 97 of 97) sorted by relevance

/linux-4.1.27/security/keys/
H A Dcompat.c60 u32, arg2, u32, arg3, u32, arg4, u32, arg5) COMPAT_SYSCALL_DEFINE5()
64 return keyctl_get_keyring_ID(arg2, arg3); COMPAT_SYSCALL_DEFINE5()
70 return keyctl_update_key(arg2, compat_ptr(arg3), arg4); COMPAT_SYSCALL_DEFINE5()
76 return keyctl_describe_key(arg2, compat_ptr(arg3), arg4); COMPAT_SYSCALL_DEFINE5()
82 return keyctl_keyring_link(arg2, arg3); COMPAT_SYSCALL_DEFINE5()
85 return keyctl_keyring_unlink(arg2, arg3); COMPAT_SYSCALL_DEFINE5()
88 return keyctl_keyring_search(arg2, compat_ptr(arg3), COMPAT_SYSCALL_DEFINE5()
92 return keyctl_read_key(arg2, compat_ptr(arg3), arg4); COMPAT_SYSCALL_DEFINE5()
95 return keyctl_chown_key(arg2, arg3, arg4); COMPAT_SYSCALL_DEFINE5()
98 return keyctl_setperm_key(arg2, arg3); COMPAT_SYSCALL_DEFINE5()
101 return keyctl_instantiate_key(arg2, compat_ptr(arg3), arg4, COMPAT_SYSCALL_DEFINE5()
105 return keyctl_negate_key(arg2, arg3, arg4); COMPAT_SYSCALL_DEFINE5()
111 return keyctl_set_timeout(arg2, arg3); COMPAT_SYSCALL_DEFINE5()
117 return keyctl_get_security(arg2, compat_ptr(arg3), arg4); COMPAT_SYSCALL_DEFINE5()
123 return keyctl_reject_key(arg2, arg3, arg4, arg5); COMPAT_SYSCALL_DEFINE5()
127 arg2, compat_ptr(arg3), arg4, arg5); COMPAT_SYSCALL_DEFINE5()
133 return keyctl_get_persistent(arg2, arg3); COMPAT_SYSCALL_DEFINE5()
H A Dkeyctl.c1559 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, SYSCALL_DEFINE5()
1565 (int) arg3); SYSCALL_DEFINE5()
1572 (const void __user *) arg3, SYSCALL_DEFINE5()
1580 (char __user *) arg3, SYSCALL_DEFINE5()
1588 (key_serial_t) arg3); SYSCALL_DEFINE5()
1592 (key_serial_t) arg3); SYSCALL_DEFINE5()
1596 (const char __user *) arg3, SYSCALL_DEFINE5()
1602 (char __user *) arg3, SYSCALL_DEFINE5()
1607 (uid_t) arg3, SYSCALL_DEFINE5()
1612 (key_perm_t) arg3); SYSCALL_DEFINE5()
1616 (const void __user *) arg3, SYSCALL_DEFINE5()
1622 (unsigned) arg3, SYSCALL_DEFINE5()
1630 (unsigned) arg3); SYSCALL_DEFINE5()
1637 (char __user *) arg3, SYSCALL_DEFINE5()
1645 (unsigned) arg3, SYSCALL_DEFINE5()
1652 (const struct iovec __user *) arg3, SYSCALL_DEFINE5()
1660 return keyctl_get_persistent((uid_t)arg2, (key_serial_t)arg3); SYSCALL_DEFINE5()
/linux-4.1.27/arch/x86/include/asm/
H A Dlinkage.h33 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \
34 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3))
35 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \
36 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
38 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \
39 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
41 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \
42 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
H A Dlguest_hcall.h48 unsigned long arg1, unsigned long arg2, unsigned long arg3, hcall()
56 : "a"(call), "b"(arg1), "c"(arg2), "d"(arg3), "S"(arg4) hcall()
71 unsigned long arg0, arg1, arg2, arg3, arg4; member in struct:hcall_args
47 hcall(unsigned long call, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) hcall() argument
H A Dparavirt_types.h644 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \
646 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3))
647 #define PVOP_VCALL3(op, arg1, arg2, arg3) \
649 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3))
653 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \
657 PVOP_CALL_ARG3(arg3), [_arg4] "mr" ((u32)(arg4)))
658 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \
662 "2" ((u32)(arg3)), [_arg4] "mr" ((u32)(arg4)))
664 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \
667 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
668 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \
671 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
/linux-4.1.27/arch/m68k/include/asm/
H A Dlinkage.h25 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \
26 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3))
27 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \
28 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
30 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \
31 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
33 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \
34 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
H A Dmath-emu.h245 .macro movestack nr,arg1,arg2,arg3,arg4,arg5 variable
247 movestack (\nr-1),\arg2,\arg3,\arg4,\arg5
252 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5 variable
270 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5 variable
/linux-4.1.27/arch/x86/um/shared/sysdep/
H A Dstub_32.h43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) stub_syscall3() argument
48 "c" (arg2), "d" (arg3)); stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, stub_syscall4() argument
59 "c" (arg2), "d" (arg3), "S" (arg4)); stub_syscall4()
64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, stub_syscall5() argument
70 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)); stub_syscall5()
H A Dstub_64.h40 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) stub_syscall3() argument
46 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3) stub_syscall3()
52 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, stub_syscall4() argument
59 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), stub_syscall4()
66 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, stub_syscall5() argument
73 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), stub_syscall5()
/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Dunistd.h61 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
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) \
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, \
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, \
126 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5,type6 arg6) \
130 register long __c __asm__ ("r12") = (long) arg3; \
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Dunistd.h64 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
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) \
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, \
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, \
132 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5,type6 arg6) \
136 register long __c __asm__ ("r12") = (long) arg3; \
/linux-4.1.27/arch/parisc/include/asm/
H A Dunistd.h124 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
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) \
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) \
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); \
H A Dasmregs.h25 arg3: .reg %r23
/linux-4.1.27/arch/arm/mach-omap2/
H A Domap-secure.c33 * @arg1, arg2, arg3 args4: Parameters passed to secure API
38 u32 arg3, u32 arg4) omap_secure_dispatcher()
46 param[3] = arg3; omap_secure_dispatcher()
82 * @arg1, arg2, arg3 args4: Parameters passed to secure API
90 u32 arg1, u32 arg2, u32 arg3, u32 arg4) rx51_secure_dispatcher()
98 param[3] = arg3; rx51_secure_dispatcher()
37 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4) omap_secure_dispatcher() argument
89 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4) rx51_secure_dispatcher() argument
H A 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/ia64/hp/sim/boot/
H A Dssc.h33 extern long ssc (long arg0, long arg1, long arg2, long arg3, int nr);
/linux-4.1.27/arch/ia64/hp/sim/
H A Dhpsim_ssc.h34 extern long ia64_ssc (long arg0, long arg1, long arg2, long arg3, int nr);
/linux-4.1.27/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S67 #define arg3 %rdx define
84 cmp $256, arg3
127 sub $256, arg3
201 sub $128, arg3
271 add $128-16, arg3
287 sub $16, arg3
289 # jge instruction equivalent of: cmp arg3, 16-16
300 add $16, arg3
310 movdqu -16(arg2, arg3), %xmm1
316 sub arg3, %rax
319 # shift xmm2 to the left by arg3 bytes
322 # shift xmm7 to the right by 16-arg3 bytes
378 cmp $32, arg3
397 sub $32, arg3
407 test arg3, arg3
415 cmp $16, arg3
423 sub $16, arg3
437 cmp $4, arg3
441 mov arg3, %r9
442 cmp $8, arg3
449 sub $8, arg3
453 cmp $4, arg3
460 sub $4, arg3
464 cmp $2, arg3
471 sub $2, arg3
474 cmp $1, arg3
503 cmp $3, arg3
524 cmp $2, arg3
H A Daesni-intel_avx-x86_64.S185 #define arg3 %rdx define
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
604 vmovdqu 16*7(arg3, %r11), \T1
631 # arg1, arg2, arg3 are used as pointers only, not modified
903 vpxor 16*i(arg3, %r11), \T5, \T2
908 vmovdqu 16*i(arg3, %r11), reg_j
1294 vmovdqu (arg3, %r11), %xmm1 # receive the last <16 Byte block
1325 movb (arg3, %r11), %al
1614 ## arg1, arg2, arg3, r14 are used as a pointer only, not modified
1710 vmovdqu (arg3, %r11), \T1
1815 vmovdqu (arg3, %r11), \T1
1822 vmovdqu 16*1(arg3, %r11), \T1
1829 vmovdqu 16*2(arg3, %r11), \T1
1836 vmovdqu 16*3(arg3, %r11), \T1
1843 vmovdqu 16*4(arg3, %r11), \T1
1850 vmovdqu 16*5(arg3, %r11), \T1
1857 vmovdqu 16*6(arg3, %r11), \T1
1864 vmovdqu 16*7(arg3, %r11), \T1
1895 # arg1, arg2, arg3 are used as pointers only, not modified
2170 vpxor 16*i(arg3, %r11), \T5, \T2
2175 vmovdqu 16*i(arg3, %r11), reg_j
2571 vmovdqu (arg3, %r11), %xmm1 # receive the last <16 Byte block
2602 movb (arg3, %r11), %al
H A Daesni-intel_asm.S95 #define arg3 rdx define
222 * arg1, %arg2, %arg3, %r14 are used as a pointer only, not modified
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
447 * arg1, %arg2, %arg3, %r14 are used as a pointer only, not modified
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
637 movdqu 16*3(%arg3 , %r11 , 1), \TMP1
659 * arg1, %arg2, %arg3 are used as pointers only, not modified
803 movdqu (%arg3,%r11,1), \TMP3
805 movdqu 16(%arg3,%r11,1), \TMP3
807 movdqu 32(%arg3,%r11,1), \TMP3
809 movdqu 48(%arg3,%r11,1), \TMP3
867 * arg1, %arg2, %arg3 are used as pointers only, not modified
1011 movdqu (%arg3,%r11,1), \TMP3
1015 movdqu 16(%arg3,%r11,1), \TMP3
1019 movdqu 32(%arg3,%r11,1), \TMP3
1023 movdqu 48(%arg3,%r11,1), \TMP3
1374 movdqu (%arg3,%r11,1), %xmm1 # receive the last <16 byte block
1636 movdqu (%arg3,%r11,1), %xmm1 # receive the last <16 byte blocks
H A Dsha1_ssse3_asm.S35 #define CNT %rdx // arg3
H A Dsha1_avx2_x86_64_asm.S76 #define CNT %rdx /* arg3 */
/linux-4.1.27/arch/sparc/include/asm/
H A Dsmp_32.h60 unsigned long arg2, unsigned long arg3,
83 unsigned long arg3) xc3()
86 arg1, arg2, arg3, 0); xc3()
90 unsigned long arg3, unsigned long arg4) xc4()
93 arg1, arg2, arg3, arg4); xc4()
82 xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, unsigned long arg3) xc3() argument
89 xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) xc4() argument
/linux-4.1.27/drivers/net/wan/lmc/
H A Dlmc.h29 static void lmcEventLog(u32 EventNum, u32 arg2, u32 arg3);
H A Dlmc_debug.c53 void lmcEventLog(u32 EventNum, u32 arg2, u32 arg3) lmcEventLog() argument
57 lmcEventLogBuf[lmcEventLogIndex++] = arg3; lmcEventLog()
H A Dlmc_debug.h49 void lmcEventLog(u32 EventNum, u32 arg2, u32 arg3);
/linux-4.1.27/arch/ia64/kernel/
H A Desi.c102 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, ia64_esi_call()
133 *isrvp = (*esi_proc)(func, arg1, arg2, arg3, ia64_esi_call()
153 u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, ia64_esi_call_phys()
181 esi_params[3] = arg3; ia64_esi_call_phys()
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) ia64_esi_call() 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) ia64_esi_call_phys() argument
H A Dsal.c359 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) ia64_sal_oemcall()
363 SAL_CALL(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, arg7); ia64_sal_oemcall()
370 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, ia64_sal_oemcall_nolock()
375 SAL_CALL_NOLOCK(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, ia64_sal_oemcall_nolock()
383 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, ia64_sal_oemcall_reentrant()
388 SAL_CALL_REENTRANT(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, ia64_sal_oemcall_reentrant()
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) ia64_sal_oemcall() 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) ia64_sal_oemcall_nolock() 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) ia64_sal_oemcall_reentrant() argument
H A Dpal.S159 mov r31 = in3 // copy arg3
232 mov out2 = in2 // copy arg3
233 mov out3 = in3 // copy arg3
H A Dbrl_emu.c18 unsigned long fkt, arg1, arg2, arg3; member in struct:illegal_op_return
H A Dtraps.c392 unsigned long fkt, arg1, arg2, arg3; member in struct:illegal_op_return
396 ia64_illegal_op_fault (unsigned long ec, long arg1, long arg2, long arg3, ia64_illegal_op_fault() argument
H A Dptrace.c1209 syscall_trace_enter (long arg0, long arg1, long arg2, long arg3, syscall_trace_enter() argument
1222 audit_syscall_entry(regs.r15, arg0, arg1, arg2, arg3); syscall_trace_enter()
1230 syscall_trace_leave (long arg0, long arg1, long arg2, long arg3, syscall_trace_leave() argument
/linux-4.1.27/arch/sparc/kernel/
H A Dsun4m_smp.c162 unsigned long arg3; member in struct:smp_funcall
173 unsigned long arg2, unsigned long arg3, sun4m_cross_call()
185 ccall_info.arg3 = arg3; sun4m_cross_call()
235 ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, smp4m_cross_call_irq()
172 sun4m_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) sun4m_cross_call() argument
H A Dsun4d_smp.c273 unsigned long arg3; member in struct:smp_funcall
284 unsigned long arg2, unsigned long arg3, sun4d_cross_call()
301 register unsigned long a3 asm("i3") = arg3; sun4d_cross_call()
358 ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, smp4d_cross_call_irq()
283 sun4d_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) sun4d_cross_call() argument
H A Dleon_smp.c366 unsigned long arg3; member in struct:smp_funcall
377 unsigned long arg2, unsigned long arg3, leon_cross_call()
391 register unsigned long a3 asm("i3") = arg3; leon_cross_call()
451 ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, leon_cross_call_irq()
376 leon_cross_call(smpfunc_t func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) leon_cross_call() argument
H A 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
H A Dentry.S790 and %o2, 2, %o2 ! arg3 = writep
/linux-4.1.27/arch/arm/mach-bcm/
H A Dbcm_kona_smc.c32 unsigned arg3; member in struct:bcm_kona_smc_data
154 writel(data->arg3, args); __bcm_kona_smc()
164 unsigned arg2, unsigned arg3) bcm_kona_smc()
172 data.arg3 = arg3; bcm_kona_smc()
163 bcm_kona_smc(unsigned service_id, unsigned arg0, unsigned arg1, unsigned arg2, unsigned arg3) bcm_kona_smc() argument
H A Dbcm_kona_smc.h30 unsigned arg3);
/linux-4.1.27/arch/arm/mach-exynos/
H A Dsmc.h33 extern void exynos_smc(u32 cmd, u32 arg1, u32 arg2, u32 arg3);
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c52 unsigned long arg3, ehea_plpar_hcall_norets()
62 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4, ehea_plpar_hcall_norets()
73 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx" ehea_plpar_hcall_norets()
76 arg1, arg2, arg3, arg4, arg5, arg6, arg7); ehea_plpar_hcall_norets()
88 unsigned long arg3, ehea_plpar_hcall9()
102 arg1, arg2, arg3, arg4, arg5, ehea_plpar_hcall9()
115 && (((cb_cat == H_PORT_CB4) && ((arg3 == H_PORT_CB4_JUMBO) ehea_plpar_hcall9()
116 || (arg3 == H_PORT_CB4_SPEED))) || ((cb_cat == H_PORT_CB7) ehea_plpar_hcall9()
117 && (arg3 == H_PORT_CB7_DUCQPN))))) ehea_plpar_hcall9()
119 " arg1=%lx arg2=%lx arg3=%lx arg4=%lx" ehea_plpar_hcall9()
126 arg1, arg2, arg3, arg4, arg5, ehea_plpar_hcall9()
49 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) ehea_plpar_hcall_norets() argument
84 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) ehea_plpar_hcall9() argument
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ctx.c67 NXWR32(adapter, NX_ARG3_CRB_OFFSET, cmd->req.arg3); netxen_issue_cmd()
87 if (cmd->rsp.arg3) netxen_issue_cmd()
88 cmd->rsp.arg3 = NXRD32(adapter, NX_ARG3_CRB_OFFSET); netxen_issue_cmd()
113 adapter->mdump.md_template_ver = cmd.rsp.arg3; netxen_get_minidump_template_size()
143 cmd.req.arg3 |= size; netxen_get_minidump_template()
247 cmd.req.arg3 = 0; nx_fw_cmd_set_mtu()
268 cmd.req.arg3 = autoneg; nx_fw_cmd_set_gbe_port()
370 cmd.req.arg3 = rq_size; nx_fw_cmd_create_rx_ctx()
426 cmd.req.arg3 = 0; nx_fw_cmd_destroy_rx_ctx()
497 cmd.req.arg3 = rq_size; nx_fw_cmd_create_tx_ctx()
533 cmd.req.arg3 = 0; nx_fw_cmd_destroy_tx_ctx()
551 cmd.req.arg3 = 0; nx_fw_cmd_query_phy()
574 cmd.req.arg3 = 0; nx_fw_cmd_set_phy()
H A Dnetxen_nic.h693 u32 arg3; member in struct:_cdrp_cmd
/linux-4.1.27/arch/parisc/kernel/
H A Dhpmc.S95 * r23 (arg3) procedure arg
158 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 */
H A 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 */
213 movb,<,n %arg3, %r31, fisync /* If loop < 0, do sync */
219 movb,tr %arg3, %r31, fimanyloop /* Re-init inner loop count */
276 LDREG DCACHE_LOOP(%r1), %arg3
279 addib,COND(=) -1, %arg3, fdoneloop /* Preadjust and test */
280 movb,<,n %arg3, %r31, fdsync /* If loop < 0, do sync */
286 movb,tr %arg3, %r31, fdmanyloop /* Re-init inner loop count */
H A Dhead.S32 .word 0 /* arg3 */
70 stw,ma %arg3,4(%r1)
203 copy %r0,%arg3
H A Dsignal32.h74 * 16 bytes for arg0-arg3, and 32 bytes for magic (the only part of
H A Dreal2.S82 ldw -12(%arg1), %arg3
256 ldd 3*REG_SZ(%arg1), %arg3
H A Dfirmware.c1407 unsigned int arg3; member in struct:narrow_stack
1428 real_stack.arg3 = va_arg(args, unsigned int); real32_call()
1451 unsigned long arg3; member in struct:wide_stack
1479 real64_stack.arg3 = va_arg(args, unsigned long); real64_call()
H A Dentry.S1658 %r23 - %r26 arg3-arg0, saved in PT_REGS by gateway page
/linux-4.1.27/drivers/net/fddi/skfp/h/
H A Dtargetos.h67 #define FDDI_TRACE(string, arg1, arg2, arg3) // Performance analysis.
69 #define NDD_TRACE(string, arg1, arg2, arg3) // Performance analysis.
/linux-4.1.27/arch/sh/kernel/
H A Dsh_bios.c29 long arg3) sh_bios_call()
35 register long r7 __asm__("r7") = arg3; sh_bios_call()
28 sh_bios_call(long func, long arg0, long arg1, long arg2, long arg3) sh_bios_call() argument
H A Dentry-common.S203 mov.l @(OFF_R7,r15), r7 ! arg3
/linux-4.1.27/include/linux/
H A Dseccomp.h74 static inline long prctl_set_seccomp(unsigned long arg2, char __user *arg3) prctl_set_seccomp() argument
H A Dsecurity.h97 extern int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3,
814 * @arg3 contains a argument.
1625 unsigned long arg3, unsigned long arg4,
1903 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3,
2526 unsigned long arg3, security_task_prctl()
2530 return cap_task_prctl(option, arg2, arg3, arg4, arg5); security_task_prctl()
3226 extern int yama_task_prctl(int option, unsigned long arg2, unsigned long arg3,
3245 unsigned long arg3, unsigned long arg4, yama_task_prctl()
2525 security_task_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) security_task_prctl() argument
3244 yama_task_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) yama_task_prctl() argument
H A Dcompat.h330 u32 arg2, u32 arg3, u32 arg4, u32 arg5);
H A 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,
/linux-4.1.27/arch/powerpc/include/asm/
H A Dps3stor.h69 u64 arg1, u64 arg2, u64 arg3, u64 arg4);
/linux-4.1.27/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
255 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5 variable
/linux-4.1.27/samples/bpf/
H A Dtracex2_kern.c75 long write_size = ctx->dx; /* arg3 */ bpf_prog3()
/linux-4.1.27/arch/tile/include/uapi/arch/
H A Dsim.h253 static __inline long _sim_syscall3(int val, long arg1, long arg2, long arg3) _sim_syscall3() argument
260 "R03" (arg3)); _sim_syscall3()
264 static __inline long _sim_syscall4(int val, long arg1, long arg2, long arg3, _sim_syscall4() argument
272 "R03" (arg3), "R04" (arg4)); _sim_syscall4()
276 static __inline long _sim_syscall5(int val, long arg1, long arg2, long arg3, _sim_syscall5() argument
284 "R03" (arg3), "R04" (arg4), "R05" (arg5)); _sim_syscall5()
/linux-4.1.27/drivers/infiniband/hw/ehca/
H A Dhcp_if.c96 unsigned long arg3, ehca_plpar_hcall_norets()
108 opcode, arg1, arg2, arg3, arg4, arg5, arg6, arg7); ehca_plpar_hcall_norets()
115 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4, ehca_plpar_hcall_norets()
129 opcode, ret, arg1, arg2, arg3, ehca_plpar_hcall_norets()
145 unsigned long arg3, ehca_plpar_hcall9()
159 arg1, arg2, arg3, arg4, arg5, ehca_plpar_hcall9()
168 arg1, arg2, arg3, arg4, arg5, ehca_plpar_hcall9()
182 opcode, arg1, arg2, arg3, arg4, arg5, ehca_plpar_hcall9()
93 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) ehca_plpar_hcall_norets() argument
141 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) ehca_plpar_hcall9() argument
/linux-4.1.27/arch/mips/kernel/
H A Drelocate_kernel.S20 PTR_L a3, arg3
156 arg3: PTR 0x0 label
H A Dmcount.S183 /* arg3: Get frame pointer of current stack */
/linux-4.1.27/arch/x86/ia32/
H A Dia32entry.S100 * edx arg3
180 movl %edx,%edx /* arg3 (zero extension) */
334 * edx arg3
403 movl %edx,%edx /* arg3 (zero extension) */
484 * edx arg3
543 movl %edx,%edx /* arg3 (zero extension) */
/linux-4.1.27/drivers/lguest/
H A Dhypercalls.c91 guest_set_stack(cpu, args->arg1, args->arg2, args->arg3); do_hcall()
96 __pte(args->arg3 | (u64)args->arg4 << 32)); do_hcall()
98 guest_set_pte(cpu, args->arg1, args->arg2, __pte(args->arg3)); do_hcall()
/linux-4.1.27/drivers/ps3/
H A Dps3stor_lib.c320 * @arg3: Third command argument
327 u64 arg2, u64 arg3, u64 arg4) ps3stor_send_command()
337 arg2, arg3, arg4, &dev->tag); ps3stor_send_command()
326 ps3stor_send_command(struct ps3_storage_device *dev, u64 cmd, u64 arg1, u64 arg2, u64 arg3, u64 arg4) ps3stor_send_command() argument
/linux-4.1.27/security/yama/
H A Dyama_lsm.c147 * @arg3: argument
154 int yama_task_prctl(int option, unsigned long arg2, unsigned long arg3, yama_task_prctl() argument
160 rc = cap_task_prctl(option, arg2, arg3, arg4, arg5); yama_task_prctl()
/linux-4.1.27/kernel/
H A Dsys.c2052 SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, SYSCALL_DEFINE5()
2059 error = security_task_prctl(option, arg2, arg3, arg4, arg5); SYSCALL_DEFINE5()
2134 error = prctl_set_seccomp(arg2, (char __user *)arg3); SYSCALL_DEFINE5()
2163 if (arg3 != 0) SYSCALL_DEFINE5()
2169 if (arg3 == PR_MCE_KILL_EARLY) SYSCALL_DEFINE5()
2171 else if (arg3 == PR_MCE_KILL_LATE) SYSCALL_DEFINE5()
2173 else if (arg3 == PR_MCE_KILL_DEFAULT) SYSCALL_DEFINE5()
2184 if (arg2 | arg3 | arg4 | arg5) SYSCALL_DEFINE5()
2193 error = prctl_set_mm(arg2, arg3, arg4, arg5); SYSCALL_DEFINE5()
2206 if (arg2 != 1 || arg3 || arg4 || arg5) SYSCALL_DEFINE5()
2212 if (arg2 || arg3 || arg4 || arg5) SYSCALL_DEFINE5()
2216 if (arg2 || arg3 || arg4 || arg5) SYSCALL_DEFINE5()
2221 if (arg3 || arg4 || arg5) SYSCALL_DEFINE5()
2231 if (arg2 || arg3 || arg4 || arg5) SYSCALL_DEFINE5()
2236 if (arg2 || arg3 || arg4 || arg5) SYSCALL_DEFINE5()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.h113 u32 arg3, u32 arg4, u32 arg5);
H A Dsmd.c1727 u32 arg3, u32 arg4, u32 arg5) wcn36xx_smd_dump_cmd_req()
1737 msg_body.arg3 = arg3; wcn36xx_smd_dump_cmd_req()
1726 wcn36xx_smd_dump_cmd_req(struct wcn36xx *wcn, u32 arg1, u32 arg2, u32 arg3, u32 arg4, u32 arg5) wcn36xx_smd_dump_cmd_req() argument
H A Dhal.h3728 u32 arg3; member in struct:wcn36xx_hal_dump_cmd_req_msg
/linux-4.1.27/arch/x86/vdso/vdso32/
H A Dsysenter.S16 * The caller puts arg3 in %edx, which the sysexit instruction requires
/linux-4.1.27/arch/tile/kernel/
H A Dmcount_64.S84 /* arg3: ftrace_ops */
/linux-4.1.27/arch/x86/math-emu/
H A Dreg_u_div.S162 | Divide: Return arg1/arg2 to arg3. |
165 | adjust the exponent of arg3. |
H A Ddiv_Xsig.S98 | Divide: Return arg1/arg2 to arg3. |
/linux-4.1.27/drivers/pnp/pnpbios/
H A Dbioscalls.c80 static inline u16 call_pnp_bios(u16 func, u16 arg1, u16 arg2, u16 arg3, call_pnp_bios() argument
130 "b"((arg2) | (((u32) arg3) << 16)), call_pnp_bios()
/linux-4.1.27/arch/arm/vfp/
H A Dvfphw.S54 .macro DBGSTR3, str, arg1, arg2, arg3
57 mov r3, \arg3
/linux-4.1.27/arch/x86/lguest/
H A Dboot.c109 unsigned long arg2, unsigned long arg3, async_hcall()
124 hcall(call, arg1, arg2, arg3, arg4); async_hcall()
129 lguest_data.hcalls[next_call].arg3 = arg3; async_hcall()
176 unsigned long arg3) lazy_hcall3()
179 hcall(call, arg1, arg2, arg3, 0); lazy_hcall3()
181 async_hcall(call, arg1, arg2, arg3, 0); lazy_hcall3()
188 unsigned long arg3, lazy_hcall4()
192 hcall(call, arg1, arg2, arg3, arg4); lazy_hcall4()
194 async_hcall(call, arg1, arg2, arg3, arg4); lazy_hcall4()
108 async_hcall(unsigned long call, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) async_hcall() argument
173 lazy_hcall3(unsigned long call, unsigned long arg1, unsigned long arg2, unsigned long arg3) lazy_hcall3() argument
185 lazy_hcall4(unsigned long call, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) lazy_hcall4() argument
/linux-4.1.27/drivers/leds/
H A Ddell-led.c50 u32 arg3; member in struct:app_wmi_args
/linux-4.1.27/arch/sh/kernel/cpu/sh2/
H A Dentry.S30 OFF_R7 = 28 /* New ABI: arg3 */
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/
H A Dentry.S30 OFF_R7 = 28 /* New ABI: arg3 */
/linux-4.1.27/drivers/pinctrl/sh-pfc/
H A Dpfc-r8a7778.c1279 #define SH_PFC_MUX3(name, arg1, arg2, arg3) \
1281 arg3##_MARK }
1282 #define SH_PFC_MUX4(name, arg1, arg2, arg3, arg4) \
1284 arg3##_MARK, arg4##_MARK }
1285 #define SH_PFC_MUX8(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \
1287 arg3##_MARK, arg4##_MARK, \
/linux-4.1.27/drivers/tty/
H A Dmetag_da.c134 register void *arg3 asm("D0Ar4") = in_arg3; chancall()
149 "d" (arg3), chancall()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c180 u32 arg1, arg2, arg3; qlcnic_fw_cmd_set_drv_version() local
195 memcpy(&arg3, drv_string + 8, sizeof(u32)); qlcnic_fw_cmd_set_drv_version()
199 cmd.req.arg[3] = arg3; qlcnic_fw_cmd_set_drv_version()
/linux-4.1.27/arch/tile/include/hv/
H A 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/security/
H A Dsecurity.c970 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, security_task_prctl() argument
975 rc = yama_task_prctl(option, arg2, arg3, arg4, arg5); security_task_prctl()
979 return security_ops->task_prctl(option, arg2, arg3, arg4, arg5); security_task_prctl()
H A Dcommoncap.c848 * @arg2, @arg3, @arg4, @arg5: The argument data for this function
857 int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, cap_task_prctl() argument
/linux-4.1.27/arch/s390/kernel/
H A Dcompat_wrapper.c129 COMPAT_SYSCALL_WRAP5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, unsigned long, arg4, unsigned long, arg5);
/linux-4.1.27/arch/sh/kernel/cpu/sh3/
H A Dentry.S65 OFF_R7 = 28 /* New ABI: arg3 */
/linux-4.1.27/arch/powerpc/kernel/
H A Dhead_booke.h388 li r5,0; /* Pass zero as arg3 */ \
H A Dhead_40x.S396 li r5,0 /* Pass zero as arg3 */
758 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
H A Dhead_fsl_booke.S379 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
/linux-4.1.27/drivers/lguest/x86/
H A Dcore.c635 load_guest_gdt_entry(cpu, args->arg1, args->arg2, args->arg3); lguest_arch_do_hcall()
638 load_guest_idt_entry(cpu, args->arg1, args->arg2, args->arg3); lguest_arch_do_hcall()
/linux-4.1.27/net/core/
H A Dfilter.c294 /* arg3 = X */ convert_bpf_extensions()
296 /* Emit call(arg1=CTX, arg2=A, arg3=X) */ convert_bpf_extensions()
/linux-4.1.27/arch/m68k/kernel/
H A 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/arch/x86/kernel/
H A Dentry_64.S186 * r10 arg3 (needs to be moved to rcx to conform to C ABI)

Completed in 1852 milliseconds