VECTORING_INFO_VALID_MASK 3350 arch/x86/kvm/vmx/nested.c 		idt_vectoring = nr | VECTORING_INFO_VALID_MASK;
VECTORING_INFO_VALID_MASK 3371 arch/x86/kvm/vmx/nested.c 		idt_vectoring = nr | VECTORING_INFO_VALID_MASK;
VECTORING_INFO_VALID_MASK 3456 arch/x86/kvm/vmx/nested.c 	if (!(vmcs12->idt_vectoring_info_field & VECTORING_INFO_VALID_MASK) &&
VECTORING_INFO_VALID_MASK 4635 arch/x86/kvm/vmx/vmx.c 	if ((vect_info & VECTORING_INFO_VALID_MASK) &&
VECTORING_INFO_VALID_MASK 5099 arch/x86/kvm/vmx/vmx.c 	idt_v = (vmx->idt_vectoring_info & VECTORING_INFO_VALID_MASK);
VECTORING_INFO_VALID_MASK 5161 arch/x86/kvm/vmx/vmx.c 	if (!(to_vmx(vcpu)->idt_vectoring_info & VECTORING_INFO_VALID_MASK) &&
VECTORING_INFO_VALID_MASK 5496 arch/x86/kvm/vmx/vmx.c 	if (!(to_vmx(vcpu)->idt_vectoring_info & VECTORING_INFO_VALID_MASK) &&
VECTORING_INFO_VALID_MASK 5892 arch/x86/kvm/vmx/vmx.c 	if ((vectoring_info & VECTORING_INFO_VALID_MASK) &&
VECTORING_INFO_VALID_MASK 6305 arch/x86/kvm/vmx/vmx.c 	idtv_info_valid = vmx->idt_vectoring_info & VECTORING_INFO_VALID_MASK;
VECTORING_INFO_VALID_MASK 6350 arch/x86/kvm/vmx/vmx.c 	idtv_info_valid = idt_vectoring_info & VECTORING_INFO_VALID_MASK;