Home
last modified time | relevance | path

Searched refs:put_user_s32 (Results 1 – 25 of 27) sorted by relevance

12

/dports/emulators/qemu/qemu-6.2.0/linux-user/
H A Dqemu.h289 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
H A Dsyscall.c1626 if (put_user_s32(host_pipe[0], pipedes) in do_pipe()
1627 || put_user_s32(host_pipe[1], pipedes + sizeof(host_pipe[0]))) in do_pipe()
3503 if (put_user_s32(tab[0], target_tab_addr) in do_socketpair()
3504 || put_user_s32(tab[1], target_tab_addr + sizeof(tab[0]))) in do_socketpair()
5620 put_user_s32(value, target_gparam->value); in do_ioctl_drm_i915_getparam()
7651 if (put_user_s32(mid, mount_id)) { in do_name_to_handle_at()
8445 && put_user_s32(host_to_target_waitstatus(status), arg2)) in _syscall2()
10143 if (put_user_s32(status, status_ptr)) in _syscall2()
10643 && put_user_s32(deathsig, arg2)) { in _syscall2()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/
H A Dqemu.h289 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t)
H A Dsyscall.c1624 if (put_user_s32(host_pipe[0], pipedes) in do_pipe()
1625 || put_user_s32(host_pipe[1], pipedes + sizeof(host_pipe[0]))) in do_pipe()
3501 if (put_user_s32(tab[0], target_tab_addr) in do_socketpair()
3502 || put_user_s32(tab[1], target_tab_addr + sizeof(tab[0]))) in do_socketpair()
5618 put_user_s32(value, target_gparam->value); in do_ioctl_drm_i915_getparam()
7649 if (put_user_s32(mid, mount_id)) { in do_name_to_handle_at()
8290 && put_user_s32(host_to_target_waitstatus(status), arg2)) in _syscall2()
9988 if (put_user_s32(status, status_ptr)) in _syscall2()
10639 && put_user_s32(deathsig, arg2)) { in _syscall2()
/dports/emulators/qemu42/qemu-4.2.1/bsd-user/
H A Dqemu.h319 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
/dports/emulators/qemu60/qemu-6.0.0/bsd-user/
H A Dqemu.h318 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/bsd-user/
H A Dqemu.h319 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
/dports/emulators/qemu5/qemu-5.2.0/bsd-user/
H A Dqemu.h319 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
/dports/emulators/qemu-utils/qemu-4.2.1/bsd-user/
H A Dqemu.h319 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/bsd-user/
H A Dqemu.h319 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/bsd-user/
H A Dqemu.h319 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
/dports/emulators/qemu/qemu-6.2.0/bsd-user/
H A Dqemu.h348 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/bsd-user/
H A Dqemu.h341 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-user/
H A Dqemu.h533 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
H A Dsyscall.c1350 if (put_user_s32(host_pipe[0], pipedes) in do_pipe()
1351 || put_user_s32(host_pipe[1], pipedes + sizeof(host_pipe[0]))) in do_pipe()
2898 if (put_user_s32(tab[0], target_tab_addr) in do_socketpair()
2899 || put_user_s32(tab[1], target_tab_addr + sizeof(tab[0]))) in do_socketpair()
6262 if (put_user_s32(mid, mount_id)) { in do_name_to_handle_at()
6841 && put_user_s32(host_to_target_waitstatus(status), arg2)) in do_syscall1()
8608 if (put_user_s32(status, status_ptr)) in do_syscall1()
/dports/emulators/qemu42/qemu-4.2.1/linux-user/
H A Dqemu.h567 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
H A Dsyscall.c1400 if (put_user_s32(host_pipe[0], pipedes) in do_pipe()
1401 || put_user_s32(host_pipe[1], pipedes + sizeof(host_pipe[0]))) in do_pipe()
3201 if (put_user_s32(tab[0], target_tab_addr) in do_socketpair()
3202 || put_user_s32(tab[1], target_tab_addr + sizeof(tab[0]))) in do_socketpair()
6860 if (put_user_s32(mid, mount_id)) { in do_name_to_handle_at()
7471 && put_user_s32(host_to_target_waitstatus(status), arg2)) in do_syscall1()
9249 if (put_user_s32(status, status_ptr)) in do_syscall1()
/dports/emulators/qemu-utils/qemu-4.2.1/linux-user/
H A Dqemu.h567 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
H A Dsyscall.c1400 if (put_user_s32(host_pipe[0], pipedes) in do_pipe()
1401 || put_user_s32(host_pipe[1], pipedes + sizeof(host_pipe[0]))) in do_pipe()
3201 if (put_user_s32(tab[0], target_tab_addr) in do_socketpair()
3202 || put_user_s32(tab[1], target_tab_addr + sizeof(tab[0]))) in do_socketpair()
6860 if (put_user_s32(mid, mount_id)) { in do_name_to_handle_at()
7471 && put_user_s32(host_to_target_waitstatus(status), arg2)) in do_syscall1()
9249 if (put_user_s32(status, status_ptr)) in do_syscall1()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/linux-user/
H A Dqemu.h566 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/linux-user/
H A Dqemu.h566 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
/dports/emulators/qemu60/qemu-6.0.0/linux-user/
H A Dqemu.h609 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
H A Dsyscall.c1747 if (put_user_s32(host_pipe[0], pipedes) in do_pipe()
1748 || put_user_s32(host_pipe[1], pipedes + sizeof(host_pipe[0]))) in do_pipe()
3621 if (put_user_s32(tab[0], target_tab_addr) in do_socketpair()
3622 || put_user_s32(tab[1], target_tab_addr + sizeof(tab[0]))) in do_socketpair()
5726 put_user_s32(value, target_gparam->value); in do_ioctl_drm_i915_getparam()
7760 if (put_user_s32(mid, mount_id)) { in do_name_to_handle_at()
8394 && put_user_s32(host_to_target_waitstatus(status), arg2)) in do_syscall1()
10151 if (put_user_s32(status, status_ptr)) in do_syscall1()
10802 && put_user_s32(deathsig, arg2)) { in do_syscall1()
/dports/emulators/qemu5/qemu-5.2.0/linux-user/
H A Dqemu.h601 #define put_user_s32(x, gaddr) put_user((x), (gaddr), int32_t) macro
H A Dsyscall.c1730 if (put_user_s32(host_pipe[0], pipedes) in do_pipe()
1731 || put_user_s32(host_pipe[1], pipedes + sizeof(host_pipe[0]))) in do_pipe()
3591 if (put_user_s32(tab[0], target_tab_addr) in do_socketpair()
3592 || put_user_s32(tab[1], target_tab_addr + sizeof(tab[0]))) in do_socketpair()
5685 put_user_s32(value, target_gparam->value); in do_ioctl_drm_i915_getparam()
7670 if (put_user_s32(mid, mount_id)) { in do_name_to_handle_at()
8304 && put_user_s32(host_to_target_waitstatus(status), arg2)) in do_syscall1()
10056 if (put_user_s32(status, status_ptr)) in do_syscall1()
10707 && put_user_s32(deathsig, arg2)) { in do_syscall1()

12