Searched refs:PendingIO (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp1601 pVCpu->hm.s.PendingIO.enmType = HMPENDINGIO_PORT_READ;
1602 pVCpu->hm.s.PendingIO.GCPtrRip = GCPtrRip;
1603 pVCpu->hm.s.PendingIO.GCPtrRipNext = GCPtrRipNext;
1604 pVCpu->hm.s.PendingIO.s.Port.uPort = uPort;
1605 pVCpu->hm.s.PendingIO.s.Port.uAndVal = uAndVal;
1606 pVCpu->hm.s.PendingIO.s.Port.cbSize = cbSize;
1623 pVCpu->hm.s.PendingIO.enmType = HMPENDINGIO_PORT_WRITE;
1624 pVCpu->hm.s.PendingIO.GCPtrRip = GCPtrRip;
1625 pVCpu->hm.s.PendingIO.GCPtrRipNext = GCPtrRipNext;
1626 pVCpu->hm.s.PendingIO
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp2852 HMPENDINGIO enmType = pVCpu->hm.s.PendingIO.enmType;
2854 pVCpu->hm.s.PendingIO.enmType = HMPENDINGIO_INVALID;
2856 if ( pVCpu->hm.s.PendingIO.GCPtrRip != pCtx->rip
2865 uint32_t uAndVal = pVCpu->hm.s.PendingIO.s.Port.uAndVal;
2868 rcStrict = IOMIOPortRead(pVM, pVCpu, pVCpu->hm.s.PendingIO.s.Port.uPort,
2870 pVCpu->hm.s.PendingIO.s.Port.cbSize);
2875 pCtx->rip = pVCpu->hm.s.PendingIO.GCPtrRipNext;
2881 rcStrict = IOMIOPortWrite(pVM, pVCpu, pVCpu->hm.s.PendingIO.s.Port.uPort,
2882 pCtx->eax & pVCpu->hm.s.PendingIO.s.Port.uAndVal,
2883 pVCpu->hm.s.PendingIO
[all...]
/vbox/src/VBox/VMM/include/
H A DHMInternal.h820 } PendingIO; member in struct:HMCPU

Completed in 59 milliseconds