Searched defs:mDepexEvaluationStackPointer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Dispatcher/
H A DDependency.c26 BOOLEAN *mDepexEvaluationStackPointer = NULL; variable
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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDependency.c41 BOOLEAN *mDepexEvaluationStackPointer = NULL; variable
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
[all...]

Completed in 32 milliseconds