/qemu/bsd-user/ |
H A D | bsd-file.h | 35 #define LOCK_PATH2(p1, arg1, p2, arg2) \ argument 48 #define UNLOCK_PATH2(p1, arg1, p2, arg2) \ argument 71 static abi_long do_bsd_read(abi_long arg1, abi_long arg2, abi_long arg3) in do_bsd_read() 87 static abi_long do_bsd_pread(void *cpu_env, abi_long arg1, in do_bsd_pread() 108 static abi_long do_bsd_readv(abi_long arg1, abi_long arg2, abi_long arg3) in do_bsd_readv() 124 static abi_long do_bsd_preadv(void *cpu_env, abi_long arg1, in do_bsd_preadv() 145 static abi_long do_bsd_write(abi_long arg1, abi_long arg2, abi_long arg3) in do_bsd_write() 166 static abi_long do_bsd_pwrite(void *cpu_env, abi_long arg1, in do_bsd_pwrite() 187 static abi_long do_bsd_writev(abi_long arg1, abi_long arg2, abi_long arg3) in do_bsd_writev() 203 static abi_long do_bsd_pwritev(void *cpu_env, abi_long arg1, in do_bsd_pwritev() [all …]
|
H A D | bsd-proc.h | 33 static inline abi_long do_bsd_exit(void *cpu_env, abi_long arg1) in do_bsd_exit() 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() 109 static inline abi_long do_bsd_getlogin(abi_long arg1, abi_long arg2) in do_bsd_getlogin() 138 static inline abi_long do_bsd_getrlimit(abi_long arg1, abi_ulong arg2) in do_bsd_getrlimit() 174 static inline abi_long do_bsd_setrlimit(abi_long arg1, abi_ulong arg2) in do_bsd_setrlimit() 233 static inline abi_long do_bsd_setuid(abi_long arg1) in do_bsd_setuid() 239 static inline abi_long do_bsd_seteuid(abi_long arg1) in do_bsd_seteuid() 245 static inline abi_long do_bsd_setgid(abi_long arg1) in do_bsd_setgid() 251 static inline abi_long do_bsd_setegid(abi_long arg1) in do_bsd_setegid() [all …]
|
H A D | bsd-mem.h | 68 static inline abi_long do_bsd_mmap(void *cpu_env, abi_long arg1, abi_long arg2, in do_bsd_mmap() 82 static inline abi_long do_bsd_munmap(abi_long arg1, abi_long arg2) in do_bsd_munmap() 88 static inline abi_long do_bsd_mprotect(abi_long arg1, abi_long arg2, in do_bsd_mprotect() 106 static inline abi_long do_bsd_mlock(abi_long arg1, abi_long arg2) in do_bsd_mlock() 115 static inline abi_long do_bsd_munlock(abi_long arg1, abi_long arg2) in do_bsd_munlock() 124 static inline abi_long do_bsd_mlockall(abi_long arg1) in do_bsd_mlockall() 136 static inline abi_long do_bsd_madvise(abi_long arg1, abi_long arg2, in do_bsd_madvise() 264 static inline abi_long do_bsd_shm_open(abi_ulong arg1, abi_long arg2, in do_bsd_shm_open() 289 static inline abi_long do_bsd_shm_unlink(abi_ulong arg1) in do_bsd_shm_unlink() 305 static inline abi_long do_bsd_shmget(abi_long arg1, abi_ulong arg2, in do_bsd_shmget()
|
H A D | strace.c | 53 static void print_sysctl(const struct syscallname *name, abi_long arg1, in print_sysctl() 75 static void print_execve(const struct syscallname *name, abi_long arg1, in print_execve() 110 abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, in print_ioctl() 128 static void print_sysarch(const struct syscallname *name, abi_long arg1, in print_sysarch() 164 unsigned int nscnames, abi_long arg1, abi_long arg2, abi_long arg3, in print_syscall() 219 void print_freebsd_syscall(int num, abi_long arg1, abi_long arg2, abi_long arg3, in print_freebsd_syscall() 233 void print_netbsd_syscall(int num, abi_long arg1, abi_long arg2, abi_long arg3, in print_netbsd_syscall() 247 void print_openbsd_syscall(int num, abi_long arg1, abi_long arg2, abi_long arg3, in print_openbsd_syscall()
|
/qemu/target/mips/tcg/ |
H A D | vr54xx_helper.c | 47 target_ulong helper_muls(CPUMIPSState *env, target_ulong arg1, in helper_muls() 54 target_ulong helper_mulsu(CPUMIPSState *env, target_ulong arg1, in helper_mulsu() 61 target_ulong helper_macc(CPUMIPSState *env, target_ulong arg1, in helper_macc() 68 target_ulong helper_macchi(CPUMIPSState *env, target_ulong arg1, in helper_macchi() 75 target_ulong helper_maccu(CPUMIPSState *env, target_ulong arg1, in helper_maccu() 82 target_ulong helper_macchiu(CPUMIPSState *env, target_ulong arg1, in helper_macchiu() 89 target_ulong helper_msac(CPUMIPSState *env, target_ulong arg1, in helper_msac() 96 target_ulong helper_msachi(CPUMIPSState *env, target_ulong arg1, in helper_msachi() 103 target_ulong helper_msacu(CPUMIPSState *env, target_ulong arg1, in helper_msacu() 110 target_ulong helper_msachiu(CPUMIPSState *env, target_ulong arg1, in helper_msachiu() [all …]
|
H A D | ldst_helper.c | 69 void helper_swl(CPUMIPSState *env, target_ulong arg1, target_ulong arg2, in helper_swl() 93 void helper_swr(CPUMIPSState *env, target_ulong arg1, target_ulong arg2, in helper_swr() 123 void helper_sdl(CPUMIPSState *env, target_ulong arg1, target_ulong arg2, in helper_sdl() 167 void helper_sdr(CPUMIPSState *env, target_ulong arg1, target_ulong arg2, in helper_sdr()
|
/qemu/target/mips/tcg/system/ |
H A D | cp0_helper.c | 503 void helper_mtc0_index(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_index() 515 void helper_mtc0_mvpcontrol(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_mvpcontrol() 534 void helper_mtc0_vpecontrol(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_vpecontrol() 553 void helper_mttc0_vpecontrol(CPUMIPSState *env, target_ulong arg1) in helper_mttc0_vpecontrol() 585 void helper_mtc0_vpeconf0(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_vpeconf0() 603 void helper_mttc0_vpeconf0(CPUMIPSState *env, target_ulong arg1) in helper_mttc0_vpeconf0() 617 void helper_mtc0_vpeconf1(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_vpeconf1() 635 void helper_mtc0_yqmask(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_yqmask() 641 void helper_mtc0_vpeopt(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_vpeopt() 648 void helper_mtc0_entrylo0(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_entrylo0() [all …]
|
/qemu/bsd-user/freebsd/ |
H A D | os-stat.h | 58 static inline abi_long do_freebsd11_stat(abi_long arg1, abi_long arg2) in do_freebsd11_stat() 74 static inline abi_long do_freebsd11_lstat(abi_long arg1, abi_long arg2) in do_freebsd11_lstat() 90 static inline abi_long do_freebsd11_fstat(abi_long arg1, abi_long arg2) in do_freebsd11_fstat() 103 static inline abi_long do_freebsd_fstat(abi_long arg1, abi_long arg2) in do_freebsd_fstat() 116 static inline abi_long do_freebsd11_fstatat(abi_long arg1, abi_long arg2, in do_freebsd11_fstatat() 133 static inline abi_long do_freebsd_fstatat(abi_long arg1, abi_long arg2, in do_freebsd_fstatat() 150 static abi_long do_freebsd11_nstat(abi_long arg1, abi_long arg2) in do_freebsd11_nstat() 166 static abi_long do_freebsd11_nfstat(abi_long arg1, abi_long arg2) in do_freebsd11_nfstat() 179 static abi_long do_freebsd11_nlstat(abi_long arg1, abi_long arg2) in do_freebsd11_nlstat() 195 static abi_long do_freebsd_getfh(abi_long arg1, abi_long arg2) in do_freebsd_getfh() [all …]
|
H A D | os-proc.h | 56 static inline abi_long do_freebsd_wait4(abi_long arg1, abi_ulong target_status, in do_freebsd_wait4() 136 static inline abi_long do_freebsd_setloginclass(abi_ulong arg1) in do_freebsd_setloginclass() 152 static inline abi_long do_freebsd_getloginclass(abi_ulong arg1, abi_ulong arg2) in do_freebsd_getloginclass() 183 static inline abi_long do_freebsd___setugid(abi_long arg1) in do_freebsd___setugid()
|
H A D | os-strace.h | 24 abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, in do_os_print_sysarch()
|
H A D | os-syscall.c | 217 static abi_long freebsd_syscall(void *cpu_env, int num, abi_long arg1, in freebsd_syscall() 931 abi_long do_freebsd_syscall(void *cpu_env, int num, abi_long arg1, in do_freebsd_syscall()
|
/qemu/tcg/ |
H A D | tcg-op.c | 345 void tcg_gen_add_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_add_i32() 350 void tcg_gen_addi_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_addi_i32() 360 void tcg_gen_sub_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_sub_i32() 365 void tcg_gen_subfi_i32(TCGv_i32 ret, int32_t arg1, TCGv_i32 arg2) in tcg_gen_subfi_i32() 374 void tcg_gen_subi_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_subi_i32() 384 void tcg_gen_and_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_and_i32() 389 void tcg_gen_andi_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_andi_i32() 419 void tcg_gen_or_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_or_i32() 424 void tcg_gen_ori_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_ori_i32() 436 void tcg_gen_xor_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_xor_i32() [all …]
|
/qemu/linux-user/ |
H A D | strace.c | 649 abi_long arg1, abi_long arg2, abi_long arg3, in print_newselect() 666 abi_long arg1, abi_long arg2, abi_long arg3, in print_semctl() 677 abi_long arg0, abi_long arg1, abi_long arg2, in print_shmat() 698 abi_long arg1, abi_long arg2, abi_long arg3, in print_ipc() 789 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_addr() 810 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_newselect() 840 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_adjtimex() 875 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_clock_gettime() 894 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_clock_gettime64() 912 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_gettimeofday() [all …]
|
/qemu/tests/tcg/arm/ |
H A D | hello-arm.c | 27 #define _syscall1(type,name,type1,arg1) \ argument 40 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 55 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 71 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 88 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
|
/qemu/target/tricore/ |
H A D | fpu_helper.c | 51 static inline float32 f_maddsub_nan_result(float32 arg1, float32 arg2, in f_maddsub_nan_result() 150 float32 arg1 = make_float32(r1); in FADD_SUB() local 208 uint32_t arg1, S, E, M, E_minus_one, m_idx; in helper_qseed() local 257 float32 arg1 = make_float32(r1); in helper_fdiv() local 284 float32 arg1 = make_float32(r1); in helper_fmadd() local 310 float32 arg1 = make_float32(r1); in helper_fmsub() local 337 float32 arg1 = make_float32(r1); in helper_fcmp() local
|
/qemu/tests/tcg/i386/ |
H A D | test-i386-bmi2.c | 28 #define insn2q(name, arg0, c0, arg1, c1) \ argument 36 #define insn2l(name, arg0, c0, arg1, c1) \ argument
|
H A D | test-i386-fyl2x.c | 6 long double arg0, arg1, down, up; member
|
H A D | test-i386-fpatan.c | 6 long double arg0, arg1, down, up; member
|
/qemu/hw/acpi/ |
H A D | aml-build.c | 685 build_opcode_2arg_dst(uint8_t op, Aml *arg1, Aml *arg2, Aml *dst) in build_opcode_2arg_dst() 699 Aml *aml_and(Aml *arg1, Aml *arg2, Aml *dst) in aml_and() 705 Aml *aml_or(Aml *arg1, Aml *arg2, Aml *dst) in aml_or() 711 Aml *aml_land(Aml *arg1, Aml *arg2) in aml_land() 720 Aml *aml_lor(Aml *arg1, Aml *arg2) in aml_lor() 729 Aml *aml_shiftleft(Aml *arg1, Aml *count) in aml_shiftleft() 735 Aml *aml_shiftright(Aml *arg1, Aml *count, Aml *dst) in aml_shiftright() 741 Aml *aml_lless(Aml *arg1, Aml *arg2) in aml_lless() 750 Aml *aml_add(Aml *arg1, Aml *arg2, Aml *dst) in aml_add() 756 Aml *aml_subtract(Aml *arg1, Aml *arg2, Aml *dst) in aml_subtract() [all …]
|
/qemu/bsd-user/riscv/ |
H A D | target_arch_sysarch.h | 34 const struct syscallname *name, abi_long arg1, abi_long arg2, in do_freebsd_arch_print_sysarch()
|
/qemu/bsd-user/arm/ |
H A D | target_arch_sysarch.h | 52 const struct syscallname *name, abi_long arg1, abi_long arg2, in do_freebsd_arch_print_sysarch()
|
/qemu/bsd-user/aarch64/ |
H A D | target_arch_sysarch.h | 37 const struct syscallname *name, abi_long arg1, abi_long arg2, in do_freebsd_arch_print_sysarch()
|
/qemu/include/user/ |
H A D | syscall-trace.h | 25 abi_long arg1, abi_long arg2, in record_syscall_start()
|
/qemu/bsd-user/i386/ |
H A D | target_arch_sysarch.h | 69 const struct syscallname *name, abi_long arg1, abi_long arg2, in do_freebsd_arch_print_sysarch()
|
/qemu/bsd-user/x86_64/ |
H A D | target_arch_sysarch.h | 68 const struct syscallname *name, abi_long arg1, abi_long arg2, in do_freebsd_arch_print_sysarch()
|