Home
last modified time | relevance | path

Searched refs:abi_long (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/qemu/bsd-user/
H A Dbsd-file.h71 static abi_long do_bsd_read(abi_long arg1, abi_long arg2, abi_long arg3) in do_bsd_read()
73 abi_long ret; in do_bsd_read()
87 static abi_long do_bsd_pread(void *cpu_env, abi_long arg1, in do_bsd_pread()
88 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_bsd_pread()
90 abi_long ret; in do_bsd_pread()
108 static abi_long do_bsd_readv(abi_long arg1, abi_long arg2, abi_long arg3) in do_bsd_readv()
110 abi_long ret; in do_bsd_readv()
124 static abi_long do_bsd_preadv(void *cpu_env, abi_long arg1, in do_bsd_preadv()
125 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_bsd_preadv()
127 abi_long ret; in do_bsd_preadv()
[all …]
H A Dbsd-proc.h33 static inline abi_long do_bsd_exit(void *cpu_env, abi_long arg1) in do_bsd_exit()
43 static inline abi_long do_bsd_getgroups(abi_long gidsetsize, abi_long arg2) in do_bsd_getgroups()
45 abi_long ret; in do_bsd_getgroups()
68 static inline abi_long do_bsd_setgroups(abi_long gidsetsize, abi_long arg2) in do_bsd_setgroups()
87 static inline abi_long do_bsd_umask(abi_long arg1) in do_bsd_umask()
93 static inline abi_long do_bsd_setlogin(abi_long arg1) in do_bsd_setlogin()
95 abi_long ret; in do_bsd_setlogin()
109 static inline abi_long do_bsd_getlogin(abi_long arg1, abi_long arg2) in do_bsd_getlogin()
111 abi_long ret; in do_bsd_getlogin()
125 static inline abi_long do_bsd_getrusage(abi_long who, abi_ulong target_addr) in do_bsd_getrusage()
[all …]
H A Dstrace.c45 print_raw_param(const char *fmt, abi_long param, int last) in print_raw_param()
53 static void print_sysctl(const struct syscallname *name, abi_long arg1, in print_sysctl()
54 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, in print_sysctl()
55 abi_long arg6) in print_sysctl()
75 static void print_execve(const struct syscallname *name, abi_long arg1, in print_execve()
76 abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, in print_execve()
77 abi_long arg6) in print_execve()
110 abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, in print_ioctl()
111 abi_long arg5, abi_long arg6) in print_ioctl()
128 static void print_sysarch(const struct syscallname *name, abi_long arg1, in print_sysarch()
[all …]
H A Dqemu.h173 abi_long memcpy_to_target(abi_ulong dest, const void *src,
176 abi_long do_brk(abi_ulong new_brk);
178 abi_long do_freebsd_syscall(void *cpu_env, int num, abi_long arg1,
179 abi_long arg2, abi_long arg3, abi_long arg4,
180 abi_long arg5, abi_long arg6, abi_long arg7,
181 abi_long arg8);
182 abi_long do_netbsd_syscall(void *cpu_env, int num, abi_long arg1,
183 abi_long arg2, abi_long arg3, abi_long arg4,
184 abi_long arg5, abi_long arg6);
185 abi_long do_openbsd_syscall(void *cpu_env, int num, abi_long arg1,
[all …]
H A Dsyscall_defs.h54 abi_long iov_base; /* Starting address */
55 abi_long iov_len; /* Number of bytes */
68 abi_long key; /* user specified msg/sem/shm key */
91 abi_long start;
92 abi_long size;
140 typedef abi_long target_freebsd_suseconds_t;
145 abi_long tv_nsec; /* and nanoseconds */
147 abi_long _pad;
165 abi_long _pad;
196 abi_long ru_maxrss; /* maximum resident set size */
[all …]
H A Duaccess.c11 abi_long copy_from_user(void *hptr, abi_ulong gaddr, size_t len) in copy_from_user()
13 abi_long ret = 0; in copy_from_user()
26 abi_long copy_to_user(abi_ulong gaddr, void *hptr, size_t len) in copy_to_user()
28 abi_long ret = 0; in copy_to_user()
42 abi_long target_strlen(abi_ulong guest_addr1) in target_strlen()
H A Dqemu-bsd.h40 abi_long host_to_target_rusage(abi_ulong target_addr,
42 abi_long host_to_target_wrusage(abi_ulong target_addr,
53 abi_long target_to_host_shmid_ds(struct shmid_ds *host_sd,
55 abi_long host_to_target_shmid_ds(abi_ulong target_addr,
/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.h58 static inline abi_long do_freebsd11_stat(abi_long arg1, abi_long arg2) in do_freebsd11_stat()
60 abi_long ret; in do_freebsd11_stat()
74 static inline abi_long do_freebsd11_lstat(abi_long arg1, abi_long arg2) in do_freebsd11_lstat()
76 abi_long ret; in do_freebsd11_lstat()
90 static inline abi_long do_freebsd11_fstat(abi_long arg1, abi_long arg2) in do_freebsd11_fstat()
92 abi_long ret; in do_freebsd11_fstat()
103 static inline abi_long do_freebsd_fstat(abi_long arg1, abi_long arg2) in do_freebsd_fstat()
105 abi_long ret; in do_freebsd_fstat()
116 static inline abi_long do_freebsd11_fstatat(abi_long arg1, abi_long arg2, in do_freebsd11_fstatat()
117 abi_long arg3, abi_long arg4) in do_freebsd11_fstatat()
[all …]
H A Dos-proc.h40 static inline abi_long do_freebsd_execve(abi_ulong path_or_fd, abi_ulong argp, in do_freebsd_execve()
48 static inline abi_long do_freebsd_fexecve(abi_ulong path_or_fd, abi_ulong argp, in do_freebsd_fexecve()
56 static inline abi_long do_freebsd_wait4(abi_long arg1, abi_ulong target_status, in do_freebsd_wait4()
57 abi_long arg3, abi_ulong target_rusage) in do_freebsd_wait4()
59 abi_long ret; in do_freebsd_wait4()
84 static inline abi_long do_freebsd_wait6(void *cpu_env, abi_long idtype, in do_freebsd_wait6()
85 abi_long id1, abi_long id2, in do_freebsd_wait6()
86 abi_ulong target_status, abi_long options, abi_ulong target_wrusage, in do_freebsd_wait6()
89 abi_long ret; in do_freebsd_wait6()
136 static inline abi_long do_freebsd_setloginclass(abi_ulong arg1) in do_freebsd_setloginclass()
[all …]
H A Dqemu-os.h36 abi_long h2t_freebsd11_stat(abi_ulong target_addr,
38 abi_long h2t_freebsd11_nstat(abi_ulong target_addr,
40 abi_long t2h_freebsd_fhandle(fhandle_t *host_fh, abi_ulong target_addr);
41 abi_long h2t_freebsd_fhandle(abi_ulong target_addr, fhandle_t *host_fh);
42 abi_long h2t_freebsd11_statfs(abi_ulong target_addr,
44 abi_long target_to_host_fcntl_cmd(int cmd);
45 abi_long h2t_freebsd_stat(abi_ulong target_addr,
47 abi_long h2t_freebsd_statfs(abi_ulong target_addr,
H A Dos-strace.h24 abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, in do_os_print_sysarch()
25 abi_long arg5, abi_long arg6) in do_os_print_sysarch()
H A Dtarget_os_ucontext.h35 abi_long set_sigtramp_args(CPUArchState *env, int sig,
39 abi_long get_mcontext(CPUArchState *env, target_mcontext_t *mcp, int flags);
40 abi_long set_mcontext(CPUArchState *env, target_mcontext_t *mcp, int srflag);
41 abi_long get_ucontext_sigreturn(CPUArchState *env, abi_ulong target_sf,
/openbmc/qemu/linux-user/
H A Dstrace.h22 abi_long arg1, abi_long arg2, abi_long arg3,
23 abi_long arg4, abi_long arg5, abi_long arg6);
24 void print_syscall_ret(CPUArchState *cpu_env, int num, abi_long ret,
25 abi_long arg1, abi_long arg2, abi_long arg3,
26 abi_long arg4, abi_long arg5, abi_long arg6);
H A Dfd-trans.c348 static abi_long host_to_target_for_each_nlmsg(struct nlmsghdr *nlh, in host_to_target_for_each_nlmsg()
350 abi_long (*host_to_target_nlmsg) in host_to_target_for_each_nlmsg()
355 abi_long ret; in host_to_target_for_each_nlmsg()
399 static abi_long target_to_host_for_each_nlmsg(struct nlmsghdr *nlh, in target_to_host_for_each_nlmsg()
401 abi_long (*target_to_host_nlmsg) in target_to_host_for_each_nlmsg()
443 static abi_long host_to_target_for_each_nlattr(struct nlattr *nlattr, in host_to_target_for_each_nlattr()
445 abi_long (*host_to_target_nlattr) in host_to_target_for_each_nlattr()
451 abi_long ret; in host_to_target_for_each_nlattr()
476 static abi_long host_to_target_for_each_rtattr(struct rtattr *rtattr, in host_to_target_for_each_rtattr()
478 abi_long (*host_to_target_rtattr) in host_to_target_for_each_rtattr()
[all …]
/openbmc/qemu/bsd-user/i386/
H A Dtarget_syscall.h103 abi_long ebx;
104 abi_long ecx;
105 abi_long edx;
106 abi_long esi;
107 abi_long edi;
108 abi_long ebp;
109 abi_long eax;
110 abi_long __null_ds;
111 abi_long __null_es;
112 abi_long __null_fs;
[all …]
H A Dtarget_arch_sysarch.h25 static inline abi_long do_freebsd_arch_sysarch(CPUX86State *env, int op, in do_freebsd_arch_sysarch()
28 abi_long ret = 0; in do_freebsd_arch_sysarch()
69 const struct syscallname *name, abi_long arg1, abi_long arg2, in do_freebsd_arch_print_sysarch()
70 abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_freebsd_arch_print_sysarch()
H A Dsignal.c27 abi_long set_sigtramp_args(CPUX86State *env, int sig, in set_sigtramp_args()
40 abi_long setup_sigframe_arch(CPUX86State *env, abi_ulong frame_addr, in setup_sigframe_arch()
50 abi_long get_mcontext(CPUX86State *regs, target_mcontext_t *mcp, int flags) in get_mcontext()
57 abi_long set_mcontext(CPUX86State *regs, target_mcontext_t *mcp, int srflag) in set_mcontext()
63 abi_long get_ucontext_sigreturn(CPUX86State *regs, abi_ulong target_sf, in get_ucontext_sigreturn()
/openbmc/qemu/include/user/
H A Dsyscall-trace.h25 abi_long arg1, abi_long arg2, in record_syscall_start()
26 abi_long arg3, abi_long arg4, in record_syscall_start()
27 abi_long arg5, abi_long arg6, in record_syscall_start()
28 abi_long arg7, abi_long arg8) in record_syscall_start()
36 static inline void record_syscall_return(CPUState *cpu, int num, abi_long ret) in record_syscall_return()
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_sysarch.h27 static inline abi_long do_freebsd_arch_sysarch(CPUARMState *env, int op, in do_freebsd_arch_sysarch()
37 const struct syscallname *name, abi_long arg1, abi_long arg2, in do_freebsd_arch_print_sysarch()
38 abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_freebsd_arch_print_sysarch()
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_sysarch.h26 static inline abi_long do_freebsd_arch_sysarch(CPURISCVState *env, int op, in do_freebsd_arch_sysarch()
34 const struct syscallname *name, abi_long arg1, abi_long arg2, in do_freebsd_arch_print_sysarch()
35 abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_freebsd_arch_print_sysarch()
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_sysarch.h24 static inline abi_long do_freebsd_arch_sysarch(CPUX86State *env, int op, in do_freebsd_arch_sysarch()
27 abi_long ret = 0; in do_freebsd_arch_sysarch()
68 const struct syscallname *name, abi_long arg1, abi_long arg2, in do_freebsd_arch_print_sysarch()
69 abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_freebsd_arch_print_sysarch()
H A Dsignal.c26 abi_long set_sigtramp_args(CPUX86State *regs, in set_sigtramp_args()
38 abi_long setup_sigframe_arch(CPUX86State *env, abi_ulong frame_addr, in setup_sigframe_arch()
48 abi_long get_mcontext(CPUX86State *regs, in get_mcontext()
56 abi_long set_mcontext(CPUX86State *regs, in set_mcontext()
63 abi_long get_ucontext_sigreturn(CPUX86State *regs, in get_ucontext_sigreturn()
H A Dtarget_arch_signal.h62 abi_long mc_len; /* sizeof(mcontext_t) */
66 abi_long mc_fpformat;
70 abi_long mc_ownedfp;
74 abi_long mc_fpstate[64] __aligned(16);
82 abi_long mc_spare[4];
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_sysarch.h26 static inline abi_long do_freebsd_arch_sysarch(CPUARMState *env, int op, in do_freebsd_arch_sysarch()
52 const struct syscallname *name, abi_long arg1, abi_long arg2, in do_freebsd_arch_print_sysarch()
53 abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6) in do_freebsd_arch_print_sysarch()
/openbmc/qemu/linux-user/mips/
H A Dtarget_fcntl.h35 abi_long l_start;
36 abi_long l_len;
37 abi_long l_sysid;
39 abi_long pad[4];

1234