Home
last modified time | relevance | path

Searched defs:arg2 (Results 151 - 175 of 458) sorted by relevance

12345678910>>...19

/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dleon_smp.c364 unsigned long arg2; member
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
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
H A Dsun4m_smp.c162 unsigned long arg2; member
173 sun4m_cross_call(void *func, cpumask_t mask, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) sun4m_cross_call() argument
/kernel/linux/linux-5.10/security/yama/
H A Dyama_lsm.c221 static int yama_task_prctl(int option, unsigned long arg2, unsigned long arg3, in yama_task_prctl() argument
/kernel/linux/linux-5.10/tools/perf/examples/bpf/
H A Daugmented_raw_syscalls.c75 struct augmented_arg arg, arg2; member
/kernel/linux/linux-6.6/drivers/firmware/meson/
H A Dmeson_sm.c70 static u32 __meson_sm_call(u32 cmd, u32 arg0, u32 arg1, u32 arg2, in __meson_sm_call() argument
104 meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index, u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call() argument
142 meson_sm_call_read(struct meson_sm_firmware *fw, void *buffer, unsigned int bsize, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call_read() argument
191 meson_sm_call_write(struct meson_sm_firmware *fw, void *buffer, unsigned int size, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) meson_sm_call_write() argument
[all...]
/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
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/
H A Dfixed31_32.h135 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt() argument
144 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le() argument
153 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq() argument
162 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_min() argument
174 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_max() argument
245 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_add() argument
261 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) dc_fixpt_add_int() argument
270 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_sub() argument
286 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) dc_fixpt_sub_int() argument
308 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) dc_fixpt_mul_int() argument
323 dc_fixpt_div_int(struct fixed31_32 arg1, long long arg2) dc_fixpt_div_int() argument
332 dc_fixpt_div(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_div() argument
426 dc_fixpt_pow(struct fixed31_32 arg1, struct fixed31_32 arg2) dc_fixpt_pow() argument
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/misc/
H A Dbcm_vk.h23 __u32 arg2; member
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S186 #define arg2 %rsi define
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dshstk.c535 long shstk_prctl(struct task_struct *task, int option, unsigned long arg2) in shstk_prctl() argument
/kernel/linux/linux-6.6/security/yama/
H A Dyama_lsm.c221 static int yama_task_prctl(int option, unsigned long arg2, unsigned long arg3, in yama_task_prctl() argument
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dptrace_syscall.c44 uint32_t nr, arg0, arg1, arg2, arg3, arg4, arg5; member
/kernel/uniproton/src/include/uapi/
H A Dprt_timer.h285 U32 arg2; member
/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp414 auto arg2 = json(); in TEST_F() local
578 auto arg2 = json(); in TEST_F() local
/third_party/ffmpeg/libavcodec/
H A Davcodec.c45 int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2), void *arg, int *ret, int count, int size) in avcodec_default_execute() argument
58 int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int jobnr, int threadnr), void *arg, int *ret, int count) in avcodec_default_execute2() argument
/third_party/elfutils/libdw/
H A Dlibdw_findcu.c39 findcu_cb (const void *arg1, const void *arg2) in findcu_cb() argument
65 __libdw_finddbg_cb (const void *arg1, const void *arg2) in __libdw_finddbg_cb() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-function-prototype.c98 ecma_builtin_function_prototype_object_apply(ecma_object_t *func_obj_p, ecma_value_t arg1, ecma_value_t arg2) ecma_builtin_function_prototype_object_apply() argument
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dmemory.c52 void check_call2(wasm_func_t* func, int32_t arg1, int32_t arg2, int32_t expected) { in check_call2() argument
67 void check_ok2(wasm_func_t* func, int32_t arg1, int32_t arg2) { in check_ok2() argument
90 void check_trap2(wasm_func_t* func, int32_t arg1, int32_t arg2) { in check_trap2() argument
/third_party/node/deps/cares/src/lib/
H A Dares_qcache.c168 static int ares__qcache_entry_sort_cb(const void *arg1, const void *arg2) in ares__qcache_entry_sort_cb() argument
H A Dares_init.c79 static int ares_query_timeout_cmp_cb(const void *arg1, const void *arg2) in ares_query_timeout_cmp_cb() argument
/third_party/ltp/testcases/misc/crash/
H A Dcrash02.c419 long int sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7; in try_one_crash() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-internal.cc246 Handle<Object> arg2; in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c161 lp_build_emit_llvm_ternary(struct lp_build_tgsi_context *bld_base, unsigned tgsi_opcode, LLVMValueRef arg0, LLVMValueRef arg1, LLVMValueRef arg2) lp_build_emit_llvm_ternary() argument
/third_party/popt/tests/
H A Dtest1.c18 static const char * arg2 = "(none)"; variable

Completed in 19 milliseconds

12345678910>>...19