Searched refs:get_user_u64 (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/semihosting/ |
H A D | uaccess.h | 22 #define get_user_u64(val, addr) \ macro
|
/openbmc/qemu/linux-user/arm/ |
H A D | cpu_loop.c | 162 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 D | qemu.h | 303 #define get_user_u64(x, gaddr) get_user((x), (gaddr), uint64_t) macro
|
H A D | elfload.c | 1207 get_user_u64(val, infop->entry + 8); in init_thread() 1209 get_user_u64(val, infop->entry); in init_thread()
|
H A D | syscall.c | 12149 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 D | cpu_loop.c | 141 if (get_user_u64(caller, env->regs[R_ESP])) { in emulate_vsyscall()
|
/openbmc/qemu/semihosting/ |
H A D | arm-compat-semi.c | 185 if (get_user_u64(arg ## n, args + (n) * 8)) { \
|
/openbmc/qemu/bsd-user/ |
H A D | qemu.h | 403 #define get_user_u64(x, gaddr) get_user((x), (gaddr), uint64_t) macro
|