/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | processor.c | 530 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \ argument 554 uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, in smccc_hvc() 562 uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, in smccc_smc()
|
/openbmc/u-boot/drivers/firmware/ |
H A D | psci.c | 28 unsigned long arg1, unsigned long arg2) in invoke_psci_fn()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | process_32.c | 220 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_uprobe_autoattach.c | 37 , int arg2 in BPF_UPROBE()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | sh_bios.c | 25 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, in sh_bios_call()
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | ddr3_training_ip.h | 14 #define GET_MIN(arg1, arg2) ((arg1) < (arg2)) ? (arg1) : (arg2) argument 15 #define GET_MAX(arg1, arg2) ((arg1) < (arg2)) ? (arg2) : (arg1) argument
|
/openbmc/linux/drivers/firmware/ |
H A D | trusted_foundations.c | 36 static void tf_generic_smc(u32 type, u32 arg1, u32 arg2) in tf_generic_smc()
|
H A D | arm_sdei.c | 137 unsigned long arg1, unsigned long arg2, in invoke_sdei_fn() 840 unsigned long arg2, unsigned long arg3, in sdei_smccc_smc() 849 unsigned long arg2, unsigned long arg3, in sdei_smccc_hvc()
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-daemon.c | 117 static void _poll_for_config_change(struct isst_id *id, void *arg1, void *arg2, in _poll_for_config_change()
|
/openbmc/linux/include/linux/ |
H A D | seccomp.h | 83 static inline long prctl_set_seccomp(unsigned long arg2, char __user *arg3) in prctl_set_seccomp()
|
/openbmc/qemu/target/m68k/ |
H A D | m68k-semi.c | 130 target_ulong arg0, arg1, arg2, arg3; in do_m68k_semihosting() local
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 180 #define GEN_HELPER_RRR(name, rl, rh, al1, ah1, arg2) do { \ argument 189 #define GEN_HELPER_RR(name, rl, rh, arg1, arg2) do { \ argument 984 gen_madd32_q(TCGv ret, TCGv arg1, TCGv arg2, TCGv arg3, uint32_t n, in gen_madd32_q() 1034 gen_m16add32_q(TCGv ret, TCGv arg1, TCGv arg2, TCGv arg3, uint32_t n) in gen_m16add32_q() 1051 gen_m16adds32_q(TCGv ret, TCGv arg1, TCGv arg2, TCGv arg3, uint32_t n) in gen_m16adds32_q() 1169 gen_madds32_q(TCGv ret, TCGv arg1, TCGv arg2, TCGv arg3, uint32_t n, in gen_madds32_q() 1726 gen_msub32_q(TCGv ret, TCGv arg1, TCGv arg2, TCGv arg3, uint32_t n, in gen_msub32_q() 1767 gen_m16sub32_q(TCGv ret, TCGv arg1, TCGv arg2, TCGv arg3, uint32_t n) in gen_m16sub32_q() 1902 gen_msubs32_q(TCGv ret, TCGv arg1, TCGv arg2, TCGv arg3, uint32_t n, in gen_msubs32_q() 2319 gen_mul_q_16(TCGv ret, TCGv arg1, TCGv arg2, uint32_t n) in gen_mul_q_16() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | bw_fixed.c | 140 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mul()
|
/openbmc/qemu/semihosting/ |
H A D | arm-compat-semi.c | 256 target_ulong arg2; in common_semi_rw_cb() local 366 target_ulong arg0, arg1, arg2, arg3; in do_common_semihosting() local
|
/openbmc/linux/drivers/ps3/ |
H A D | ps3stor_lib.c | 315 u64 arg2, u64 arg3, u64 arg4) in ps3stor_send_command()
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 537 static void gen_compare(TCGCond cond, TCGv res, TCGv arg1, TCGv arg2) in gen_compare() 588 static inline void gen_comparei(TCGCond cond, TCGv res, TCGv arg1, int arg2) in gen_comparei() 614 int pnum, TCGCond cond1, TCGv arg1, TCGv arg2, in gen_cmpnd_cmp_jmp() 629 int pnum, TCGCond cond, TCGv arg1, TCGv arg2, in gen_cmpnd_cmp_jmp_t() 636 int pnum, TCGCond cond, TCGv arg1, TCGv arg2, in gen_cmpnd_cmp_jmp_f() 643 int pnum, TCGCond cond, TCGv arg1, int arg2, in gen_cmpnd_cmpi_jmp_t() 651 int pnum, TCGCond cond, TCGv arg1, int arg2, in gen_cmpnd_cmpi_jmp_f()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.h | 124 #define gen_helper_0e1i(name, arg1, arg2) do { \ argument 132 #define gen_helper_0e2i(name, arg1, arg2, arg3) do { \ argument
|
/openbmc/u-boot/cmd/ |
H A D | itest.c | 147 static int binary_test(char *op, char *arg1, char *arg2, int w) in binary_test()
|
/openbmc/linux/include/uapi/linux/misc/ |
H A D | bcm_vk.h | 23 __u32 arg2; member
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 63 #define _PyUnicode_FromStringAndSize(arg1, arg2) \ argument 65 #define _PyBytes_FromStringAndSize(arg1, arg2) \ argument 71 #define _PyCapsule_New(arg1, arg2, arg3) \ argument 78 #define _PyUnicode_FromStringAndSize(arg1, arg2) \ argument 80 #define _PyBytes_FromStringAndSize(arg1, arg2) \ argument 86 #define _PyCapsule_New(arg1, arg2, arg3) \ argument
|
/openbmc/linux/mm/kmsan/ |
H A D | kmsan_test.c | 214 static noinline void two_param_fn_2(int arg1, int arg2) in two_param_fn_2() 226 static noinline void two_param_fn(int arg1, int arg2) in two_param_fn()
|
/openbmc/linux/lib/ |
H A D | overflow_kunit.c | 744 #define __TEST_OVERFLOWS_TYPE(func, arg1, arg2, of) do { \ in overflows_type_test() argument 1030 #define TEST_CASTABLE_TO_TYPE(arg1, arg2, pass) do { \ in castable_to_type_test() argument
|
/openbmc/u-boot/arch/arm/mach-zynqmp/ |
H A D | cpu.c | 156 int __maybe_unused invoke_smc(u32 pm_api_id, u32 arg0, u32 arg1, u32 arg2, in invoke_smc()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-proc.c | 252 do_freebsd_procctl(void *cpu_env, int idtype, abi_ulong arg2, abi_ulong arg3, in do_freebsd_procctl()
|
/openbmc/linux/fs/ |
H A D | filesystems.c | 191 SYSCALL_DEFINE3(sysfs, int, option, unsigned long, arg1, unsigned long, arg2) in SYSCALL_DEFINE3() argument
|