KVM
Functions
kvm_onhyperv.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static int hv_flush_remote_tlbs (struct kvm *kvm)
 
static void hv_track_root_tdp (struct kvm_vcpu *vcpu, hpa_t root_tdp)
 

Function Documentation

◆ hv_flush_remote_tlbs()

static int hv_flush_remote_tlbs ( struct kvm *  kvm)
inlinestatic

Definition at line 34 of file kvm_onhyperv.h.

35 {
36  return -EOPNOTSUPP;
37 }

◆ hv_track_root_tdp()

static void hv_track_root_tdp ( struct kvm_vcpu *  vcpu,
hpa_t  root_tdp 
)
inlinestatic

Definition at line 39 of file kvm_onhyperv.h.

40 {
41 }