Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dkvm_emulate.h235 void (*set_nmi_mask)(struct x86_emulate_ctxt *ctxt, bool masked); member
H A Dx86.c8465 kvm_x86_call(set_nmi_mask)(emul_to_vcpu(ctxt), masked); in emulator_set_nmi_mask() local
/linux/arch/x86/include/asm/
H A Dkvm_host.h1795 void (*set_nmi_mask)(struct kvm_vcpu *vcpu, bool masked); member