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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcInt.c343 UINTN mStackNum = 0; variable
1246 for (Index = 0; Index < mStackNum; Index ++) {
1253 if (Index == mStackNum) {
1292 for (Index = 0; Index < mStackNum; Index ++) {
1297 if (Index == mStackNum) {
1316 for (mStackNum = 0; mStackNum < MAX_STACK_NUM; mStackNum ++) {
1317 mStackBuffer[mStackNum] = AllocatePool(STACK_POOL_SIZE);
1318 mStackBufferIndex[mStackNum]
[all...]

Completed in 57 milliseconds