Searched refs:arg2 (Results 126 - 150 of 182) sorted by relevance

12345678

/linux-master/drivers/pinctrl/
H A Dpinctrl-zynqmp.c507 qdata.arg2 = index;
644 qdata.arg2 = index;
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c462 unsigned long arg1, unsigned long arg2,
468 register uintptr_t a2 asm ("a2") = (uintptr_t)(arg2);
461 sbi_ecall(int ext, int fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
/linux-master/drivers/spi/
H A Dspi-axi-spi-engine.c63 #define SPI_ENGINE_CMD(inst, arg1, arg2) \
64 (((inst) << 12) | ((arg1) << 8) | (arg2))
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_83xx.h200 __le32 arg2; member in struct:qla4_83xx_entry
H A Dql4_83xx.c923 qla4_83xx_wr_reg_indirect(ha, p_entry->arg1, p_entry->arg2);
939 qla4_83xx_read_write_crb_reg(ha, p_entry->arg1, p_entry->arg2);
976 qla4_83xx_rd_reg_indirect(ha, p_entry->arg2,
1028 qla4_83xx_rmw_crb_reg(ha, p_entry->arg1, p_entry->arg2,
/linux-master/arch/sparc/kernel/
H A Dhead_64.S204 stx %l2, [%sp + 2047 + 128 + 0x20] ! arg2, "compatible"
247 stx %l2, [%sp + 2047 + 128 + 0x20] ! arg2, "mmu"
267 stx %l5, [%sp + 2047 + 128 + 0x20] ! arg2: prom_mmu_ihandle_cache
302 /* Leave arg2 as-is, prom_mmu_ihandle_cache */
376 stx %l2, [%sp + 2047 + 128 + 0x20] ! arg2, "compatible"
/linux-master/tools/power/x86/intel-speed-select/
H A Disst.h308 void *arg1, void *arg2, void *arg3,
/linux-master/arch/parisc/kernel/
H A Dfirmware.c1844 unsigned int arg2; member in struct:narrow_stack
1863 real_stack.arg2 = va_arg(args, unsigned int);
1886 unsigned long arg2; member in struct:wide_stack
1914 real64_stack.arg2 = va_arg(args, unsigned long);
H A Dentry.S1921 copy %r3, %arg2 /* caller original %sp */
2048 ldo -FTRACE_FRAME_SIZE(%r1), %arg2
2159 ldo 2*FRAME_SIZE(%arg2), %sp
/linux-master/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c112 struct augmented_arg arg, arg2; member in struct:augmented_args_payload::__anon1576::__anon1577
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c1741 * @arg2: option argument
1755 long fpu_xstate_prctl(int option, unsigned long arg2) argument
1757 u64 __user *uptr = (u64 __user *)arg2;
1759 unsigned long idx = arg2;
/linux-master/drivers/platform/x86/
H A Dasus-wmi.c151 u32 arg2; /* At least TUF Gaming series uses 3 dword input buffer. */ member in struct:bios_args
312 u32 arg0, u32 arg1, u32 arg2, u32 *retval)
317 .arg2 = arg2,
353 u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4, u32 *retval)
358 .arg2 = arg2,
399 .arg2 = 0,
3024 u32 arg1 = 0, arg2 = 0, arg3 = 0, arg4 = 0; local
3034 arg2
311 asus_wmi_evaluate_method3(u32 method_id, u32 arg0, u32 arg1, u32 arg2, u32 *retval) argument
352 asus_wmi_evaluate_method5(u32 method_id, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4, u32 *retval) argument
[all...]
/linux-master/include/net/
H A Dtcp.h2648 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) argument
2650 u32 args[2] = {arg1, arg2};
2655 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, argument
2658 u32 args[3] = {arg1, arg2, arg3};
2669 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) argument
2674 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, argument
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nx2.h257 uint32_t arg2; member in struct:qla8044_entry
/linux-master/arch/parisc/lib/
H A Dlusercopy.S91 len = arg2
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h288 * @arg2: arg2 for call instructions
327 struct nfp_bpf_reg_state arg2; member in struct:nfp_insn_meta::__anon29::__anon33
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpin_system.c25 static int sdma_rb_evict(void *arg, struct mmu_rb_node *mnode, void *arg2,
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c115 static void otx_cpt_aead_callback(int status, void *arg1, void *arg2) argument
117 struct otx_cpt_info_buffer *cpt_info = arg2;
178 static void otx_cpt_skcipher_callback(int status, void *arg1, void *arg2) argument
180 struct otx_cpt_info_buffer *cpt_info = arg2;
H A Dotx_cptvf_reqmgr.c507 void (*callback)(int status, void *arg1, void *arg2);
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c100 static void otx2_cpt_aead_callback(int status, void *arg1, void *arg2) argument
102 struct otx2_cpt_inst_info *inst_info = arg2;
161 static void otx2_cpt_skcipher_callback(int status, void *arg1, void *arg2) argument
163 struct otx2_cpt_inst_info *inst_info = arg2;
/linux-master/include/linux/
H A Dsecurity.h173 extern int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3,
465 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3,
1286 static inline int security_task_prctl(int option, unsigned long arg2, argument
1291 return cap_task_prctl(option, arg2, arg3, arg4, arg5);
/linux-master/net/ceph/crush/
H A Dmapper.c1035 curstep->arg2,
1057 curstep->arg2,
/linux-master/drivers/pinctrl/renesas/
H A Dpfc-r8a7778.c1259 #define SH_PFC_MUX2(name, arg1, arg2) \
1260 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, }
1261 #define SH_PFC_MUX3(name, arg1, arg2, arg3) \
1262 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \
1264 #define SH_PFC_MUX4(name, arg1, arg2, arg3, arg4) \
1265 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \
1267 #define SH_PFC_MUX8(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \
1268 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \
/linux-master/include/linux/firmware/
H A Dxlnx-zynqmp.h522 * @arg2: Argument 2 of query data
528 u32 arg2; member in struct:zynqmp_pm_query_data
/linux-master/arch/m68k/kernel/
H A Dhead.S425 .macro move_stack nr,arg1,arg2,arg3,arg4
427 move_stack "(\nr-1)",\arg2,\arg3,\arg4
433 .macro \name arg1,arg2,arg3,arg4
434 move_stack \nr,\arg1,\arg2,\arg3,\arg4
456 .macro mmu_map_eq arg1,arg2,arg3
457 mmu_map \arg1,\arg1,\arg2,\arg3

Completed in 272 milliseconds

12345678