Searched defs:PGM (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h590 GEN_CHECK_SIZE(PGM); variable
591 GEN_CHECK_OFF(PGM, offVM);
592 GEN_CHECK_OFF(PGM, fRamPreAlloc);
593 GEN_CHECK_OFF(PGM, paDynPageMap32BitPTEsGC);
594 GEN_CHECK_OFF(PGM, paDynPageMapPaePTEsGC);
595 GEN_CHECK_OFF(PGM, enmHostMode);
608 GEN_CHECK_OFF(PGM, GCPtrCR3Mapping);
670 GEN_CHECK_OFF(PGM, offVM);
671 GEN_CHECK_OFF(PGM, offVCpuPGM);
672 GEN_CHECK_OFF(PGM, fRamPreAllo
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3 * PGM - Internal header file.
53 /** @name PGM Compile Time Config
863 * PGM lock is held. Use the PGM_PAGE_GET_HCPHYS_NA in contexts where
1842 * paDynPageMap* PGM members. However, it has to be defined in PGMInternal.h
2004 /** @name PGM Pool Indexes.
2628 /** Pointer to PGM trees. */
2989 * PGM statistics.
3092 * Converts a PGM pointer into a VM pointer.
3093 * @returns Pointer to the VM structure the PGM is part of.
3094 * @param pPGM Pointer to PGM instanc
3101 typedef struct PGM struct
3481 } PGM; typedef in typeref:struct:PGM
[all...]

Completed in 86 milliseconds