KVM
Functions
svm_onhyperv.h File Reference
#include <asm/mshyperv.h>
Include dependency graph for svm_onhyperv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static bool svm_hv_is_enlightened_tlb_enabled (struct kvm_vcpu *vcpu)
 
static void svm_hv_init_vmcb (struct vmcb *vmcb)
 
static __init void svm_hv_hardware_setup (void)
 
static void svm_hv_vmcb_dirty_nested_enlightenments (struct kvm_vcpu *vcpu)
 
static void svm_hv_update_vp_id (struct vmcb *vmcb, struct kvm_vcpu *vcpu)
 

Function Documentation

◆ svm_hv_hardware_setup()

static __init void svm_hv_hardware_setup ( void  )
inlinestatic

Definition at line 101 of file svm_onhyperv.h.

102 {
103 }
Here is the caller graph for this function:

◆ svm_hv_init_vmcb()

static void svm_hv_init_vmcb ( struct vmcb *  vmcb)
inlinestatic

Definition at line 97 of file svm_onhyperv.h.

98 {
99 }
Here is the caller graph for this function:

◆ svm_hv_is_enlightened_tlb_enabled()

static bool svm_hv_is_enlightened_tlb_enabled ( struct kvm_vcpu *  vcpu)
inlinestatic

Definition at line 92 of file svm_onhyperv.h.

93 {
94  return false;
95 }
Here is the caller graph for this function:

◆ svm_hv_update_vp_id()

static void svm_hv_update_vp_id ( struct vmcb *  vmcb,
struct kvm_vcpu *  vcpu 
)
inlinestatic

Definition at line 110 of file svm_onhyperv.h.

112 {
113 }
Here is the caller graph for this function:

◆ svm_hv_vmcb_dirty_nested_enlightenments()

static void svm_hv_vmcb_dirty_nested_enlightenments ( struct kvm_vcpu *  vcpu)
inlinestatic

Definition at line 105 of file svm_onhyperv.h.

107 {
108 }
Here is the caller graph for this function: