Home
last modified time | relevance | path

Searched refs:arg1 (Results 351 - 375 of 995) sorted by relevance

1...<<11121314151617181920>>...40

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H A Ducall_common.h52 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \
53 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_syscall_macro.c10 int arg1 = 0; variable
49 arg1 = tmp; in BPF_KPROBE()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_syscall_macro.c42 ASSERT_NEQ(skel->bss->arg1, exp_arg1, "syscall_arg1"); in test_bpf_syscall_macro()
44 ASSERT_EQ(skel->bss->arg1, exp_arg1, "syscall_arg1"); in test_bpf_syscall_macro()
/kernel/uniproton/src/include/uapi/
H A Dprt_timer.h213 typedef void (*TmrProcFunc)(TimerHandle tmrHandle, U32 arg1, U32 arg2, U32 arg3, U32 arg4);
283 U32 arg1; member
/third_party/node/test/fixtures/wpt/FileAPI/file/
H A DFile-constructor.any.js17 function test_first_argument(arg1, expectedSize, testName) {
19 var file = new File(arg1, "dummy");
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_method.rs71 arg1: ::std::os::raw::c_int, in methodWithAndWithoutKeywords_arg2Name__arg4Name_()
79 msg_send ! (* self , methodWithAndWithoutKeywords : arg1 arg2Name : arg2 arg3 : arg3 arg4Name : arg4) in methodWithAndWithoutKeywords_arg2Name__arg4Name_()
H A Dpointer-attr.rs9 pub fn a(arg1: *const ::std::os::raw::c_char); in a()
H A Dfunc_ptr_return_type.rs11 arg1: ::std::os::raw::c_int, in func()
/third_party/typescript/tests/baselines/reference/
H A DgenericRecursiveImplicitConstructorErrors3.js4 static create<A,B,C>(arg1: any, arg2?: any, arg3?: any): MemberName {
54 MemberName.create = function (arg1, arg2, arg3) {
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter_unittest.cc602 std::vector<std::string> args{"arg1", "arg2"}; in TEST()
614 EXPECT_EQ("arg1 arg2", s); in TEST()
644 EXPECT_EQ("arg1 bar arg2 bla", s); in TEST()
658 EXPECT_EQ("\n\n arg1 bar arg2\n bla", s); in TEST()
672 std::vector<std::string> args{annotation.SerializeAsString(), "arg1", in TEST()
677 EXPECT_EQ("\n\n arg1 arg2\n bla", s); in TEST()
679 const GeneratedCodeInfo::Annotation* arg1 = &info.annotation(0); in TEST() local
680 ASSERT_EQ(1, arg1->path_size()); in TEST()
681 EXPECT_EQ(33, arg1->path(0)); in TEST()
682 EXPECT_EQ("file.proto", arg1 in TEST()
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_asm.S117 #define arg1 rdi define
128 #define keysize 2*15*16(%arg1)
787 * arg1, %arg2, %arg3 are used as a pointer only, not modified
804 MOVADQ 0(%arg1),\TMP2
815 lea 0x10(%arg1),%r10
892 MOVADQ 0(%arg1),\TMP1
898 movaps 0x10*\index(%arg1), \TMP1
905 movaps 0x10*\index(%arg1), \TMP1
911 lea 0xa0(%arg1),%r10
977 * arg1,
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_asm.S113 #define arg1 rdi define
124 #define keysize 2*15*16(%arg1)
783 * arg1, %arg2, %arg3 are used as a pointer only, not modified
800 MOVADQ 0(%arg1),\TMP2
811 lea 0x10(%arg1),%r10
888 MOVADQ 0(%arg1),\TMP1
894 movaps 0x10*\index(%arg1), \TMP1
901 movaps 0x10*\index(%arg1), \TMP1
907 lea 0xa0(%arg1),%r10
973 * arg1,
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-function-prototype.h20 ecma_value_t arg1,
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest25-removed-fn-parms-v0.c5 __attribute__((unused)) char arg1, in fun()
4 fun(__attribute__((unused))unsigned arg0, __attribute__((unused)) char arg1, __attribute__((unused)) int arg2) fun() argument
H A Dtest24-added-fn-parms-v1.c10 __attribute__((unused)) char arg1, in fun()
9 fun(__attribute__((unused))unsigned arg0, __attribute__((unused)) char arg1, __attribute__((unused)) int arg2) fun() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dabi_variadic_function.rs10 pub fn b(arg1: ::std::os::raw::c_char, ...) -> ::std::os::raw::c_char; in b()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/
H A Dabi_variadic_function.rs10 pub fn b(arg1: ::std::os::raw::c_char, ...) -> ::std::os::raw::c_char; in b()
/kernel/linux/linux-5.10/arch/arm/mach-bcm/
H A Dbcm_kona_smc.h28 unsigned arg1,
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dsigframe.h15 unsigned long arg1; /* siginfo pointer */ member
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dsigframe.h15 unsigned long arg1; /* siginfo pointer */ member
/kernel/linux/linux-6.6/arch/arm/mach-bcm/
H A Dbcm_kona_smc.h18 unsigned arg1,
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.h22 #define mallopt(arg1, arg2) do { } while (0);
/kernel/linux/linux-5.10/drivers/firmware/
H A Darm_sdei.c40 unsigned long arg0, unsigned long arg1,
138 unsigned long arg1, unsigned long arg2, in invoke_sdei_fn()
146 sdei_firmware_call(function_id, arg0, arg1, arg2, arg3, arg4, in invoke_sdei_fn()
840 unsigned long arg0, unsigned long arg1, in sdei_smccc_smc()
844 arm_smccc_smc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_smc()
849 unsigned long arg0, unsigned long arg1, in sdei_smccc_hvc()
853 arm_smccc_hvc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_hvc()
137 invoke_sdei_fn(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, u64 *result) invoke_sdei_fn() argument
839 sdei_smccc_smc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) sdei_smccc_smc() argument
848 sdei_smccc_hvc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) sdei_smccc_hvc() argument
/kernel/linux/linux-6.6/drivers/firmware/
H A Darm_sdei.c39 unsigned long arg0, unsigned long arg1,
137 unsigned long arg1, unsigned long arg2, in invoke_sdei_fn()
145 sdei_firmware_call(function_id, arg0, arg1, arg2, arg3, arg4, in invoke_sdei_fn()
839 unsigned long arg0, unsigned long arg1, in sdei_smccc_smc()
843 arm_smccc_smc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_smc()
848 unsigned long arg0, unsigned long arg1, in sdei_smccc_hvc()
852 arm_smccc_hvc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_hvc()
136 invoke_sdei_fn(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, u64 *result) invoke_sdei_fn() argument
838 sdei_smccc_smc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) sdei_smccc_smc() argument
847 sdei_smccc_hvc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) sdei_smccc_hvc() argument
/kernel/linux/linux-6.6/arch/arm/mach-at91/
H A Dsam_secure.h16 struct arm_smccc_res sam_smccc_call(u32 fn, u32 arg0, u32 arg1);

Completed in 13 milliseconds

1...<<11121314151617181920>>...40