Changeset 23725 in vbox for trunk/include
- Timestamp:
- Oct 13, 2009 1:44:46 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53445
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r23699 r23725 935 935 936 936 /** 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. 940 940 */ 941 941 SUPR3DECL(int) SUPR3QueryVTxSupported(void); … … 943 943 944 944 /** 945 * Return VT-x/AMD-V capabilities 946 * 947 * @returns VINF_SUCCESS if supported, error code indicating why if not. 948 * @param p Caps Pointer to capability dword (out)949 */ 950 SUPR3DECL(int) SUPR3QueryVTCaps(uint32_t *p Caps);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 */ 950 SUPR3DECL(int) SUPR3QueryVTCaps(uint32_t *pfCaps); 951 951 952 952 /** @} */ … … 1015 1015 SUPR0DECL(int) SUPR0PageFree(PSUPDRVSESSION pSession, RTR3PTR pvR3); 1016 1016 SUPR0DECL(int) SUPR0GipMap(PSUPDRVSESSION pSession, PRTR3PTR ppGipR3, PRTHCPHYS pHCPhysGip); 1017 SUPR0DECL(int) SUPR0QueryVTCaps(PSUPDRVSESSION pSession, uint32_t *p Caps);1017 SUPR0DECL(int) SUPR0QueryVTCaps(PSUPDRVSESSION pSession, uint32_t *pfCaps); 1018 1018 SUPR0DECL(int) SUPR0GipUnmap(PSUPDRVSESSION pSession); 1019 1019 SUPR0DECL(int) SUPR0Printf(const char *pszFormat, ...);
Note:
See TracChangeset
for help on using the changeset viewer.