Searched refs:GCPtrRipNext (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/vmm/
H A Dhm.h180 VMMR0_INT_DECL(void) HMR0SavePendingIOPortWrite(PVMCPU pVCpu, RTGCPTR GCPtrRip, RTGCPTR GCPtrRipNext,
182 VMMR0_INT_DECL(void) HMR0SavePendingIOPortRead(PVMCPU pVCpu, RTGCPTR GCPtrRip, RTGCPTR GCPtrRipNext,
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp1593 * @param GCPtrRipNext Address of the next instruction.
1598 VMMR0_INT_DECL(void) HMR0SavePendingIOPortRead(PVMCPU pVCpu, RTGCPTR GCPtrRip, RTGCPTR GCPtrRipNext,
1603 pVCpu->hm.s.PendingIO.GCPtrRipNext = GCPtrRipNext;
1620 VMMR0_INT_DECL(void) HMR0SavePendingIOPortWrite(PVMCPU pVCpu, RTGCPTR GCPtrRip, RTGCPTR GCPtrRipNext,
1625 pVCpu->hm.s.PendingIO.GCPtrRipNext = GCPtrRipNext;
/vbox/src/VBox/VMM/include/
H A DHMInternal.h809 RTGCPTR GCPtrRipNext; member in struct:HMCPU::__anon16907
/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp2875 pCtx->rip = pVCpu->hm.s.PendingIO.GCPtrRipNext;
2885 pCtx->rip = pVCpu->hm.s.PendingIO.GCPtrRipNext;

Completed in 572 milliseconds