Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dhyperv.h58 static inline struct kvm_vcpu_hv *to_hv_vcpu(struct kvm_vcpu *vcpu) in to_hv_vcpu() function
65 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in to_hv_synic()
84 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in kvm_hv_get_vpindex()
109 return &to_hv_vcpu(vcpu)->stimer[timer_index]; in to_hv_stimer()
123 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in kvm_hv_has_stimer_pending()
Dhyperv.c187 if (!vcpu || !to_hv_vcpu(vcpu)) in synic_get()
197 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in kvm_hv_notify_acked_sint()
222 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in synic_exit()
301 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in kvm_hv_is_syndbg_enabled()
320 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in syndbg_exit()
342 to_hv_vcpu(vcpu)->vp_index, msr, data); in syndbg_set_msr()
561 to_hv_vcpu(vcpu)->stimer_pending_bitmap); in stimer_mark_pending()
576 to_hv_vcpu(vcpu)->stimer_pending_bitmap); in stimer_cleanup()
658 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in stimer_set_config()
831 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in kvm_hv_process_stimers()
[all …]
Dlapic.c1255 if (to_hv_vcpu(apic->vcpu) && in apic_set_eoi()
2551 if (to_hv_vcpu(vcpu) && test_bit(vector, to_hv_synic(vcpu)->auto_eoi_bitmap)) { in kvm_get_apic_interrupt()
Dx86.c9381 if (to_hv_vcpu(vcpu)) in vcpu_load_eoi_exitmap()
9544 struct kvm_vcpu_hv *hv_vcpu = to_hv_vcpu(vcpu); in vcpu_enter_guest()