Home
last modified time | relevance | path

Searched refs:InstructionScope (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbCmdScope.c60 DebuggerPrivate->InstructionScope = Address; in DebuggerScope()
61 EDBPrint (L"Scope: 0x%x\n", DebuggerPrivate->InstructionScope); in DebuggerScope()
DEdbCommon.h239 EFI_PHYSICAL_ADDRESS InstructionScope; member
DEdb.c352 DebuggerPrivate->InstructionScope = SystemContext.SystemContextEbc->Ip; in InitDebuggerPrivateData()
DEdbDisasmSupport.c1122 InstructionAddress = DebuggerPrivate->InstructionScope; in EdbShowDisasm()