Home
last modified time | relevance | path

Searched refs:put_user_u64 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/semihosting/
H A Duaccess.h39 #define put_user_u64(val, addr) \ macro
/openbmc/qemu/semihosting/
H A Darm-compat-semi.c197 put_user_u64(val, args + (n) * 8) : \
711 fail = put_user_u64(retvals[i], arg0 + i * 8); in do_common_semihosting()
/openbmc/qemu/linux-user/
H A Dqemu.h290 #define put_user_u64(x, gaddr) put_user((x), (gaddr), uint64_t) macro
H A Dsyscall.c11888 if (put_user_u64 (swcr, arg2)) in _syscall2()
12970 if (put_user_u64(loff_in, arg2)) { in _syscall2()
12975 if (put_user_u64(loff_out, arg4)) { in _syscall2()
13586 if (put_user_u64(inoff, arg2)) { in _syscall2()
13591 if (put_user_u64(outoff, arg4)) { in _syscall2()
/openbmc/qemu/bsd-user/
H A Dqemu.h382 #define put_user_u64(x, gaddr) put_user((x), (gaddr), uint64_t) macro