Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dxen.c184 size_t times_ofs; in kvm_xen_update_runstate_guest() local
250 times_ofs = offsetof(struct vcpu_runstate_info, in kvm_xen_update_runstate_guest()
254 times_ofs = offsetof(struct compat_vcpu_runstate_info, in kvm_xen_update_runstate_guest()
311 rs_times = gpc1->khva + times_ofs; in kvm_xen_update_runstate_guest()
370 rs_state = ((void *)rs_times) - times_ofs; in kvm_xen_update_runstate_guest()
377 if (user_len1 >= times_ofs + sizeof(uint64_t)) in kvm_xen_update_runstate_guest()
378 update_bit = gpc1->khva + times_ofs + in kvm_xen_update_runstate_guest()
381 update_bit = gpc2->khva + times_ofs + in kvm_xen_update_runstate_guest()