Home
last modified time | relevance | path

Searched defs:arg2 (Results 126 – 150 of 182) sorted by relevance

12345678

/openbmc/phosphor-bmc-code-mgmt/test/
H A Dutest.cpp437 auto arg2 = "-l"; in TEST() local
/openbmc/linux/arch/riscv/kernel/
H A Dsbi.c27 unsigned long arg1, unsigned long arg2, in sbi_ecall()
/openbmc/linux/tools/include/nolibc/
H A Dsys.h796 int sys_prctl(int option, unsigned long arg2, unsigned long arg3, in sys_prctl()
803 int prctl(int option, unsigned long arg2, unsigned long arg3, in prctl()
/openbmc/linux/drivers/misc/
H A Dvmw_balloon.c456 unsigned long arg2, unsigned long *result) in __vmballoon_cmd()
502 unsigned long arg2) in vmballoon_cmd()
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c116 static void otx_cpt_aead_callback(int status, void *arg1, void *arg2) in otx_cpt_aead_callback()
179 static void otx_cpt_skcipher_callback(int status, void *arg1, void *arg2) in otx_cpt_skcipher_callback()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c100 static void otx2_cpt_aead_callback(int status, void *arg1, void *arg2) in otx2_cpt_aead_callback()
161 static void otx2_cpt_skcipher_callback(int status, void *arg1, void *arg2) in otx2_cpt_skcipher_callback()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c502 u8 arg1, arg2, tree_val; in qed_init_cmd_mode_match() local
/openbmc/linux/arch/x86/kernel/cpu/
H A Dvmware.c169 static int vmware_cmd_stealclock(uint32_t arg1, uint32_t arg2) in vmware_cmd_stealclock()
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S186 #define arg2 %rsi macro
H A Daesni-intel_asm.S114 #define arg2 rsi macro
/openbmc/linux/include/linux/crush/
H A Dcrush.h46 __s32 arg2; member
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c1068 long do_arch_prctl_common(int option, unsigned long arg2) in do_arch_prctl_common()
/openbmc/qemu/hw/i386/
H A Dx86-common.c540 static uint64_t read_pvh_start_addr(void *arg1, void *arg2, bool is64) in read_pvh_start_addr()
/openbmc/linux/include/net/
H A Dtcp.h2459 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg()
2466 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg()
2480 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg()
2485 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg()
/openbmc/qemu/target/ppc/
H A Dexcp_helper.c2782 void helper_TW(CPUPPCState *env, target_ulong arg1, target_ulong arg2, in helper_TW()
2796 void helper_TD(CPUPPCState *env, target_ulong arg1, target_ulong arg2, in helper_TD()
H A Dtranslate.c1646 TCGv arg1, TCGv arg2, int sub) in gen_op_arith_compute_ov()
1693 TCGv arg2, TCGv ca, TCGv ca32, in gen_op_arith_add()
1751 TCGv arg1, TCGv arg2, bool sign, in gen_op_arith_divw()
1793 TCGv arg1, TCGv arg2, bool sign, in gen_op_arith_divd()
1833 TCGv arg2, int sign) in gen_op_arith_modw()
1863 TCGv arg2, int sign) in gen_op_arith_modd()
1892 TCGv arg2, bool add_ca, bool compute_ca, in gen_op_arith_subf()
/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c1158 syscall_trace_enter (long arg0, long arg1, long arg2, long arg3, in syscall_trace_enter()
1179 syscall_trace_leave (long arg0, long arg1, long arg2, long arg3, in syscall_trace_leave()
/openbmc/linux/arch/parisc/kernel/
H A Dfirmware.c1844 unsigned int arg2; member
1886 unsigned long arg2; member
/openbmc/linux/drivers/spi/
H A Dspi-axi-spi-engine.c58 #define SPI_ENGINE_CMD(inst, arg1, arg2) \ argument
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c110 u32 arg2; member
1817 unsigned long arg1, arg2; in qlcnic_83xx_poll_list() local
/openbmc/linux/security/
H A Dcommoncap.c1265 int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, in cap_task_prctl()
/openbmc/linux/drivers/platform/x86/
H A Dasus-wmi.c147 u32 arg2; /* At least TUF Gaming series uses 3 dword input buffer. */ member
305 u32 arg0, u32 arg1, u32 arg2, u32 *retval) in asus_wmi_evaluate_method3()
346 u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4, u32 *retval) in asus_wmi_evaluate_method5()
3008 u32 arg1 = 0, arg2 = 0, arg3 = 0, arg4 = 0; in fan_curve_write() local
/openbmc/linux/security/keys/
H A Dkeyctl.c1874 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() argument
/openbmc/linux/kernel/
H A Dsys.c2417 static inline int prctl_get_mdwe(unsigned long arg2, unsigned long arg3, in prctl_get_mdwe()
2435 SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() argument
/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.c1759 long fpu_xstate_prctl(int option, unsigned long arg2) in fpu_xstate_prctl()

12345678