Changeset 67258 in vbox for trunk/include
- Timestamp:
- Jun 5, 2017 6:20:55 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r67155 r67258 1180 1180 /** @name Misc Guest Predicate Functions. 1181 1181 * @{ */ 1182 1183 1182 VMMDECL(bool) CPUMIsGuestIn16BitCode(PVMCPU pVCpu); 1184 1183 VMMDECL(bool) CPUMIsGuestIn32BitCode(PVMCPU pVCpu); … … 1195 1194 VMMDECL(bool) CPUMIsGuestInPAEMode(PVMCPU pVCpu); 1196 1195 VMM_INT_DECL(bool) CPUMIsGuestInRawMode(PVMCPU pVCpu); 1196 /** @} */ 1197 1198 /** @name Nested Hardware-Virtualization Helpers. 1199 * @{ */ 1200 VMM_INT_DECL(bool) CPUMCanSvmNstGstTakePhysIntr(PCCPUMCTX pCtx); 1201 VMM_INT_DECL(bool) CPUMCanSvmNstGstTakeVirtIntr(PCCPUMCTX pCtx); 1202 VMM_INT_DECL(uint8_t) CPUMGetSvmNstGstInterrupt(PCCPUMCTX pCtx); 1203 /** @} */ 1197 1204 1198 1205 #ifndef VBOX_WITHOUT_UNNAMED_UNIONS
Note:
See TracChangeset
for help on using the changeset viewer.