11#ifndef _EBC_EXECUTE_H_
12#define _EBC_EXECUTE_H_
17#define ASSERT_ALIGNED(addr, size) ASSERT (ADDRESS_IS_ALIGNED (addr, size))
22#define EBCMSG(s) gST->ConOut->OutputString (gST->ConOut, s)
EFI_STATUS EbcExecute(IN VM_CONTEXT *VmPtr)
UINT64 GetVmVersion(VOID)
EFI_STATUS VmWriteMemN(IN VM_CONTEXT *VmPtr, IN UINTN Addr, IN UINTN Data)
EFI_STATUS EFIAPI EbcExecuteInstructions(IN EFI_EBC_VM_TEST_PROTOCOL *This, IN VM_CONTEXT *VmPtr, IN OUT UINTN *InstructionCount)
EFI_STATUS VmWriteMem64(IN VM_CONTEXT *VmPtr, IN UINTN Addr, IN UINT64 Data)