Home
last modified time | relevance | path

Searched defs:is_smm (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Dsmm.h149 static inline bool is_smm(struct kvm_vcpu *vcpu) in is_smm() function
160 static inline bool is_smm(struct kvm_vcpu *vcpu) { return false; } in is_smm() function
H A Dkvm_emulate.h222 bool (*is_smm)(struct x86_emulate_ctxt *ctxt); member