Searched refs:PGMPAGE (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstVMStructSize.cpp371 CHECK_SIZE(PGMPAGE, 16);
456 * Check that the optimized access macros for PGMPAGE works correctly.
458 PGMPAGE Page;
H A DtstVMStruct.h801 GEN_CHECK_SIZE(PGMPAGE); variable
802 GEN_CHECK_OFF_DOT(PGMPAGE, s.cReadLocksY);
803 GEN_CHECK_OFF_DOT(PGMPAGE, s.cWriteLocksY);
804 GEN_CHECK_OFF_DOT(PGMPAGE, s.u16TrackingY);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h702 typedef union PGMPAGE union
755 } PGMPAGE; typedef in typeref:union:PGMPAGE
756 AssertCompileSize(PGMPAGE, 16);
758 typedef PGMPAGE *PPGMPAGE;
760 typedef const PGMPAGE *PCPGMPAGE;
800 /** @name The Page state, PGMPAGE::uStateY.
1070 /** @name PT usage values (PGMPAGE::u2PDEType).
1106 /** @name Physical Access Handler State values (PGMPAGE::u2HandlerPhysStateY).
1153 /** @name Virtual Access Handler State values (PGMPAGE::u2HandlerVirtStateY).
1418 /** Padding to make aPage aligned on sizeof(PGMPAGE)
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp1632 * tracking structures (PGMPAGE).
1710 AssertCompile(sizeof(PGMRAMRANGE) + sizeof(PGMPAGE) * 1048048 < 16U*_1M - PAGE_SIZE * 2);
1716 AssertCompile(sizeof(PGMRAMRANGE) + sizeof(PGMPAGE) * 261616 < 4U*_1M - PAGE_SIZE * 2);
3266 rc = MMHyperAlloc(pVM, RT_OFFSETOF(PGMRAMRANGE, aPages[cPages]), sizeof(PGMPAGE), MM_TAG_PGM_PHYS, (void **)&pRamNew);
4327 * Do the PGMPAGE modifications.
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllHandler.cpp1692 PGMPAGE const *pPage = &pRam->aPages[iPage];

Completed in 1773 milliseconds