Changeset 91424 in vbox
- Timestamp:
- Sep 28, 2021 7:48:18 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147104
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/VBox/vmm/cpum.h ¶
r91422 r91424 1775 1775 DECLINLINE(bool) CPUMArePaePdpesValid(PCX86PDPE paPdpes, uint8_t *pidxInvalid) 1776 1776 { 1777 for (u nsignedidx = 0; idx < X86_PG_PAE_PDPE_ENTRIES; idx++)1777 for (uint8_t idx = 0; idx < X86_PG_PAE_PDPE_ENTRIES; idx++) 1778 1778 { 1779 1779 if ( !(paPdpes[idx].u & X86_PDPE_P)
Note:
See TracChangeset
for help on using the changeset viewer.