Home
last modified time | relevance | path

Searched refs:get_user_u64 (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/semihosting/
H A Duaccess.h22 #define get_user_u64(val, addr) \ macro
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c162 if (get_user_u64(oldval, addr)) { in arm_kernel_cmpxchg64_helper()
167 if (get_user_u64(newval, addr)) { in arm_kernel_cmpxchg64_helper()
/openbmc/qemu/linux-user/
H A Dqemu.h303 #define get_user_u64(x, gaddr) get_user((x), (gaddr), uint64_t) macro
H A Delfload.c1207 get_user_u64(val, infop->entry + 8); in init_thread()
1209 get_user_u64(val, infop->entry); in init_thread()
H A Dsyscall.c12149 if (get_user_u64 (swcr, arg2)) { in _syscall2()
12173 if (get_user_u64(exc, arg2)) { in _syscall2()
13183 if (get_user_u64(loff_in, arg2)) { in _syscall2()
13189 if (get_user_u64(loff_out, arg4)) { in _syscall2()
13796 if (get_user_u64(inoff, arg2)) { in _syscall2()
13802 if (get_user_u64(outoff, arg4)) { in _syscall2()
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c141 if (get_user_u64(caller, env->regs[R_ESP])) { in emulate_vsyscall()
/openbmc/qemu/semihosting/
H A Darm-compat-semi.c185 if (get_user_u64(arg ## n, args + (n) * 8)) { \
/openbmc/qemu/bsd-user/
H A Dqemu.h403 #define get_user_u64(x, gaddr) get_user((x), (gaddr), uint64_t) macro