Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dxen.c329 size_t times_ofs; in kvm_xen_update_runstate_guest() local
395 times_ofs = offsetof(struct vcpu_runstate_info, in kvm_xen_update_runstate_guest()
399 times_ofs = offsetof(struct compat_vcpu_runstate_info, in kvm_xen_update_runstate_guest()
456 rs_times = gpc1->khva + times_ofs; in kvm_xen_update_runstate_guest()
515 rs_state = ((void *)rs_times) - times_ofs; in kvm_xen_update_runstate_guest()
522 if (user_len1 >= times_ofs + sizeof(uint64_t)) in kvm_xen_update_runstate_guest()
523 update_bit = gpc1->khva + times_ofs + in kvm_xen_update_runstate_guest()
526 update_bit = gpc2->khva + times_ofs + in kvm_xen_update_runstate_guest()