Home
last modified time | relevance | path

Searched refs:vmx_set_nmi_mask (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dmain.c90 .set_nmi_mask = vmx_set_nmi_mask,
H A Dx86_ops.h97 void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked);
H A Dvmx.h408 void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked);
H A Dnested.c4309 vmx_set_nmi_mask(vcpu, true); in vmx_check_nested_events()