Searched refs:gdb_timeval (Results 1 – 2 of 2) sorted by relevance
68 struct gdb_timeval { struct
508 struct gdb_timeval *p; in host_gettimeofday()517 p = lock_user(VERIFY_WRITE, tv_addr, sizeof(struct gdb_timeval), 0); in host_gettimeofday()527 unlock_user(p, tv_addr, sizeof(struct gdb_timeval)); in host_gettimeofday()