Changeset 92626 in vbox for trunk/include
- Timestamp:
- Nov 29, 2021 12:32:58 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148518
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r92493 r92626 651 651 /** Attemted illegal operation in simplified memory management mode. */ 652 652 #define VERR_PGM_NOT_SUPPORTED_FOR_NEM_MODE (-1689) 653 /** CR3 second-level address translation failed. */ 654 #define VERR_PGM_CR3_SLAT_FAILED (-1690) 653 655 /** @} */ 654 656 -
trunk/include/VBox/vmm/pgm.h
r92586 r92626 600 600 601 601 VMMDECL(int) PGMInvalidatePage(PVMCPUCC pVCpu, RTGCPTR GCPtrPage); 602 VMMDECL(int) PGMFlushTLB(PVMCPUCC pVCpu, uint64_t cr3, bool fGlobal , bool fCr3Mapped);602 VMMDECL(int) PGMFlushTLB(PVMCPUCC pVCpu, uint64_t cr3, bool fGlobal); 603 603 VMMDECL(int) PGMSyncCR3(PVMCPUCC pVCpu, uint64_t cr0, uint64_t cr3, uint64_t cr4, bool fGlobal); 604 VMMDECL(int) PGMUpdateCR3(PVMCPUCC pVCpu, uint64_t cr3 , bool fCr3Mapped);604 VMMDECL(int) PGMUpdateCR3(PVMCPUCC pVCpu, uint64_t cr3); 605 605 VMMDECL(int) PGMChangeMode(PVMCPUCC pVCpu, uint64_t cr0, uint64_t cr4, uint64_t efer, bool fForce); 606 606 VMM_INT_DECL(int) PGMHCChangeMode(PVMCC pVM, PVMCPUCC pVCpu, PGMMODE enmGuestMode);
Note:
See TracChangeset
for help on using the changeset viewer.