Searched defs:offTrg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DVMMSwitcher.cpp475 uint32_t offTrg = *u.pu32++; local
476 Assert(offTrg - pSwitcher->offGCCode < pSwitcher->cbGCCode);
477 *uSrc.pu32 = (uint32_t)((GCPtrCode + offTrg) - (uSrc.u + 4));
487 uint32_t offTrg = *u.pu32++; local
488 Assert(offTrg - pSwitcher->offIDCode0 < pSwitcher->cbIDCode0 || offTrg - pSwitcher->offIDCode1 < pSwitcher->cbIDCode1);
489 *uSrc.pu32 = (uint32_t)((u32IDCode + offTrg) - (R0PtrCode + offSrc + 4));
499 uint32_t offTrg = *u.pu32++; local
500 Assert(offTrg - pSwitcher->offHCCode0 < pSwitcher->cbHCCode0 || offTrg
511 uint32_t offTrg = *u.pu32++; local
523 uint32_t offTrg = *u.pu32++; local
535 uint32_t offTrg = *u.pu32++; local
546 uint32_t offTrg = *u.pu32++; local
[all...]

Completed in 42 milliseconds