Home
last modified time | relevance | path

Searched refs:arg3 (Results 301 - 325 of 349) sorted by relevance

1...<<11121314

/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2741 int64_t arg0, int64_t arg1, int64_t arg2, int64_t arg3, int64_t arg4,
2778 const int64_t arg3 = get_register(a3); in SoftwareInterrupt() local
2960 arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, in SoftwareInterrupt()
2963 ObjectPair result = target(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, in SoftwareInterrupt()
4422 int64_t arg3 = get_register(a3); in DecodeRVIType() local
4437 builtins_.name(builtin), arg0, arg1, arg2, arg3, arg4, arg5, in DecodeRVIType()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dentry.S1664 %r23 - %r26 arg3-arg0, saved in PT_REGS by gateway page
1993 ldi 0, %arg3
2124 copy %r1, %arg3 /* struct pt_regs */
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dentry.S1591 %r23 - %r26 arg3-arg0, saved in PT_REGS by gateway page
1919 ldi 0, %arg3
2050 copy %r1, %arg3 /* struct pt_regs */
/kernel/linux/linux-6.6/security/
H A Dsecurity.c3420 * @arg3: argument
3430 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, in security_task_prctl() argument
3438 thisrc = hp->hook.task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
/kernel/linux/linux-6.6/kernel/trace/
H A Dbpf_trace.c372 u64, arg2, u64, arg3) in BPF_CALL_5()
374 u64 args[MAX_TRACE_PRINTK_VARARGS] = { arg1, arg2, arg3 }; in BPF_CALL_5()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.h604 CPURegister arg3 = NoCPUReg);
612 const CPURegister& arg3 = NoCPUReg);
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h677 u32 arg3; member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h1543 u8 arg1, u8 arg2, u8 arg3, u8 arg4, u8 arg5);
/kernel/linux/linux-5.10/include/linux/
H A Defi.h1228 void *arg3; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h677 u32 arg3; member
/kernel/linux/linux-6.6/include/linux/
H A Dcompat.h761 u32 arg2, u32 arg3, u32 arg4, u32 arg5);
/third_party/rust/crates/libc/src/unix/nto/
H A Dneutrino.rs1059 unsafe extern "C" fn(arg1: ::c_uint, arg2: *mut syspage_entry, arg3: *mut _idle_hook), in InterruptHookIdle2()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc2018 int64_t arg0, int64_t arg1, int64_t arg2, int64_t arg3, int64_t arg4,
2054 int64_t arg3 = get_register(a3); in SoftwareInterrupt() local
2090 arg3 = get_fpu_register(f3); in SoftwareInterrupt()
2245 arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, in SoftwareInterrupt()
2248 ObjectPair result = target(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2211 int64_t arg0, int64_t arg1, int64_t arg2, int64_t arg3, int64_t arg4,
2249 int64_t arg3 = get_register(a3); in SoftwareInterrupt() local
2285 arg3 = get_fpu_register(f15); in SoftwareInterrupt()
2440 arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, in SoftwareInterrupt()
2443 ObjectPair result = target(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, in SoftwareInterrupt()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pcie.c4729 uint32 arg1, arg2, arg3; in dhd_buzzz_dump_log() local
4730 arg1 = *log++; arg2 = *log++; arg3 = *log++; in dhd_buzzz_dump_log()
4731 bytes += sprintf(p + bytes, fmt[arg0.klog.id], arg1, arg2, arg3); in dhd_buzzz_dump_log()
4736 uint32 arg1, arg2, arg3, arg4; in dhd_buzzz_dump_log() local
4738 arg3 = *log++; arg4 = *log++; in dhd_buzzz_dump_log()
4739 bytes += sprintf(p + bytes, fmt[arg0.klog.id], arg1, arg2, arg3, arg4); in dhd_buzzz_dump_log()
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc275 TNode<Object> arg2, TNode<Object> arg3);
283 TNode<Object> arg2, TNode<Object> arg3,
1068 TNode<Object> arg1, TNode<Object> arg2, TNode<Object> arg3) { in Call4()
1077 arg0, arg1, arg2, arg3, context)); in Call4()
1098 TNode<Object> arg1, TNode<Object> arg2, TNode<Object> arg3, in JSCall4()
1108 function, this_arg, arg0, arg1, arg2, arg3, n.feedback_vector(), in JSCall4()
1066 Call4( const Callable& callable, TNode<Context> context, TNode<Object> arg0, TNode<Object> arg1, TNode<Object> arg2, TNode<Object> arg3) Call4() argument
1096 JSCall4( TNode<Object> function, TNode<Object> this_arg, TNode<Object> arg0, TNode<Object> arg1, TNode<Object> arg2, TNode<Object> arg3, FrameState frame_state) JSCall4() argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4654 R CallMethod3(C *obj, P1 arg1, P2 arg2, P3 arg3) { in CallMethod3() argument
4655 return ((*obj).*F)(arg1, arg2, arg3); in CallMethod3()
4660 R CallMethod4(C *obj, P1 arg1, P2 arg2, P3 arg3, P4 arg4) { in CallMethod4() argument
4661 return ((*obj).*F)(arg1, arg2, arg3, arg4); in CallMethod4()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dentry.S792 and %o2, 2, %o2 ! arg3 = writep
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dentry.S792 and %o2, 2, %o2 ! arg3 = writep
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h4073 u32 arg3; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h4131 u32 arg3; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h2135 u8 arg1, u8 arg2, u8 arg3, u8 arg4, u8 arg5);
/third_party/python/Lib/test/test_capi/
H A Dtest_getargs.py633 getargs_keywords(arg1=(1,2), arg2=3, arg3=(4,(5,6)), arg4=(7,8,9), arg5=10),
/third_party/rust/crates/libc/src/
H A Dpsp.rs54 arg3: *mut c_void,
58 unsafe extern "C" fn(uid: SceUid, arg1: i64, arg2: i64, arg3: *mut c_void) -> u32;
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_config.c133 action_args.arg3 = MAC_UNSPEC_REASON; /* BA会话的确认策略 */ in hmac_config_delba_req()
188 action_args.arg3 = addba_req->ba_policy; /* BA会话的确认策略 */ in hmac_config_addba_req()
333 action_args.arg3 = MAC_BA_POLICY_IMMEDIATE; /* BA会话的确认策略 */ in hmac_config_ampdu_start()

Completed in 183 milliseconds

1...<<11121314