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

/vbox/include/VBox/vmm/
H A Dhm_svm.h618 uint32_t u32InterceptException; member in struct:SVMVMCB::__anon350
781 AssertCompileMemberOffset(SVMVMCB, ctrl.u32InterceptException, 0x08);
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp687 pVmcb->ctrl.u32InterceptException |= RT_BIT(X86_XCPT_PF);
691 pVmcb->ctrl.u32InterceptException |= 0
783 pVmcb->ctrl.u32InterceptException |= RT_BIT(X86_XCPT_PF);
792 pVmcb->ctrl.u32InterceptException |= RT_BIT(X86_XCPT_UD);
1098 if (!(pVmcb->ctrl.u32InterceptException & RT_BIT(u32Xcpt)))
1100 pVmcb->ctrl.u32InterceptException |= RT_BIT(u32Xcpt);
1116 if (pVmcb->ctrl.u32InterceptException & RT_BIT(u32Xcpt))
1118 pVmcb->ctrl.u32InterceptException &= ~RT_BIT(u32Xcpt);
2751 Log4(("ctrl.u32InterceptException %#x\n", pVmcb->ctrl.u32InterceptException));
[all...]

Completed in 2520 milliseconds