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

/vbox/src/VBox/VMM/VMMR3/
H A DVMMTests.cpp615 #define SYNC_SEL(pHyperCtx, reg) \
616 if (pHyperCtx->reg.Sel) \
619 int rc2 = SELMR3GetShadowSelectorInfo(pVM, pHyperCtx->reg.Sel, &selInfo); \
622 pHyperCtx->reg.u64Base = selInfo.GCPtrBase; \
623 pHyperCtx->reg.u32Limit = selInfo.cbLimit; \
624 pHyperCtx->reg.Attr.n.u1Present = selInfo.u.Raw.Gen.u1Present; \
625 pHyperCtx->reg.Attr.n.u1DefBig = selInfo.u.Raw.Gen.u1DefBig; \
626 pHyperCtx->reg.Attr.n.u1Granularity = selInfo.u.Raw.Gen.u1Granularity; \
627 pHyperCtx->reg.Attr.n.u4Type = selInfo.u.Raw.Gen.u4Type; \
628 pHyperCtx
638 PCPUMCTX pHyperCtx, pGuestCtx; local
[all...]

Completed in 35 milliseconds