Home
last modified time | relevance | path

Searched refs:arg4 (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/bsd-user/freebsd/
H A Dos-syscall.c218 abi_long arg2, abi_long arg3, abi_long arg4, in freebsd_syscall() argument
253 ret = do_freebsd_wait4(arg1, arg2, arg3, arg4); in freebsd_syscall()
258 arg4, arg5, arg6, arg7, arg8); in freebsd_syscall()
386 ret = do_bsd_profil(arg1, arg2, arg3, arg4); in freebsd_syscall()
390 ret = do_bsd_ktrace(arg1, arg2, arg3, arg4); in freebsd_syscall()
414 ret = do_bsd_ptrace(arg1, arg2, arg3, arg4); in freebsd_syscall()
426 ret = do_freebsd_procctl(cpu_env, arg1, arg2, arg3, arg4, arg5, arg6); in freebsd_syscall()
437 ret = do_bsd_pread(cpu_env, arg1, arg2, arg3, arg4, arg5, arg6); in freebsd_syscall()
445 ret = do_bsd_preadv(cpu_env, arg1, arg2, arg3, arg4, arg5, arg6); in freebsd_syscall()
453 ret = do_bsd_pwrite(cpu_env, arg1, arg2, arg3, arg4, arg5, arg6); in freebsd_syscall()
[all …]
H A Dos-strace.h24 abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, in do_os_print_sysarch() argument
28 do_freebsd_arch_print_sysarch(name, arg1, arg2, arg3, arg4, arg5, arg6); in do_os_print_sysarch()
H A Dos-stat.h117 abi_long arg3, abi_long arg4) in do_freebsd11_fstatat() argument
124 ret = get_errno(freebsd11_fstatat(arg1, p, &st, arg4)); in do_freebsd11_fstatat()
134 abi_long arg3, abi_long arg4) in do_freebsd_fstatat() argument
141 ret = get_errno(fstatat(arg1, p, &st, arg4)); in do_freebsd_fstatat()
485 abi_ulong arg2, abi_long nbytes, abi_ulong arg4) in do_freebsd11_getdirentries() argument
514 if (arg4) { in do_freebsd11_getdirentries()
515 if (put_user(basep, arg4, abi_ulong)) { in do_freebsd11_getdirentries()
524 abi_ulong arg2, abi_long nbytes, abi_ulong arg4) in do_freebsd_getdirentries() argument
555 if (arg4) { in do_freebsd_getdirentries()
556 if (put_user(basep, arg4, abi_ulong)) { in do_freebsd_getdirentries()
[all …]
H A Dos-proc.c253 abi_ulong arg4, abi_ulong arg5, abi_ulong arg6) in do_freebsd_procctl() argument
272 id = (id_t)target_arg64(arg3, arg4); in do_freebsd_procctl()
277 target_cmd = (int)arg4; in do_freebsd_procctl()
283 target_arg = arg4; in do_freebsd_procctl()
/openbmc/qemu/bsd-user/
H A Dstrace.c54 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, in print_sysctl() argument
72 (uint32_t)arg2, arg3, arg4, arg5, arg6); in print_sysctl()
76 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, in print_execve() argument
110 abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, in print_ioctl() argument
129 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, in print_sysarch() argument
133 do_os_print_sysarch(name, arg1, arg2, arg3, arg4, arg5, arg6); in print_sysarch()
165 abi_long arg4, abi_long arg5, abi_long arg6) in print_syscall() argument
177 scnames[i].call(&scnames[i], arg1, arg2, arg3, arg4, arg5, in print_syscall()
185 gemu_log(format, scnames[i].name, arg1, arg2, arg3, arg4, arg5, in print_syscall()
220 abi_long arg4, abi_long arg5, abi_long arg6) in print_freebsd_syscall() argument
[all …]
H A Dbsd-file.h88 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_bsd_pread() argument
98 arg4 = arg5; in do_bsd_pread()
101 ret = get_errno(safe_pread(arg1, p, arg3, target_arg64(arg4, arg5))); in do_bsd_pread()
125 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_bsd_preadv() argument
132 arg4 = arg5; in do_bsd_preadv()
135 ret = get_errno(safe_preadv(arg1, vec, arg3, target_arg64(arg4, arg5))); in do_bsd_preadv()
167 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_bsd_pwrite() argument
177 arg4 = arg5; in do_bsd_pwrite()
180 ret = get_errno(safe_pwrite(arg1, p, arg3, target_arg64(arg4, arg5))); in do_bsd_pwrite()
204 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_bsd_pwritev() argument
[all …]
H A Dsyscall_defs.h499 type4, arg4) \ argument
500 type safe_##name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
502 return safe_syscall(SYS_##name, arg1, arg2, arg3, arg4); \
506 type4, arg4, type5, arg5) \ argument
507 type safe_##name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
510 return safe_syscall(SYS_##name, arg1, arg2, arg3, arg4, arg5); \
514 type4, arg4, type5, arg5, type6, arg6) \ argument
515 type safe_##name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
518 return safe_syscall(SYS_##name, arg1, arg2, arg3, arg4, arg5, arg6); \
H A Dqemu.h179 abi_long arg2, abi_long arg3, abi_long arg4,
183 abi_long arg2, abi_long arg3, abi_long arg4,
186 abi_long arg2, abi_long arg3, abi_long arg4,
211 abi_long arg4, abi_long arg5, abi_long arg6);
216 abi_long arg4, abi_long arg5, abi_long arg6);
221 abi_long arg4, abi_long arg5, abi_long arg6);
257 abi_ulong arg3, abi_ulong arg4, abi_ulong arg5, abi_ulong arg6);
H A Dbsd-proc.h364 abi_long arg3, abi_long arg4) in do_bsd_profil() argument
371 abi_long arg3, abi_long arg4) in do_bsd_ktrace() argument
385 abi_long arg3, abi_long arg4) in do_bsd_ptrace() argument
/openbmc/qemu/tests/tcg/arm/
H A Dhello-arm.c71 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
72 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
82 : "r" ((long)(arg1)),"r" ((long)(arg2)),"r" ((long)(arg3)),"r" ((long)(arg4)) \
88 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
89 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) { \
100 : "r" ((long)(arg1)),"r" ((long)(arg2)),"r" ((long)(arg3)),"r" ((long)(arg4)), \
/openbmc/qemu/linux-user/
H A Dstrace.h23 abi_long arg4, abi_long arg5, abi_long arg6);
26 abi_long arg4, abi_long arg5, abi_long arg6);
/openbmc/qemu/include/user/
H A Dsyscall-trace.h26 abi_long arg3, abi_long arg4, in record_syscall_start() argument
31 arg1, arg2, arg3, arg4, in record_syscall_start()
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_sysarch.h70 abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_freebsd_arch_print_sysarch() argument
74 TARGET_ABI_FMT_lx ")", name->name, (int)arg1, arg2, arg3, arg4); in do_freebsd_arch_print_sysarch()
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_sysarch.h69 abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_freebsd_arch_print_sysarch() argument
73 TARGET_ABI_FMT_lx ")", name->name, (int)arg1, arg2, arg3, arg4); in do_freebsd_arch_print_sysarch()
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_sysarch.h38 abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_freebsd_arch_print_sysarch() argument
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_sysarch.h35 abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_freebsd_arch_print_sysarch() argument
/openbmc/u-boot/arch/arm/include/asm/
H A Dsystem.h220 u64 arg4, u64 entry_point, u64 es_flag);
235 u64 arg4, u64 entry_point, u64 es_flag);
237 u64 arg4, u64 entry_point);
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_sysarch.h53 abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_freebsd_arch_print_sysarch() argument
/openbmc/u-boot/include/
H A Datf_common.h80 unsigned long arg4; member
/openbmc/phosphor-bmc-code-mgmt/bmc/test/
H A Dutest.cpp439 auto arg4 = "-rS"; in TEST() local
440 auto argV = utils::internal::constructArgv(name, arg1, arg2, arg3, arg4); in TEST()
447 EXPECT_EQ(charArray[4], arg4); in TEST()
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch473 +#define io_syscall4(type,fname,sname,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
474 +type fname(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
476 + return K_INLINE_SYSCALL(sname, 4, arg1, arg2, arg3, arg4); \
479 +#define io_syscall5(type,fname,sname,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
480 +type fname(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
482 + return K_INLINE_SYSCALL(sname, 5, arg1, arg2, arg3, arg4, arg5); \
/openbmc/qemu/target/i386/
H A Dcpu-system.c284 panic_info->u.hyper_v.arg4 = env->msr_hv_crash_params[3]; in x86_cpu_get_crash_info()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped1032 $result = Py_BuildValue("s#", $1, *arg4);
/openbmc/qemu/hw/usb/
H A Dtrace-events290 …ans, uint32_t arg0, uint32_t arg1, uint32_t arg2, uint32_t arg3, uint32_t arg4) "dev %d, code 0x%x…