Searched refs:GMMPRIORITY_INVALID (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/vmm/
H A Dgmm.h148 GMMPRIORITY_INVALID = 0, enumerator in enum:GMMPRIORITY
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp953 pGVM->gmm.s.Stats.enmPriority = GMMPRIORITY_INVALID;
1382 pGVM->gmm.s.Stats.enmPriority = GMMPRIORITY_INVALID;
1574 AssertReturn(enmPriority > GMMPRIORITY_INVALID && enmPriority < GMMPRIORITY_END, VERR_INVALID_PARAMETER);

Completed in 58 milliseconds