Searched refs:VMX_IDT_VECTORING_INFO_VECTOR (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/vmm/
H A Dhm_vmx.h1504 #define VMX_IDT_VECTORING_INFO_VECTOR(a) ((a) & 0xff) macro
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp5813 uint32_t uIdtVector = VMX_IDT_VECTORING_INFO_VECTOR(pVmxTransient->uIdtVectoringInfo);
7014 uint32_t uVector = VMX_IDT_VECTORING_INFO_VECTOR(pVCpu->hm.s.Event.u64IntInfo);
11376 uint32_t uVector = VMX_IDT_VECTORING_INFO_VECTOR(pVmxTransient->uIdtVectoringInfo);

Completed in 625 milliseconds