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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFDisas.cpp427 PCCPUMSELREG pSRegCS = NULL; local
432 pSRegCS = &pCtxCore->cs;
450 pSRegCS = &pCtxCore->cs;
466 if ( pSRegCS
467 && CPUMSELREG_ARE_HIDDEN_PARTS_VALID(pVCpu, pSRegCS))
471 SelInfo.GCPtrBase = pSRegCS->u64Base;
472 SelInfo.cbLimit = pSRegCS->u32Limit;
483 SelInfo.u.Raw.Gen.u1Present = pSRegCS->Attr.n.u1Present;
484 SelInfo.u.Raw.Gen.u1Granularity = pSRegCS->Attr.n.u1Granularity;;
485 SelInfo.u.Raw.Gen.u1DefBig = pSRegCS
[all...]

Completed in 61 milliseconds