VECTORING_INFO_TYPE_MASK
type = (vmx->idt_vectoring_info & VECTORING_INFO_TYPE_MASK);
type = idt_vectoring_info & VECTORING_INFO_TYPE_MASK;