Home
last modified time | relevance | path

Searched refs:arg7 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/user/
H A Dsyscall-trace.h28 abi_long arg7, abi_long arg8) in record_syscall_start() argument
32 arg5, arg6, arg7, arg8); in record_syscall_start()
/openbmc/qemu/bsd-user/freebsd/
H A Dos-syscall.c219 abi_long arg5, abi_long arg6, abi_long arg7, in freebsd_syscall() argument
258 arg4, arg5, arg6, arg7, arg8); in freebsd_syscall()
802 ret = do_bsd_mmap(cpu_env, arg1, arg2, arg3, arg4, arg5, arg6, arg7, in freebsd_syscall()
933 abi_long arg5, abi_long arg6, abi_long arg7, in do_freebsd_syscall() argument
943 arg7, arg8); in do_freebsd_syscall()
/openbmc/u-boot/include/
H A Datf_common.h83 unsigned long arg7; member
/openbmc/qemu/linux-user/
H A Duser-internals.h65 abi_long arg5, abi_long arg6, abi_long arg7,
H A Dsyscall.c1447 abi_ulong arg_sigset, arg_sigsize, *arg7; in do_pselect6() local
1490 arg7 = lock_user(VERIFY_READ, arg6, sizeof(*arg7) * 2, 1); in do_pselect6()
1491 if (!arg7) { in do_pselect6()
1494 arg_sigset = tswapal(arg7[0]); in do_pselect6()
1495 arg_sigsize = tswapal(arg7[1]); in do_pselect6()
1496 unlock_user(arg7, arg6, 0); in do_pselect6()
9606 abi_long arg5, abi_long arg6, abi_long arg7, in _syscall2()
11443 arg6, arg7, arg8, 0); in _syscall2()
12897 arg6 = arg7; in _syscall2()
13702 target_offset64(arg5, arg6), arg7)); in _syscall2()
[all …]
/openbmc/qemu/bsd-user/
H A Dqemu.h180 abi_long arg5, abi_long arg6, abi_long arg7,