/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap-secure.c | 55 * @arg1, arg2, arg3 args4: Parameters passed to secure API 60 u32 arg3, u32 arg4) in omap_secure_dispatcher() 73 param[3] = arg3; in omap_secure_dispatcher() 148 * @arg1, arg2, arg3 args4: Parameters passed to secure API 156 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in rx51_secure_dispatcher() 164 param[3] = arg3; in rx51_secure_dispatcher() 59 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4) omap_secure_dispatcher() argument 155 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4) rx51_secure_dispatcher() argument
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | default_value.rs | 60 arg3: Vec<i32>, in default_values_t() 75 arg3: vec![7, 8, 9], in default_values_t() 86 arg3: vec![7, 8, 9], in default_values_t() 97 arg3: vec![7, 8, 9], in default_values_t()
|
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/ |
H A D | tjbench-gtest-wrapper.cpp | 78 std::string arg3 = "-rgb"; in SetUpTestSuite() local 86 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in SetUpTestSuite() 148 std::string arg3 = "-rgb"; in SetUpTestSuite() local 157 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in SetUpTestSuite()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | sal.c | 354 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) in ia64_sal_oemcall() 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() 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() 383 SAL_CALL_REENTRANT(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, in ia64_sal_oemcall_reentrant() 353 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 364 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 377 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
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | sal.c | 354 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) in ia64_sal_oemcall() 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() 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() 383 SAL_CALL_REENTRANT(*isrvp, oemfunc, arg1, arg2, arg3, arg4, arg5, arg6, in ia64_sal_oemcall_reentrant() 353 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 364 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 377 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
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | kvm_util.h | 322 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \ 323 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4) 342 #define GUEST_ASSERT_3(_condition, arg1, arg2, arg3) \ 343 __GUEST_ASSERT((_condition), 3, (arg1), (arg2), (arg3)) 345 #define GUEST_ASSERT_4(_condition, arg1, arg2, arg3, arg4) \ 346 __GUEST_ASSERT((_condition), 4, (arg1), (arg2), (arg3), (arg4))
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | ufs.h | 254 u32 arg1, u32 arg2, u32 arg3), 256 TP_ARGS(dev_name, str, cmd, arg1, arg2, arg3), 264 __field(u32, arg3) 273 __entry->arg3 = arg3; 277 "%s: %s: cmd: 0x%x, arg1: 0x%x, arg2: 0x%x, arg3: 0x%x", 279 __entry->arg1, __entry->arg2, __entry->arg3
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | trace_events.h | 764 u64 arg3); 766 u64 arg3, u64 arg4); 768 u64 arg3, u64 arg4, u64 arg5); 770 u64 arg3, u64 arg4, u64 arg5, u64 arg6); 772 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7); 774 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7, 777 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7, 780 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7, 783 u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7, 786 u64 arg3, u6 [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ctx.c | 51 NXWR32(adapter, NX_ARG3_CRB_OFFSET, cmd->req.arg3); in netxen_issue_cmd() 71 if (cmd->rsp.arg3) in netxen_issue_cmd() 72 cmd->rsp.arg3 = NXRD32(adapter, NX_ARG3_CRB_OFFSET); in netxen_issue_cmd() 97 adapter->mdump.md_template_ver = cmd.rsp.arg3; in netxen_get_minidump_template_size() 127 cmd.req.arg3 |= size; in netxen_get_minidump_template() 226 cmd.req.arg3 = 0; in nx_fw_cmd_set_mtu() 247 cmd.req.arg3 = autoneg; in nx_fw_cmd_set_gbe_port() 349 cmd.req.arg3 = rq_size; in nx_fw_cmd_create_rx_ctx() 405 cmd.req.arg3 = 0; in nx_fw_cmd_destroy_rx_ctx() 474 cmd.req.arg3 in nx_fw_cmd_create_tx_ctx() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ctx.c | 51 NXWR32(adapter, NX_ARG3_CRB_OFFSET, cmd->req.arg3); in netxen_issue_cmd() 71 if (cmd->rsp.arg3) in netxen_issue_cmd() 72 cmd->rsp.arg3 = NXRD32(adapter, NX_ARG3_CRB_OFFSET); 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 in nx_fw_cmd_create_tx_ctx() [all...] |
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | paravirt_types.h | 530 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ 532 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3)) 533 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ 535 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3)) 537 #define PVOP_CALL4(rettype, op, arg1, arg2, arg3, arg4) \ 540 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4)) 541 #define PVOP_VCALL4(op, arg1, arg2, arg3, arg4) \ 543 PVOP_CALL_ARG3(arg3), PVOP_CALL_ARG4(arg4))
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelPipeline.cpp | 384 Vector4s *arg3 = nullptr; 471 case TextureStage::SOURCE_TEXTURE: arg3 = &texture; break; 472 case TextureStage::SOURCE_CONSTANT: arg3 = &constant; break; 473 case TextureStage::SOURCE_CURRENT: arg3 = ¤t; break; 474 case TextureStage::SOURCE_DIFFUSE: arg3 = &diffuse; break; 475 case TextureStage::SOURCE_SPECULAR: arg3 = &specular; break; 476 case TextureStage::SOURCE_TEMP: arg3 = &temp; break; 477 case TextureStage::SOURCE_TFACTOR: arg3 = &tfactor; break; 555 mod3.x = SubSat(Short4(0x1000), arg3->x); 556 mod3.y = SubSat(Short4(0x1000), arg3 [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | sys.c | 2383 static inline int prctl_set_mdwe(unsigned long bits, unsigned long arg3, in prctl_set_mdwe() argument 2388 if (arg3 || arg4 || arg5) in prctl_set_mdwe() 2414 static inline int prctl_get_mdwe(unsigned long arg2, unsigned long arg3, in prctl_get_mdwe() argument 2417 if (arg2 || arg3 || arg4 || arg5) in prctl_get_mdwe() 2432 SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() 2439 error = security_task_prctl(option, arg2, arg3, arg4, arg5); in SYSCALL_DEFINE5() 2514 error = prctl_set_seccomp(arg2, (char __user *)arg3); in SYSCALL_DEFINE5() 2546 if (arg3 != 0) in SYSCALL_DEFINE5() 2552 if (arg3 == PR_MCE_KILL_EARLY) in SYSCALL_DEFINE5() 2554 else if (arg3 in SYSCALL_DEFINE5() [all...] |
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
H A D | syslog11.c | 28 #define syslog(arg1, arg2, arg3) tst_syscall(__NR_syslog, arg1, arg2, arg3)
|
H A D | syslog12.c | 29 #define syslog(arg1, arg2, arg3) tst_syscall(__NR_syslog, arg1, arg2, arg3)
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/full/ |
H A D | It_los_task_094.c | 40 static void TaskF03(UINTPTR arg1, UINTPTR arg2, UINTPTR arg3, UINTPTR arg4) in TaskF03() argument 46 ICUNIT_GOTO_EQUAL(arg3, -1, arg3, EXIT); in TaskF03()
|
/third_party/ltp/include/lapi/ |
H A D | keyctl.h | 45 unsigned long arg2, arg3, arg4, arg5; in keyctl() local 49 arg3 = va_arg(va, unsigned long); in keyctl() 54 return tst_syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | objc_method.rs | 73 arg3: f32, in methodWithAndWithoutKeywords_arg2Name__arg4Name_() 79 msg_send ! (* self , methodWithAndWithoutKeywords : arg1 arg2Name : arg2 arg3 : arg3 arg4Name : arg4) in methodWithAndWithoutKeywords_arg2Name__arg4Name_()
|
/third_party/node/benchmark/process/ |
H A D | next-tick-breadth-args.js | 23 function cb3(arg1, arg2, arg3) { 29 function cb4(arg1, arg2, arg3, arg4) {
|
/third_party/node/benchmark/timers/ |
H A D | timers-breadth-args.js | 22 function cb3(arg1, arg2, arg3) { 28 function cb4(arg1, arg2, arg3, arg4) {
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | hpmc.S | 88 * r23 (arg3) procedure arg 151 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 */
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | hpmc.S | 86 * r23 (arg3) procedure arg 149 load32 PA(hpmc_pim_data),arg3 165 ldo 0(%r0),arg3 /* reserved */ 190 ldw BOOT_CONSOLE_HPA_OFFSET(%r0),arg3 /* console hpa */ 211 ldo BOOT_CONSOLE_PATH_OFFSET(%r0),arg3 /* console path */
|
/third_party/ltp/testcases/misc/crash/ |
H A D | crash02.c | 419 long int sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7; in try_one_crash() local 427 arg3 = rand_long(); in try_one_crash() 435 "%#lx, %#lx)\n", try_num, sysno, arg1, arg2, arg3, in try_one_crash() 439 syscall(sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in try_one_crash()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_safe_arithmetic.h | 85 bool SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, 87 bool SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, 95 std::uint32_t arg3); 97 std::uint32_t arg3, std::uint32_t arg4);
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | x86_64cpuid.pl | 26 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order 286 cmp \$0,$arg3 288 cmp \$16,$arg3 292 mov \$1,$arg3 296 cmovnz $arg3,%rax 306 dec $arg3 425 mov $arg3,$max
|