Home
last modified time | relevance | path

Searched refs:enter_smm (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kvm/
H A Dsmm.h158 void enter_smm(struct kvm_vcpu *vcpu);
H A Dsmm.c279 void enter_smm(struct kvm_vcpu *vcpu) in enter_smm() function
305 if (kvm_x86_call(enter_smm)(vcpu, &smram)) in enter_smm()
/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h124 KVM_X86_OP(enter_smm)
H A Dkvm_host.h1904 int (*enter_smm)(struct kvm_vcpu *vcpu, union kvm_smram *smram); member
/linux/arch/x86/kvm/vmx/
H A Dmain.c998 .enter_smm = vt_op(enter_smm),