Searched refs:PGM_PAGE_INC_READ_LOCKS (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp1414 PGM_PAGE_INC_READ_LOCKS(pPage);
1418 PGM_PAGE_INC_READ_LOCKS(pPage);
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp576 PGM_PAGE_INC_READ_LOCKS(pPage);
580 PGM_PAGE_INC_READ_LOCKS(pPage);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1314 #define PGM_PAGE_INC_READ_LOCKS(a_pPage) do { ++(a_pPage)->s.cReadLocksY; } while (0) macro

Completed in 86 milliseconds