Searched refs:SELMR3GetShadowSelectorInfo (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/vmm/
H A Dselm.h100 VMMR3DECL(int) SELMR3GetShadowSelectorInfo(PVM pVM, RTSEL Sel, PDBGFSELINFO pSelInfo);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFMem.cpp438 rc = SELMR3GetShadowSelectorInfo(pVM, Sel, pSelInfo);
468 * SELMR3GetShadowSelectorInfo.
H A DDBGFDisas.cpp556 rc = SELMR3GetShadowSelectorInfo(pVM, Sel, &SelInfo);
H A DVMMTests.cpp619 int rc2 = SELMR3GetShadowSelectorInfo(pVM, pHyperCtx->reg.Sel, &selInfo); \
H A DSELM.cpp2209 * Worker for selmR3GetSelectorInfo32 and SELMR3GetShadowSelectorInfo that
2401 VMMR3DECL(int) SELMR3GetShadowSelectorInfo(PVM pVM, RTSEL Sel, PDBGFSELINFO pSelInfo) function

Completed in 87 milliseconds