Changeset 87481 in vbox for trunk/include/VBox
- Timestamp:
- Jan 29, 2021 3:10:15 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142503
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r86701 r87481 489 489 #define VMCPU_FF_HM_UPDATE_CR3_BIT 12 490 490 /** This action forces the VM to service any pending updates to PAE PDPEs (used 491 * only by HM). */ 491 * only by HM) 492 * @todo r=bird: This description is very unhelpful. From the looks of things, 493 * when this flag is set the actual PDPE values live in HMCPU::aPdpes 494 * and PGM should fetch them from there before use. */ 492 495 #define VMCPU_FF_HM_UPDATE_PAE_PDPES RT_BIT_64(VMCPU_FF_HM_UPDATE_PAE_PDPES_BIT) 493 496 #define VMCPU_FF_HM_UPDATE_PAE_PDPES_BIT 13
Note:
See TracChangeset
for help on using the changeset viewer.