Changeset 1479 in vbox
- Timestamp:
- Mar 14, 2007 6:23:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/selm.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/selm.h
r1357 r1479 323 323 324 324 /** 325 * Sets up the virtualization of a guest GDT.326 *327 * @returns VBox status code.328 * @param pVM The VM to operate on.329 * @param paGDTEs Pointer to GDT array.330 * @param cGDTEs Number of entries in the GDT array.331 */332 SELMR3DECL(int) SELMR3GdtSetup(PVM pVM, PCVBOXDESC paGDTEs, unsigned cGDTEs);333 334 /**335 325 * Updates the Guest GDT & LDT virtualization based on current CPU state. 336 326 *
Note:
See TracChangeset
for help on using the changeset viewer.

