Home
last modified time | relevance | path

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

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