Home
last modified time | relevance | path

Searched defs:get_nmi_mask (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/
H A Dsmm.c309 if (kvm_x86_call(get_nmi_mask)(vcpu)) in enter_smm() local
H A Dx86.c10561 if (kvm_x86_call(get_nmi_mask)(vcpu) || vcpu->arch.nmi_injected) in process_nmi() local
/linux/arch/x86/include/asm/
H A Dkvm_host.h1773 bool (*get_nmi_mask)(struct kvm_vcpu *vcpu); member