Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/
Dhyperv.c1739 struct kvm_hv_hcall { struct
1752 static u64 kvm_get_sparse_vp_set(struct kvm *kvm, struct kvm_hv_hcall *hc, in kvm_get_sparse_vp_set() argument
1786 static u64 kvm_hv_flush_tlb(struct kvm_vcpu *vcpu, struct kvm_hv_hcall *hc) in kvm_hv_flush_tlb()
1905 static u64 kvm_hv_send_ipi(struct kvm_vcpu *vcpu, struct kvm_hv_hcall *hc) in kvm_hv_send_ipi()
2076 static u16 kvm_hvcall_signal_event(struct kvm_vcpu *vcpu, struct kvm_hv_hcall *hc) in kvm_hvcall_signal_event()
2117 static bool is_xmm_fast_hypercall(struct kvm_hv_hcall *hc) in is_xmm_fast_hypercall()
2131 static void kvm_hv_hypercall_read_xmm(struct kvm_hv_hcall *hc) in kvm_hv_hypercall_read_xmm()
2191 struct kvm_hv_hcall hc; in kvm_hv_hypercall()