Home
last modified time | relevance | path

Searched refs:gdb_timeval (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/gdbstub/
H A Dsyscalls.h68 struct gdb_timeval { struct
/openbmc/qemu/semihosting/
H A Dsyscalls.c506 struct gdb_timeval *p; in host_gettimeofday()
515 p = lock_user(VERIFY_WRITE, tv_addr, sizeof(struct gdb_timeval), 0); in host_gettimeofday()
525 unlock_user(p, tv_addr, sizeof(struct gdb_timeval)); in host_gettimeofday()