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

/vbox/include/VBox/vmm/
H A Dselm.h99 VMMR3DECL(int) SELMR3GetSelectorInfo(PVM pVM, PVMCPU pVCpu, RTSEL Sel, PDBGFSELINFO pSelInfo);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFMem.cpp398 rc = SELMR3GetSelectorInfo(pVM, pVCpu, Sel, pSelInfo);
467 * @remarks This is a wrapper around SELMR3GetSelectorInfo and
H A DDBGFDisas.cpp554 rc = SELMR3GetSelectorInfo(pVM, pVCpu, Sel, &SelInfo);
H A DCSAM.cpp2607 rc = SELMR3GetSelectorInfo(pVM, pVCpu, pGuestIdte->Gen.u16SegSel, &selInfo);
H A DSELM.cpp2092 * Gets information about a 64-bit selector, SELMR3GetSelectorInfo helper.
2094 * See SELMR3GetSelectorInfo for details.
2096 * @returns VBox status code, see SELMR3GetSelectorInfo for details.
2252 * Gets information about a 64-bit selector, SELMR3GetSelectorInfo helper.
2254 * See SELMR3GetSelectorInfo for details.
2256 * @returns VBox status code, see SELMR3GetSelectorInfo for details.
2370 VMMR3DECL(int) SELMR3GetSelectorInfo(PVM pVM, PVMCPU pVCpu, RTSEL Sel, PDBGFSELINFO pSelInfo) function
2382 * This is intended to be faster than the SELMR3GetSelectorInfo() method, but

Completed in 74 milliseconds