Home
last modified time | relevance | path

Searched refs:VECTORING_INFO_VALID_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/arch/x86/include/asm/
A Dvmx.h373 #define VECTORING_INFO_VALID_MASK INTR_INFO_VALID_MASK macro
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c5227 if ((vect_info & VECTORING_INFO_VALID_MASK) && in handle_exception_nmi()
5685 idt_v = (vmx->idt_vectoring_info & VECTORING_INFO_VALID_MASK); in handle_task_switch()
5747 if (!(to_vmx(vcpu)->idt_vectoring_info & VECTORING_INFO_VALID_MASK) && in handle_ept_violation()
5978 if (!(to_vmx(vcpu)->idt_vectoring_info & VECTORING_INFO_VALID_MASK) && in handle_pml_full()
6496 if ((vectoring_info & VECTORING_INFO_VALID_MASK) && in __vmx_handle_exit()
6978 idtv_info_valid = vmx->idt_vectoring_info & VECTORING_INFO_VALID_MASK; in vmx_recover_nmi_blocking()
7020 idtv_info_valid = idt_vectoring_info & VECTORING_INFO_VALID_MASK; in __vmx_complete_interrupts()
A Dnested.c3752 idt_vectoring = nr | VECTORING_INFO_VALID_MASK; in vmcs12_save_pending_event()
3773 idt_vectoring = nr | VECTORING_INFO_VALID_MASK; in vmcs12_save_pending_event()
3890 if (!(vmcs12->idt_vectoring_info_field & VECTORING_INFO_VALID_MASK) && in nested_vmx_inject_exception_vmexit()

Completed in 29 milliseconds