VirtualBox

Changeset 31489 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 9, 2010 4:12:00 PM (14 years ago)
Author:
vboxsync
Message:

CPUMGetGuestCRx,CPUMGetGuestCR8: Do the PDM TPR querying in CPUM instead of EM so we don't need to duplicate code.

File:
1 edited

Legend:

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

    r31400 r31489  
    645645VMMDECL(uint64_t)   CPUMGetGuestCR3(PVMCPU pVCpu);
    646646VMMDECL(uint64_t)   CPUMGetGuestCR4(PVMCPU pVCpu);
     647VMMDECL(uint64_t)   CPUMGetGuestCR8(PVMCPU pVCpu);
    647648VMMDECL(int)        CPUMGetGuestCRx(PVMCPU pVCpu, unsigned iReg, uint64_t *pValue);
    648649VMMDECL(uint32_t)   CPUMGetGuestEFlags(PVMCPU pVCpu);
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