Searched refs:CSAMPAGEREC (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/VMM/include/ |
H A D | CSAMInternal.h | 114 typedef struct CSAMPAGEREC struct 120 } CSAMPAGEREC, *PCSAMPAGEREC; typedef in typeref:struct:CSAMPAGEREC
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | CSAM.cpp | 190 * SSM descriptor table for the CSAMPAGEREC structure. 194 SSMFIELD_ENTRY_IGN_HCPTR( CSAMPAGEREC, Core.Key), 195 SSMFIELD_ENTRY_IGN_HCPTR( CSAMPAGEREC, Core.pLeft), 196 SSMFIELD_ENTRY_IGN_HCPTR( CSAMPAGEREC, Core.pRight), 197 SSMFIELD_ENTRY_IGNORE( CSAMPAGEREC, Core.uchHeight), 199 SSMFIELD_ENTRY_RCPTR( CSAMPAGEREC, page.pPageGC), 202 SSMFIELD_ENTRY_GCPHYS( CSAMPAGEREC, page.GCPhys), 203 SSMFIELD_ENTRY( CSAMPAGEREC, page.fFlags), 204 SSMFIELD_ENTRY( CSAMPAGEREC, page.uSize), 206 SSMFIELD_ENTRY_HCPTR_NI( CSAMPAGEREC, pag [all...] |
Completed in 1449 milliseconds