Home
last modified time | relevance | path

Searched refs:arg2 (Results 251 - 275 of 902) sorted by relevance

1...<<11121314151617181920>>...37

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap-secure.h68 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
79 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/
H A Dhead.S61 copy %arg2, %r7 /* rd-start */
81 copy %r7, %arg2 /* rd-start */
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H A Dtargetos.h63 #define FDDI_TRACE(string, arg1, arg2, arg3) // Performance analysis.
65 #define NDD_TRACE(string, arg1, arg2, arg3) // Performance analysis.
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H A Dtargetos.h63 #define FDDI_TRACE(string, arg1, arg2, arg3) // Performance analysis.
65 #define NDD_TRACE(string, arg1, arg2, arg3) // Performance analysis.
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_autoattach.c8 static noinline int autoattach_trigger_func(int arg1, int arg2, int arg3, in autoattach_trigger_func() argument
13 return arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + 1; in autoattach_trigger_func()
53 ASSERT_EQ(skel->bss->a[1], 2, "arg2"); in test_uprobe_autoattach()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dconstify-module-enums-basic.rs62 arg2: *mut foo::Type, in func1()
69 arg2: *mut foo_alias1, in func2()
H A Dfit-macro-constant-types.rs42 arg2: ::std::os::raw::c_int, in foo()
52 arg2: ::std::os::raw::c_longlong, in bar()
H A Dfit-macro-constant-types-signed.rs42 arg2: ::std::os::raw::c_int, in foo()
52 arg2: ::std::os::raw::c_longlong, in bar()
H A Ddefault-macro-constant-type-unsigned.rs42 arg2: ::std::os::raw::c_int, in foo()
52 arg2: ::std::os::raw::c_longlong, in bar()
H A Ddefault-macro-constant-type-signed.rs42 arg2: ::std::os::raw::c_int, in foo()
52 arg2: ::std::os::raw::c_longlong, in bar()
H A Ddefault-macro-constant-type.rs42 arg2: ::std::os::raw::c_int, in foo()
52 arg2: ::std::os::raw::c_longlong, in bar()
/third_party/selinux/checkpolicy/
H A Dpolicy_define.h19 cond_expr_t *define_cond_expr(uint32_t expr_type, void *arg1, void* arg2);
75 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2);
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c530 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \
535 "mov x3, %[arg2]\n" \
548 [arg1] "r"(arg1), [arg2] "r"(arg2), [arg3] "r"(arg3), \
554 uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, in smccc_hvc()
557 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_hvc()
562 uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, in smccc_smc()
565 __smccc_call(smc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_smc()
553 smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, uint64_t arg6, struct arm_smccc_res *res) smccc_hvc() argument
561 smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, uint64_t arg6, struct arm_smccc_res *res) smccc_smc() argument
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmath-emu.h246 .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 Dsun4d_smp.c273 unsigned long arg2; member
285 unsigned long arg2, unsigned long arg3, in sun4d_cross_call()
301 register unsigned long a2 asm("i2") = arg2; 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 Dleon_smp.c364 unsigned long arg2; member
376 unsigned long arg2, unsigned long arg3, in leon_cross_call()
389 register unsigned long a2 asm("i2") = arg2; 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-5.10/arch/parisc/kernel/
H A Dreal2.S70 copy %arg2, %r31
75 ldw -8(%arg1), %arg2
249 copy %arg2, %r31
254 ldd 2*REG_SZ(%arg1), %arg2
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/basics/
H A Dfixpt31_32.c119 struct fixed31_32 dc_fixpt_mul(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_mul() argument
124 bool arg2_negative = arg2.value < 0; in dc_fixpt_mul()
127 unsigned long long arg2_value = arg2_negative ? -arg2.value : arg2.value; in dc_fixpt_mul()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmath-emu.h246 .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/parisc/kernel/
H A Dreal2.S57 copy %arg2, %r31
62 ldw -8(%arg1), %arg2
236 copy %arg2, %r31
241 ldd 2*REG_SZ(%arg1), %arg2
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dleon_smp.c364 unsigned long arg2; member
376 unsigned long arg2, unsigned long arg3, in leon_cross_call()
389 register unsigned long a2 asm("i2") = arg2; 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 Dsun4d_smp.c273 unsigned long arg2; member
285 unsigned long arg2, unsigned long arg3, in sun4d_cross_call()
301 register unsigned long a2 asm("i2") = arg2; 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-6.6/drivers/gpu/drm/amd/display/dc/basics/
H A Dfixpt31_32.c123 struct fixed31_32 dc_fixpt_mul(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_mul() argument
128 bool arg2_negative = arg2.value < 0; in dc_fixpt_mul()
131 unsigned long long arg2_value = arg2_negative ? -arg2.value : arg2.value; in dc_fixpt_mul()
/third_party/elfutils/libdw/
H A Dlibdw_findcu.c39 findcu_cb (const void *arg1, const void *arg2) in findcu_cb() argument
42 struct Dwarf_CU *cu2 = (struct Dwarf_CU *) arg2; in findcu_cb()
65 __libdw_finddbg_cb (const void *arg1, const void *arg2) in __libdw_finddbg_cb() argument
68 Dwarf *dbg2 = (Dwarf *) arg2; in __libdw_finddbg_cb()
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtable.cc52 const wasm::Func* func, wasm::Val&& arg1, wasm::Val&& arg2
54 wasm::Val args[2] = {std::move(arg1), std::move(arg2)};
63 void check_trap(const wasm::Func* func, wasm::Val&& arg1, wasm::Val&& arg2) { in check_trap() argument
64 wasm::Val args[2] = {std::move(arg1), std::move(arg2)}; in check_trap()

Completed in 14 milliseconds

1...<<11121314151617181920>>...37