Searched refs:vmx_set_nmi_mask (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.h | 364 void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked);
|
H A D | vmx.c | 4695 void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked) in vmx_set_nmi_mask() function 5418 vmx_set_nmi_mask(vcpu, true); in handle_task_switch() 6642 vmx_set_nmi_mask(vcpu, false); in __vmx_complete_interrupts() 7853 .set_nmi_mask = vmx_set_nmi_mask,
|
H A D | nested.c | 3937 vmx_set_nmi_mask(vcpu, true); in vmx_check_nested_events()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.h | 405 void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked);
|
H A D | vmx.c | 5006 void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked) in vmx_set_nmi_mask() function 5709 vmx_set_nmi_mask(vcpu, true); in handle_task_switch() 7097 vmx_set_nmi_mask(vcpu, false); in __vmx_complete_interrupts() 8293 .set_nmi_mask = vmx_set_nmi_mask,
|
H A D | nested.c | 4176 vmx_set_nmi_mask(vcpu, true); in vmx_check_nested_events()
|
Completed in 35 milliseconds