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

/vbox/src/VBox/VMM/VMMR3/
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 38 milliseconds