HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_CPU_CONTEXT (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
ArchDebugSupport.h 25 typedef DEBUG_DATA_IA32_SYSTEM_CONTEXT DEBUG_CPU_CONTEXT;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
ArchDebugSupport.h 25 typedef DEBUG_DATA_X64_SYSTEM_CONTEXT DEBUG_CPU_CONTEXT;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.c 777 IN DEBUG_CPU_CONTEXT *CpuContext
795 IN DEBUG_CPU_CONTEXT *CpuContext
822 IN DEBUG_CPU_CONTEXT *CpuContext
847 IN DEBUG_CPU_CONTEXT *CpuContext,
889 IN DEBUG_CPU_CONTEXT *CpuContext,
998 IN DEBUG_CPU_CONTEXT *CpuContext,
1006 Buffer = (UINT8 *) CpuContext + OFFSET_OF (DEBUG_CPU_CONTEXT, Dr0) + Index * sizeof (UINTN);
1012 Buffer = (UINT8 *) CpuContext + OFFSET_OF (DEBUG_CPU_CONTEXT, FxSaveState) + ArchReadFxStatOffset (Index, Width);
    [all...]
DebugAgent.h 205 IN DEBUG_CPU_CONTEXT *CpuContext,

Completed in 470 milliseconds