Home
last modified time | relevance | path

Searched defs:arg1 (Results 26 – 50 of 182) sorted by relevance

12345678

/openbmc/linux/arch/sparc/include/asm/
H A Dsmp_32.h71 static inline void xc1(void *func, unsigned long arg1) in xc1()
75 static inline void xc2(void *func, unsigned long arg1, unsigned long arg2) in xc2()
80 static inline void xc3(void *func, unsigned long arg1, unsigned long arg2, in xc3()
87 static inline void xc4(void *func, unsigned long arg1, unsigned long arg2, in xc4()
/openbmc/linux/arch/x86/um/shared/sysdep/
H A Dstub_64.h30 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2()
41 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4()
67 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_math.c40 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod()
49 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2()
58 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max()
62 float dcn_bw_max2(const float arg1, const float arg2) in dcn_bw_max2()
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c51 static inline float32 f_maddsub_nan_result(float32 arg1, float32 arg2, in f_maddsub_nan_result()
150 float32 arg1 = make_float32(r1); in FADD_SUB() local
208 uint32_t arg1, S, E, M, E_minus_one, m_idx; in helper_qseed() local
257 float32 arg1 = make_float32(r1); in helper_fdiv() local
284 float32 arg1 = make_float32(r1); in helper_fmadd() local
310 float32 arg1 = make_float32(r1); in helper_fmsub() local
337 float32 arg1 = make_float32(r1); in helper_fcmp() local
/openbmc/qemu/bsd-user/freebsd/
H A Dos-proc.h56 static inline abi_long do_freebsd_wait4(abi_long arg1, abi_ulong target_status, in do_freebsd_wait4()
136 static inline abi_long do_freebsd_setloginclass(abi_ulong arg1) in do_freebsd_setloginclass()
152 static inline abi_long do_freebsd_getloginclass(abi_ulong arg1, abi_ulong arg2) in do_freebsd_getloginclass()
183 static inline abi_long do_freebsd___setugid(abi_long arg1) in do_freebsd___setugid()
H A Dos-syscall.c217 static abi_long freebsd_syscall(void *cpu_env, int num, abi_long arg1, in freebsd_syscall()
931 abi_long do_freebsd_syscall(void *cpu_env, int num, abi_long arg1, in do_freebsd_syscall()
H A Dos-strace.h24 abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, in do_os_print_sysarch()
/openbmc/qemu/target/mips/tcg/
H A Dldst_helper.c75 void helper_swl(CPUMIPSState *env, target_ulong arg1, target_ulong arg2, in helper_swl()
99 void helper_swr(CPUMIPSState *env, target_ulong arg1, target_ulong arg2, in helper_swr()
129 void helper_sdl(CPUMIPSState *env, target_ulong arg1, target_ulong arg2, in helper_sdl()
173 void helper_sdr(CPUMIPSState *env, target_ulong arg1, target_ulong arg2, in helper_sdr()
H A Dmsa_helper.c666 static inline int64_t msa_bset_df(uint32_t df, int64_t arg1, in msa_bset_df()
1648 static inline int8_t msa_ceq_b(int8_t arg1, int8_t arg2) in msa_ceq_b()
1677 static inline int16_t msa_ceq_h(int16_t arg1, int16_t arg2) in msa_ceq_h()
1698 static inline int32_t msa_ceq_w(int32_t arg1, int32_t arg2) in msa_ceq_w()
1715 static inline int64_t msa_ceq_d(int64_t arg1, int64_t arg2) in msa_ceq_d()
1879 static inline int8_t msa_clt_s_b(int8_t arg1, int8_t arg2) in msa_clt_s_b()
1909 static inline int16_t msa_clt_s_h(int16_t arg1, int16_t arg2) in msa_clt_s_h()
1931 static inline int32_t msa_clt_s_w(int32_t arg1, int32_t arg2) in msa_clt_s_w()
5290 #define BIT_MOVE_IF_NOT_ZERO(dest, arg1, arg2, df) \ argument
5295 #define BIT_MOVE_IF_ZERO(dest, arg1, arg2, df) \ argument
[all …]
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c27 #define _PyCapsule_GetPointer(arg1, arg2) \ argument
29 #define _PyBytes_FromStringAndSize(arg1, arg2) \ argument
36 #define _PyCapsule_GetPointer(arg1, arg2) \ argument
38 #define _PyBytes_FromStringAndSize(arg1, arg2) \ argument
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h508 #define PVOP_CALL1(rettype, op, arg1) \ argument
510 #define PVOP_VCALL1(op, arg1) \ argument
512 #define PVOP_ALT_VCALL1(op, arg1, alt, cond) \ argument
515 #define PVOP_CALLEE1(rettype, op, arg1) \ argument
517 #define PVOP_VCALLEE1(op, arg1) \ argument
521 #define PVOP_ALT_VCALLEE1(op, arg1, alt, cond) \ argument
525 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument
527 #define PVOP_VCALL2(op, arg1, arg2) \ argument
530 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ argument
533 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ argument
[all …]
/openbmc/linux/kernel/
H A Dkcov.c229 static void notrace write_comp_data(u64 type, u64 arg1, u64 arg2, u64 ip) in write_comp_data()
264 void notrace __sanitizer_cov_trace_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_cmp1()
270 void notrace __sanitizer_cov_trace_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_cmp2()
276 void notrace __sanitizer_cov_trace_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_cmp4()
282 void notrace __sanitizer_cov_trace_cmp8(kcov_u64 arg1, kcov_u64 arg2) in __sanitizer_cov_trace_cmp8()
288 void notrace __sanitizer_cov_trace_const_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_const_cmp1()
295 void notrace __sanitizer_cov_trace_const_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_const_cmp2()
302 void notrace __sanitizer_cov_trace_const_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_const_cmp4()
309 void notrace __sanitizer_cov_trace_const_cmp8(kcov_u64 arg1, kcov_u64 arg2) in __sanitizer_cov_trace_const_cmp8()
/openbmc/linux/arch/parisc/include/asm/
H A Dunistd.h113 #define _syscall1(type,name,type1,arg1) \ argument
119 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
/openbmc/linux/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()
105 u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call()
144 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_read()
193 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_write()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-bmi2.c28 #define insn2q(name, arg0, c0, arg1, c1) \ argument
36 #define insn2l(name, arg0, c0, arg1, c1) \ argument
/openbmc/qemu/hw/acpi/
H A Daml-build.c700 Aml *aml_and(Aml *arg1, Aml *arg2, Aml *dst) in aml_and()
706 Aml *aml_or(Aml *arg1, Aml *arg2, Aml *dst) in aml_or()
712 Aml *aml_land(Aml *arg1, Aml *arg2) in aml_land()
721 Aml *aml_lor(Aml *arg1, Aml *arg2) in aml_lor()
730 Aml *aml_shiftleft(Aml *arg1, Aml *count) in aml_shiftleft()
742 Aml *aml_lless(Aml *arg1, Aml *arg2) in aml_lless()
751 Aml *aml_add(Aml *arg1, Aml *arg2, Aml *dst) in aml_add()
779 Aml *aml_index(Aml *arg1, Aml *idx) in aml_index()
785 Aml *aml_notify(Aml *arg1, Aml *arg2) in aml_notify()
1071 Aml *aml_equal(Aml *arg1, Aml *arg2) in aml_equal()
[all …]
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c553 void *arg1, void *arg2, void *arg3, in for_each_online_power_domain_in_set()
609 void (*callback)(struct isst_id *, void *, void *, void *, void *), void *arg1, in for_each_online_target_cpu_in_set() argument
1049 void get_isst_status(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) in get_isst_status()
1331 static void dump_clx_n_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, in dump_clx_n_config_for_cpu()
1357 static void dump_isst_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, in dump_isst_config_for_cpu()
1515 static void clx_n_dump_pbf_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, in clx_n_dump_pbf_config_for_cpu()
1884 static void set_pbf_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in set_pbf_for_cpu()
1999 static void dump_fact_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, in dump_fact_config_for_cpu()
2045 static void set_fact_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in set_fact_for_cpu()
2295 static void dump_clos_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, in dump_clos_config_for_cpu()
[all …]
/openbmc/linux/arch/arm/mach-bcm/
H A Dbcm_kona_smc.c18 unsigned arg1; member
139 unsigned bcm_kona_smc(unsigned service_id, unsigned arg0, unsigned arg1, in bcm_kona_smc()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c177 u32 arg1, arg2, arg3; in qlcnic_fw_cmd_set_drv_version() local
1034 u32 arg1; in qlcnic_config_port_mirroring() local
1072 u32 arg1; in qlcnic_get_port_stats() local
1250 u32 arg1; in qlcnic_clear_esw_stats() local
1289 u32 *arg1, u32 *arg2) in __qlcnic_get_eswitch_port_config()
1328 u32 arg1, arg2 = 0; in qlcnic_config_switch_port() local
1409 u32 arg1, arg2; in qlcnic_get_eswitch_port_config() local
/openbmc/linux/arch/ia64/kernel/
H A Dsal.c353 ia64_sal_oemcall(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, in ia64_sal_oemcall()
364 ia64_sal_oemcall_nolock(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, in ia64_sal_oemcall_nolock()
378 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, in ia64_sal_oemcall_reentrant()
H A Desi.c90 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_esi_call()
141 u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, in ia64_esi_call_phys()
/openbmc/linux/arch/arm/mach-omap2/
H A Domap-secure.c59 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, in omap_secure_dispatcher()
156 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in rx51_secure_dispatcher()
/openbmc/linux/tools/testing/selftests/kvm/lib/riscv/
H A Ducall.c14 unsigned long arg1, unsigned long arg2, in sbi_ecall()
/openbmc/linux/arch/arm/mach-at91/
H A Dsam_secure.c17 struct arm_smccc_res sam_smccc_call(u32 fn, u32 arg0, u32 arg1) in sam_smccc_call()
/openbmc/linux/arch/sparc/kernel/
H A Dsun4m_smp.c161 unsigned long arg1; member
173 static void sun4m_cross_call(void *func, cpumask_t mask, unsigned long arg1, in sun4m_cross_call()

12345678