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

/vbox/src/VBox/VMM/include/
H A DMMInternal.h453 * related to a MMPAGESUBPOOL node in one chunk. That means that after the
457 typedef struct MMPAGESUBPOOL struct
461 R3PTRTYPE(struct MMPAGESUBPOOL *) pNext;
463 R3R0PTRTYPE(struct MMPAGESUBPOOL *) pNext;
468 R3PTRTYPE(struct MMPAGESUBPOOL *) pNextFree;
470 R3R0PTRTYPE(struct MMPAGESUBPOOL *) pNextFree;
473 * This is allocated together with the MMPAGESUBPOOL and thus needs no freeing.
497 } MMPAGESUBPOOL; typedef in typeref:struct:MMPAGESUBPOOL
499 typedef MMPAGESUBPOOL *PMMPAGESUBPOOL;
584 struct MMPAGESUBPOOL *pSubPoo
[all...]

Completed in 75 milliseconds