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

/vbox/src/VBox/VMM/include/
H A DPGMInternal.h767 * @param a_pPage Pointer to the physical guest page tracking structure.
769 #define PGM_PAGE_CLEAR(a_pPage) \
771 (a_pPage)->au64[0] = 0; \
772 (a_pPage)->au64[1] = 0; \
777 * @param a_pPage Pointer to the physical guest page tracking structure.
779 #define PGM_PAGE_INIT(a_pPage, a_HCPhys, a_idPage, a_uType, a_uState) \
783 (a_pPage)->au64[0] = SetHCPhysTmp; \
784 (a_pPage)->au64[1] = 0; \
785 (a_pPage)->s.idPage = (a_idPage); \
786 (a_pPage)
2502 pgmPoolMapPageStrict(PPGMPOOLPAGE a_pPage, const char *pszCaller) argument
[all...]

Completed in 66 milliseconds