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

Go to the source code of this file.

Functions

static void nested_svm_hv_update_vm_vp_ids (struct kvm_vcpu *vcpu)
 
static bool nested_svm_l2_tlb_flush_enabled (struct kvm_vcpu *vcpu)
 
static void svm_hv_inject_synthetic_vmexit_post_tlb_flush (struct kvm_vcpu *vcpu)
 

Function Documentation

◆ nested_svm_hv_update_vm_vp_ids()

static void nested_svm_hv_update_vm_vp_ids ( struct kvm_vcpu *  vcpu)
inlinestatic

Definition at line 46 of file hyperv.h.

46 {}
Here is the caller graph for this function:

◆ nested_svm_l2_tlb_flush_enabled()

static bool nested_svm_l2_tlb_flush_enabled ( struct kvm_vcpu *  vcpu)
inlinestatic

Definition at line 47 of file hyperv.h.

48 {
49  return false;
50 }
Here is the caller graph for this function:

◆ svm_hv_inject_synthetic_vmexit_post_tlb_flush()

static void svm_hv_inject_synthetic_vmexit_post_tlb_flush ( struct kvm_vcpu *  vcpu)
inlinestatic

Definition at line 51 of file hyperv.h.

51 {}