Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dhvf.c104 #define VECTORING_INFO_VECTOR_MASK 0xff macro
679 vinfo & VMCS_INTR_VALID, vinfo & VECTORING_INFO_VECTOR_MASK, vinfo in hvf_vcpu_exec()
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h372 #define VECTORING_INFO_VECTOR_MASK INTR_INFO_VECTOR_MASK macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5708 idt_index = (vmx->idt_vectoring_info & VECTORING_INFO_VECTOR_MASK); in handle_task_switch()
7095 vector = idt_vectoring_info & VECTORING_INFO_VECTOR_MASK; in __vmx_complete_interrupts()