Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dhyperv.h63 static inline struct kvm_vcpu_hv_synic *to_hv_synic(struct kvm_vcpu *vcpu) in to_hv_synic()
70 static inline struct kvm_vcpu *hv_synic_to_vcpu(struct kvm_vcpu_hv_synic *synic) in hv_synic_to_vcpu()
Dhyperv.c49 static inline u64 synic_read_sint(struct kvm_vcpu_hv_synic *synic, int sint) in synic_read_sint()
61 static bool synic_has_vector_connected(struct kvm_vcpu_hv_synic *synic, in synic_has_vector_connected()
73 static bool synic_has_vector_auto_eoi(struct kvm_vcpu_hv_synic *synic, in synic_has_vector_auto_eoi()
88 static void synic_update_vector(struct kvm_vcpu_hv_synic *synic, in synic_update_vector()
129 static int synic_set_sint(struct kvm_vcpu_hv_synic *synic, int sint, in synic_set_sint()
181 static struct kvm_vcpu_hv_synic *synic_get(struct kvm *kvm, u32 vpidx) in synic_get()
184 struct kvm_vcpu_hv_synic *synic; in synic_get()
196 struct kvm_vcpu_hv_synic *synic = to_hv_synic(vcpu); in kvm_hv_notify_acked_sint()
219 static void synic_exit(struct kvm_vcpu_hv_synic *synic, u32 msr) in synic_exit()
233 static int synic_set_msr(struct kvm_vcpu_hv_synic *synic, in synic_set_msr()
[all …]
/arch/x86/include/asm/
Dkvm_host.h564 struct kvm_vcpu_hv_synic { struct
583 struct kvm_vcpu_hv_synic synic; argument