Searched refs:gdb_timeval (Results 1 – 2 of 2) sorted by relevance
68 struct gdb_timeval { struct
506 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()