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

/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp2452 pVCpu->hm.s.EmulateIoBlock.fEnabled = true;
2453 pVCpu->hm.s.EmulateIoBlock.GCPtrFunctionEip = pCtx->rip;
2454 pVCpu->hm.s.EmulateIoBlock.cr0 = pCtx->cr0;
2475 if ( RT_UNLIKELY(pVCpu->hm.s.EmulateIoBlock.fEnabled)
2476 && pCtx->rip < pVCpu->hm.s.EmulateIoBlock.GCPtrFunctionEip + 0x200
2477 && pCtx->rip > pVCpu->hm.s.EmulateIoBlock.GCPtrFunctionEip - 0x200
2478 && pCtx->cr0 == pVCpu->hm.s.EmulateIoBlock.cr0)
2481 pVCpu->hm.s.EmulateIoBlock.fEnabled = false;
/vbox/src/VBox/VMM/include/
H A DHMInternal.h801 } EmulateIoBlock; member in struct:HMCPU

Completed in 54 milliseconds