Home | History | Annotate | Download | only in PiSmmCore

Lines Matching refs:mDepexEvaluationStackPointer

41 BOOLEAN  *mDepexEvaluationStackPointer = NULL;

87 mDepexEvaluationStackPointer = NewStack + (mDepexEvaluationStackPointer - mDepexEvaluationStack);
113 if (mDepexEvaluationStackPointer == mDepexEvaluationStackEnd) {
126 *mDepexEvaluationStackPointer = Value;
127 mDepexEvaluationStackPointer++;
149 if (mDepexEvaluationStackPointer == mDepexEvaluationStack) {
156 mDepexEvaluationStackPointer--;
157 *Value = *mDepexEvaluationStackPointer;
212 mDepexEvaluationStackPointer = mDepexEvaluationStack;