/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | math-emu.h | 246 .macro movestack nr,arg1,arg2,arg3,arg4,arg5 variable 248 movestack (\nr-1),\arg2,\arg3,\arg4,\arg5 253 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5 variable 271 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5 variable
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sun4d_smp.c | 274 unsigned long arg3; member 285 unsigned long arg2, unsigned long arg3, in sun4d_cross_call() 302 register unsigned long a3 asm("i3") = arg3; in sun4d_cross_call() 359 ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, in smp4d_cross_call_irq() 284 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 D | leon_smp.c | 365 unsigned long arg3; member 376 unsigned long arg2, unsigned long arg3, in leon_cross_call() 390 register unsigned long a3 asm("i3") = arg3; in leon_cross_call() 450 ccall_info.func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, in leon_cross_call_irq() 375 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
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | math-emu.h | 246 .macro movestack nr,arg1,arg2,arg3,arg4,arg5 variable 248 movestack (\nr-1),\arg2,\arg3,\arg4,\arg5 253 .macro printf bit=-1,string,nr=0,arg1,arg2,arg3,arg4,arg5 variable 271 movestack \nr,\arg1,\arg2,\arg3,\arg4,\arg5 variable
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | leon_smp.c | 365 unsigned long arg3; member 376 unsigned long arg2, unsigned long arg3, in leon_cross_call() 390 register unsigned long a3 asm("i3") = arg3; in leon_cross_call() 452 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4, in leon_cross_call_irq() 375 leon_cross_call(void *func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) leon_cross_call() argument
|
H A D | sun4d_smp.c | 274 unsigned long arg3; member 285 unsigned long arg2, unsigned long arg3, in sun4d_cross_call() 302 register unsigned long a3 asm("i3") = arg3; in sun4d_cross_call() 361 func(ccall_info.arg1, ccall_info.arg2, ccall_info.arg3, ccall_info.arg4, in smp4d_cross_call_irq() 284 sun4d_cross_call(void *func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) sun4d_cross_call() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | ptrace_syscall.c | 44 uint32_t nr, arg0, arg1, arg2, arg3, arg4, arg5; member 62 "+S" (args->arg3), "+D" (args->arg4), "+r" (bp) in do_full_int80() 144 .arg3 = 13, .arg4 = 14, .arg5 = 15, in test_sys32_regs() 151 args.arg3 != 13 || args.arg4 != 14 || args.arg5 != 15) { in test_sys32_regs() 166 args.arg3 != 13 || args.arg4 != 14 || args.arg5 != 15) { in test_sys32_regs()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | ptrace_syscall.c | 44 uint32_t nr, arg0, arg1, arg2, arg3, arg4, arg5; member 62 "+S" (args->arg3), "+D" (args->arg4), "+r" (bp) in do_full_int80() 144 .arg3 = 13, .arg4 = 14, .arg5 = 15, in test_sys32_regs() 151 args.arg3 != 13 || args.arg4 != 14 || args.arg5 != 15) { in test_sys32_regs() 166 args.arg3 != 13 || args.arg4 != 14 || args.arg5 != 15) { in test_sys32_regs()
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_dm_publish_common_event.cpp | 88 PublishEventCallback callback = [=](const auto &arg1, const auto &arg2, const auto &arg3) { in HWTEST_F() 89 PublishCommonEventCallback(arg1, arg2, arg3); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | sh_bios.c | 26 long arg3) in sh_bios_call() 32 register long r7 __asm__("r7") = arg3; in sh_bios_call() 25 sh_bios_call(long func, long arg0, long arg1, long arg2, long arg3) sh_bios_call() argument
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | syscall.h | 106 #define SYSCALL_PARM_3 SYSCALL_PARM_2, long arg3 119 register long r4 asm("4") = arg3
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | sh_bios.c | 26 long arg3) in sh_bios_call() 32 register long r7 __asm__("r7") = arg3; in sh_bios_call() 25 sh_bios_call(long func, long arg0, long arg1, long arg2, long arg3) sh_bios_call() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/ |
H A D | ucall_common.h | 52 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \ 53 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4)
|
/kernel/uniproton/src/include/uapi/ |
H A D | prt_timer.h | 213 typedef void (*TmrProcFunc)(TimerHandle tmrHandle, U32 arg1, U32 arg2, U32 arg3, U32 arg4); 287 U32 arg3; member
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl02.c | 16 * arg3 is an invalid address 21 * arg3 is zero 22 * - EINVAL when option is PR_SET_NO_NEW_PRIVS & arg2 is equal to 1 & arg3 24 * - EINVAL when options is PR_GET_NO_NEW_PRIVS & arg2, arg3, arg4, or arg5 26 * - EINVAL when options is PR_SET_THP_DISABLE & arg3, arg4, arg5 is non-zero. 27 * - EINVAL when options is PR_GET_THP_DISABLE & arg2, arg3, arg4, or arg5 is 31 * arg5, or, in the case of PR_CAP_AMBIENT_CLEAR_ALL, arg3 is nonzero 33 * PR_CAP_AMBIENT_RAISE, or PR_CAP_AMBIENT_IS_SET and arg3 does not specify 88 unsigned long *arg3; member 155 TEST(prctl(tc->option, *tc->arg2, *tc->arg3, in verify_prctl() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | genericRecursiveImplicitConstructorErrors3.js | 4 static create<A,B,C>(arg1: any, arg2?: any, arg3?: any): MemberName { 54 MemberName.create = function (arg1, arg2, arg3) {
|
/kernel/linux/linux-5.10/security/ |
H A D | commoncap.c | 1181 * @arg2, @arg3, @arg4, @arg5: The argument data for this function 1190 int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, in cap_task_prctl() argument 1273 if (arg3 | arg4 | arg5) in cap_task_prctl() 1283 if (((!cap_valid(arg3)) | arg4 | arg5)) in cap_task_prctl() 1287 return !!cap_raised(current_cred()->cap_ambient, arg3); in cap_task_prctl() 1293 (!cap_raised(current_cred()->cap_permitted, arg3) || in cap_task_prctl() 1295 arg3) || in cap_task_prctl() 1303 cap_raise(new->cap_ambient, arg3); in cap_task_prctl() 1305 cap_lower(new->cap_ambient, arg3); in cap_task_prctl()
|
/kernel/linux/linux-6.6/security/ |
H A D | commoncap.c | 1254 * @arg3: The argument data for this function 1265 int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, in cap_task_prctl() argument 1348 if (arg3 | arg4 | arg5) in cap_task_prctl() 1358 if (((!cap_valid(arg3)) | arg4 | arg5)) in cap_task_prctl() 1362 return !!cap_raised(current_cred()->cap_ambient, arg3); in cap_task_prctl() 1368 (!cap_raised(current_cred()->cap_permitted, arg3) || in cap_task_prctl() 1370 arg3) || in cap_task_prctl() 1378 cap_raise(new->cap_ambient, arg3); in cap_task_prctl() 1380 cap_lower(new->cap_ambient, arg3); in cap_task_prctl()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 145 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\ 146 gl.FUNCNAME(arg0, arg1, arg2, arg3);\ 175 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\ 177 gl.FUNCNAME(arg0, arg1, arg2, arg3, arg4);\ 207 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\ 210 gl.FUNCNAME(arg0, arg1, arg2, arg3, arg4, arg5);\
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys.c | 2354 SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() 2361 error = security_task_prctl(option, arg2, arg3, arg4, arg5); in SYSCALL_DEFINE5() 2436 error = prctl_set_seccomp(arg2, (char __user *)arg3); in SYSCALL_DEFINE5() 2468 if (arg3 != 0) in SYSCALL_DEFINE5() 2474 if (arg3 == PR_MCE_KILL_EARLY) in SYSCALL_DEFINE5() 2476 else if (arg3 == PR_MCE_KILL_LATE) in SYSCALL_DEFINE5() 2478 else if (arg3 == PR_MCE_KILL_DEFAULT) in SYSCALL_DEFINE5() 2489 if (arg2 | arg3 | arg4 | arg5) in SYSCALL_DEFINE5() 2498 error = prctl_set_mm(arg2, arg3, arg4, arg5); in SYSCALL_DEFINE5() 2515 if (arg2 != 1 || arg3 || arg in SYSCALL_DEFINE5() [all...] |
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | pacache.S | 72 LDREG ITLB_LOOP(%r1), %arg3 74 addib,COND(=) -1, %arg3, fitoneloop /* Preadjust and test */ 75 movb,<,n %arg3, %r31, fitdone /* If loop < 0, skip */ 88 copy %arg3, %r31 /* Re-init inner loop count */ 116 LDREG DTLB_LOOP(%r1), %arg3 118 addib,COND(=) -1, %arg3, fdtoneloop /* Preadjust and test */ 119 movb,<,n %arg3, %r31, fdtdone /* If loop < 0, skip */ 132 copy %arg3, %r31 /* Re-init inner loop count */ 198 LDREG ICACHE_LOOP(%r1), %arg3 201 addib,COND(=) -1, %arg3, fioneloo [all...] |
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | pacache.S | 72 LDREG ITLB_LOOP(%r1), %arg3 74 addib,COND(=) -1, %arg3, fitoneloop /* Preadjust and test */ 75 movb,<,n %arg3, %r31, fitdone /* If loop < 0, skip */ 88 copy %arg3, %r31 /* Re-init inner loop count */ 116 LDREG DTLB_LOOP(%r1), %arg3 118 addib,COND(=) -1, %arg3, fdtoneloop /* Preadjust and test */ 119 movb,<,n %arg3, %r31, fdtdone /* If loop < 0, skip */ 132 copy %arg3, %r31 /* Re-init inner loop count */ 198 LDREG ICACHE_LOOP(%r1), %arg3 201 addib,COND(=) -1, %arg3, fioneloo [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-bcm/ |
H A D | bcm_kona_smc.h | 30 unsigned arg3);
|
/kernel/linux/linux-6.6/arch/arm/mach-bcm/ |
H A D | bcm_kona_smc.h | 20 unsigned arg3);
|
/third_party/musl/src/ldso/powerpc/ |
H A D | dlsym.s | 6 mflr 5 # The return address is arg3.
|