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

/vbox/include/VBox/vmm/
H A Dhm_svm.h612 uint16_t u16InterceptWrCRx; member in struct:SVMVMCB::__anon350
778 AssertCompileMemberOffset(SVMVMCB, ctrl.u16InterceptWrCRx, 0x02);
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp735 pVmcb->ctrl.u16InterceptWrCRx = RT_BIT(0) | RT_BIT(4);
776 pVmcb->ctrl.u16InterceptWrCRx |= RT_BIT(3);
1632 pVmcb->ctrl.u16InterceptWrCRx |= RT_BIT(8);
1635 pVmcb->ctrl.u16InterceptWrCRx &= ~RT_BIT(8);
2748 Log4(("ctrl.u16InterceptWrCRx %#x\n", pVmcb->ctrl.u16InterceptWrCRx));

Completed in 1438 milliseconds