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

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dependency.c 39 BOOLEAN *mDepexEvaluationStack = NULL;
59 if (mDepexEvaluationStack != NULL) {
60 Size = Size + (mDepexEvaluationStackEnd - mDepexEvaluationStack);
68 if (mDepexEvaluationStack != NULL) {
74 mDepexEvaluationStack,
75 (mDepexEvaluationStackEnd - mDepexEvaluationStack) * sizeof (BOOLEAN)
81 FreePool (mDepexEvaluationStack);
87 mDepexEvaluationStackPointer = NewStack + (mDepexEvaluationStackPointer - mDepexEvaluationStack);
88 mDepexEvaluationStack = NewStack;
149 if (mDepexEvaluationStackPointer == mDepexEvaluationStack) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dependency.c 24 BOOLEAN *mDepexEvaluationStack = NULL;
49 if (mDepexEvaluationStack != NULL) {
50 Size = Size + (mDepexEvaluationStackEnd - mDepexEvaluationStack);
58 if (mDepexEvaluationStack != NULL) {
64 mDepexEvaluationStack,
65 (mDepexEvaluationStackEnd - mDepexEvaluationStack) * sizeof (BOOLEAN)
71 FreePool (mDepexEvaluationStack);
77 mDepexEvaluationStackPointer = NewStack + (mDepexEvaluationStackPointer - mDepexEvaluationStack);
78 mDepexEvaluationStack = NewStack;
143 if (mDepexEvaluationStackPointer == mDepexEvaluationStack) {
    [all...]

Completed in 36 milliseconds