VirtualBox

Changeset 23725 in vbox for trunk/include


Ignore:
Timestamp:
Oct 13, 2009 1:44:46 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53445
Message:

SUPDrv: Started splitting out platform agonstic code to avoid clashes with kernel headers (linux + silly ES #define).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r23699 r23725  
    935935
    936936/**
    937  * Check if the host kernel can run in VMX root mode. 
    938  *   
    939  * @returns VINF_SUCCESS if supported, error code indicating why if not. 
     937 * Check if the host kernel can run in VMX root mode.
     938 *
     939 * @returns VINF_SUCCESS if supported, error code indicating why if not.
    940940 */
    941941SUPR3DECL(int) SUPR3QueryVTxSupported(void);
     
    943943
    944944/**
    945  * Return VT-x/AMD-V capabilities
    946  *   
    947  * @returns VINF_SUCCESS if supported, error code indicating why if not. 
    948  * @param   pCaps       Pointer to capability dword (out)
    949  */
    950 SUPR3DECL(int) SUPR3QueryVTCaps(uint32_t *pCaps);
     945 * Return VT-x/AMD-V capabilities.
     946 *
     947 * @returns VINF_SUCCESS if supported, error code indicating why if not.
     948 * @param   pfCaps      Pointer to capability dword (out).
     949 */
     950SUPR3DECL(int) SUPR3QueryVTCaps(uint32_t *pfCaps);
    951951
    952952/** @} */
     
    10151015SUPR0DECL(int) SUPR0PageFree(PSUPDRVSESSION pSession, RTR3PTR pvR3);
    10161016SUPR0DECL(int) SUPR0GipMap(PSUPDRVSESSION pSession, PRTR3PTR ppGipR3, PRTHCPHYS pHCPhysGip);
    1017 SUPR0DECL(int) SUPR0QueryVTCaps(PSUPDRVSESSION pSession, uint32_t *pCaps);
     1017SUPR0DECL(int) SUPR0QueryVTCaps(PSUPDRVSESSION pSession, uint32_t *pfCaps);
    10181018SUPR0DECL(int) SUPR0GipUnmap(PSUPDRVSESSION pSession);
    10191019SUPR0DECL(int) SUPR0Printf(const char *pszFormat, ...);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette