Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
DArchDebugSupport.h25 typedef DEBUG_DATA_IA32_SYSTEM_CONTEXT DEBUG_CPU_CONTEXT; typedef
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
DArchDebugSupport.h25 typedef DEBUG_DATA_X64_SYSTEM_CONTEXT DEBUG_CPU_CONTEXT; typedef
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.c777 IN DEBUG_CPU_CONTEXT *CpuContext in CommandGo()
795 IN DEBUG_CPU_CONTEXT *CpuContext in CommandStepping()
822 IN DEBUG_CPU_CONTEXT *CpuContext in CommandSteppingCleanup()
847 IN DEBUG_CPU_CONTEXT *CpuContext, in SetDebugRegister()
889 IN DEBUG_CPU_CONTEXT *CpuContext, in ClearDebugRegister()
998 IN DEBUG_CPU_CONTEXT *CpuContext, in ArchReadRegisterBuffer()
1006 Buffer = (UINT8 *) CpuContext + OFFSET_OF (DEBUG_CPU_CONTEXT, Dr0) + Index * sizeof (UINTN); in ArchReadRegisterBuffer()
1012 …Buffer = (UINT8 *) CpuContext + OFFSET_OF (DEBUG_CPU_CONTEXT, FxSaveState) + ArchReadFxStatOffset … in ArchReadRegisterBuffer()
1320 IN DEBUG_CPU_CONTEXT *CpuContext in GetBreakCause()
1833 IN OUT DEBUG_CPU_CONTEXT *CpuContext, in CommandCommunication()
[all …]
DDebugAgent.h206 IN DEBUG_CPU_CONTEXT *CpuContext,