VirtualBox

Changeset 67258 in vbox for trunk/include


Ignore:
Timestamp:
Jun 5, 2017 6:20:55 AM (8 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Nested Hw.virt: Added some SVM nested-guest interrupt helpers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.h

    r67155 r67258  
    11801180/** @name Misc Guest Predicate Functions.
    11811181 * @{  */
    1182 
    11831182VMMDECL(bool)       CPUMIsGuestIn16BitCode(PVMCPU pVCpu);
    11841183VMMDECL(bool)       CPUMIsGuestIn32BitCode(PVMCPU pVCpu);
     
    11951194VMMDECL(bool)       CPUMIsGuestInPAEMode(PVMCPU pVCpu);
    11961195VMM_INT_DECL(bool)  CPUMIsGuestInRawMode(PVMCPU pVCpu);
     1196/** @} */
     1197
     1198/** @name Nested Hardware-Virtualization Helpers.
     1199 * @{  */
     1200VMM_INT_DECL(bool)      CPUMCanSvmNstGstTakePhysIntr(PCCPUMCTX pCtx);
     1201VMM_INT_DECL(bool)      CPUMCanSvmNstGstTakeVirtIntr(PCCPUMCTX pCtx);
     1202VMM_INT_DECL(uint8_t)   CPUMGetSvmNstGstInterrupt(PCCPUMCTX pCtx);
     1203/** @} */
    11971204
    11981205#ifndef VBOX_WITHOUT_UNNAMED_UNIONS
Note: See TracChangeset for help on using the changeset viewer.

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