HomeSort by relevance Sort by last modified time
    Searched refs:mDepexEvaluationStackPointer (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dependency.c 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;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dependency.c 26 BOOLEAN *mDepexEvaluationStackPointer = NULL;
77 mDepexEvaluationStackPointer = NewStack + (mDepexEvaluationStackPointer - mDepexEvaluationStack);
105 if (mDepexEvaluationStackPointer == mDepexEvaluationStackEnd) {
118 *mDepexEvaluationStackPointer = Value;
119 mDepexEvaluationStackPointer++;
143 if (mDepexEvaluationStackPointer == mDepexEvaluationStack) {
150 mDepexEvaluationStackPointer--;
151 *Value = *mDepexEvaluationStackPointer;
254 mDepexEvaluationStackPointer = mDepexEvaluationStack;
    [all...]

Completed in 154 milliseconds