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

/vbox/src/VBox/VMM/include/
H A DVMMSwitcher.h115 uint32_t offHCCode0; member in struct:VMMSWITCHERDEF
/vbox/src/VBox/VMM/VMMR3/
H A DVMMSwitcher.cpp474 Assert(offSrc - pSwitcher->offHCCode0 < pSwitcher->cbHCCode0 || offSrc - pSwitcher->offHCCode1 < pSwitcher->cbHCCode1);
486 Assert(offSrc - pSwitcher->offHCCode0 < pSwitcher->cbHCCode0 || offSrc - pSwitcher->offHCCode1 < pSwitcher->cbHCCode1);
500 Assert(offTrg - pSwitcher->offHCCode0 < pSwitcher->cbHCCode0 || offTrg - pSwitcher->offHCCode1 < pSwitcher->cbHCCode1);
524 Assert(offTrg - pSwitcher->offHCCode0 < pSwitcher->cbHCCode0 || offTrg - pSwitcher->offHCCode1 < pSwitcher->cbHCCode1);
761 Assert(offTrg - pSwitcher->offHCCode0 < pSwitcher->cbHCCode0 || offTrg - pSwitcher->offHCCode1 < pSwitcher->cbHCCode1);
798 Assert(offTrg - pSwitcher->offHCCode0 < pSwitcher->cbHCCode0 || offTrg - pSwitcher->offHCCode1 < pSwitcher->cbHCCode1);
916 if (offCode - pSwitcher->offHCCode0 < pSwitcher->cbHCCode0)
920 offCode = pSwitcher->offHCCode0;
/vbox/src/VBox/VMM/VMMSwitcher/
H A DAMD64Stub.asm102 at VMMSWITCHERDEF.offHCCode0, dd 0
H A DX86Stub.asm98 at VMMSWITCHERDEF.offHCCode0, dd 0

Completed in 1055 milliseconds