Home
last modified time | relevance | path

Searched refs:guest_argp (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/bsd-user/freebsd/
H A Dos-proc.c32 abi_long freebsd_exec_common(abi_ulong path_or_fd, abi_ulong guest_argp, in freebsd_exec_common() argument
45 for (gp = guest_argp; gp; gp += sizeof(abi_ulong)) { in freebsd_exec_common()
70 for (gp = guest_argp, q = argp; gp; gp += sizeof(abi_ulong), q++) { in freebsd_exec_common()
126 for (gp = guest_argp, q = argp; *q; gp += sizeof(abi_ulong), q++) { in freebsd_exec_common()
/openbmc/qemu/bsd-user/
H A Dqemu.h265 abi_long freebsd_exec_common(abi_ulong path_or_fd, abi_ulong guest_argp,
/openbmc/qemu/linux-user/
H A Dsyscall.c8564 abi_long pathname, abi_long guest_argp, in do_execv() argument
8577 for (gp = guest_argp; gp; gp += sizeof(abi_ulong)) { in do_execv()
8600 for (gp = guest_argp, q = argp; gp; gp += sizeof(abi_ulong), q++) { in do_execv()
8661 for (gp = guest_argp, q = argp; *q; gp += sizeof(abi_ulong), q++) { in do_execv()