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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcExecute.c1369 UINTN ExecFunc; local
1391 ExecFunc = (UINTN) mVmOpcodeTable[(*VmPtr->Ip & OPCODE_M_OPCODE)].ExecuteFunction;
1392 if (ExecFunc == (UINTN) NULL) {
1426 UINTN ExecFunc; local
1485 ExecFunc = (UINTN) mVmOpcodeTable[(*VmPtr->Ip & OPCODE_M_OPCODE)].ExecuteFunction;
1486 if (ExecFunc == (UINTN) NULL) {

Completed in 3472 milliseconds