Searched refs:times_ofs (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dxen.c281 size_t times_ofs; local
347 times_ofs = offsetof(struct vcpu_runstate_info,
351 times_ofs = offsetof(struct compat_vcpu_runstate_info,
408 rs_times = gpc1->khva + times_ofs;
467 rs_state = ((void *)rs_times) - times_ofs;
474 if (user_len1 >= times_ofs + sizeof(uint64_t))
475 update_bit = gpc1->khva + times_ofs +
478 update_bit = gpc2->khva + times_ofs +

Completed in 105 milliseconds