Lines Matching refs:hv_vcpu
68 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in to_hv_synic() local
70 return &hv_vcpu->synic; in to_hv_synic()
75 struct kvm_vcpu_hv *hv_vcpu = container_of(synic, struct kvm_vcpu_hv, synic); in hv_synic_to_vcpu() local
77 return hv_vcpu->vcpu; in hv_synic_to_vcpu()
87 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in kvm_hv_get_vpindex() local
89 return hv_vcpu ? hv_vcpu->vp_index : vcpu->vcpu_idx; in kvm_hv_get_vpindex()
121 struct kvm_vcpu_hv *hv_vcpu; in hv_stimer_to_vcpu() local
123 hv_vcpu = container_of(stimer - stimer->index, struct kvm_vcpu_hv, in hv_stimer_to_vcpu()
125 return hv_vcpu->vcpu; in hv_stimer_to_vcpu()
130 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in kvm_hv_has_stimer_pending() local
132 if (!hv_vcpu) in kvm_hv_has_stimer_pending()
135 return !bitmap_empty(hv_vcpu->stimer_pending_bitmap, in kvm_hv_has_stimer_pending()