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

Go to the source code of this file.

Functions

static int kvm_inject_smi (struct kvm_vcpu *vcpu)
 
static bool is_smm (struct kvm_vcpu *vcpu)
 

Function Documentation

◆ is_smm()

static bool is_smm ( struct kvm_vcpu *  vcpu)
inlinestatic

Definition at line 160 of file smm.h.

160 { return false; }
Here is the caller graph for this function:

◆ kvm_inject_smi()

static int kvm_inject_smi ( struct kvm_vcpu *  vcpu)
inlinestatic

Definition at line 159 of file smm.h.

159 { return -ENOTTY; }
Here is the caller graph for this function: