/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/ |
D | DebugMp.c | 141 IN UINT32 ProcessorIndex in IsBsp() argument 154 if (mDebugMpContext.BspIndex != ProcessorIndex) { in IsBsp() 156 mDebugMpContext.BspIndex = ProcessorIndex; in IsBsp() 175 IN UINT32 ProcessorIndex, in SetCpuStopFlagByIndex() argument 184 Value = mDebugMpContext.CpuStopStatusMask[ProcessorIndex / 8]; in SetCpuStopFlagByIndex() 185 Index = ProcessorIndex % 8; in SetCpuStopFlagByIndex() 191 mDebugMpContext.CpuStopStatusMask[ProcessorIndex / 8] = Value; in SetCpuStopFlagByIndex() 206 IN UINT32 ProcessorIndex, in SetCpuBreakFlagByIndex() argument 215 Value = mDebugMpContext.CpuBreakMask[ProcessorIndex / 8]; in SetCpuBreakFlagByIndex() 216 Index = ProcessorIndex % 8; in SetCpuBreakFlagByIndex() [all …]
|
D | DebugMp.h | 100 IN UINT32 ProcessorIndex 113 IN UINT32 ProcessorIndex, 127 IN UINT32 ProcessorIndex, 142 IN UINT32 ProcessorIndex 165 IN UINT32 ProcessorIndex 218 IN UINT32 ProcessorIndex
|
D | DebugAgent.c | 1786 IN UINT32 ProcessorIndex, in SendBreakPacketToHost() argument 1796 …ebugAgentMsgPrint (DEBUG_AGENT_INFO, "processor[%x]:Send Break Packet to HOST.\n", ProcessorIndex); in SendBreakPacketToHost() 1799 DebugAgentMsgPrint (DEBUG_AGENT_INFO, "processor[%x]:Try to attach HOST.\n", ProcessorIndex); in SendBreakPacketToHost() 1861 UINT32 ProcessorIndex; in CommandCommunication() local 1868 ProcessorIndex = 0; in CommandCommunication() 1873 ProcessorIndex = GetProcessorIndex (); in CommandCommunication() 1874 SetCpuStopFlagByIndex (ProcessorIndex, TRUE); in CommandCommunication() 1875 if (mDebugMpContext.ViewPointIndex == ProcessorIndex) { in CommandCommunication() 1879 IssuedViewPoint = ProcessorIndex; in CommandCommunication() 1883 if (IssuedViewPoint == ProcessorIndex) { in CommandCommunication() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/ |
D | DebugSupport.h | 163 IN UINTN ProcessorIndex, 188 IN UINTN ProcessorIndex, 210 IN UINTN ProcessorIndex,
|
D | PlDebugSupport.c | 197 IN UINTN ProcessorIndex, in RegisterPeriodicCallback() argument 225 IN UINTN ProcessorIndex, in RegisterExceptionCallback() argument 251 IN UINTN ProcessorIndex, in InvalidateInstructionCache() argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/ |
D | PlDebugSupport.h | 176 IN UINTN ProcessorIndex, 201 IN UINTN ProcessorIndex, 223 IN UINTN ProcessorIndex,
|
D | PlDebugSupport.c | 403 IN UINTN ProcessorIndex, in RegisterPeriodicCallback() argument 431 IN UINTN ProcessorIndex, in RegisterExceptionCallback() argument 460 IN UINTN ProcessorIndex, in InvalidateInstructionCache() argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/ |
D | EbcInt.c | 259 IN UINTN ProcessorIndex, 292 IN UINTN ProcessorIndex, 317 IN UINTN ProcessorIndex, 631 IN UINTN ProcessorIndex, in EbcDebugRegisterPeriodicCallback() argument 676 IN UINTN ProcessorIndex, in EbcDebugRegisterExceptionCallback() argument 715 IN UINTN ProcessorIndex, in EbcDebugInvalidateInstructionCache() argument
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/ |
D | DebugSupport.h | 561 IN UINTN ProcessorIndex, 569 IN UINTN ProcessorIndex, 578 IN UINTN ProcessorIndex,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | DebugSupport.h | 709 IN UINTN ProcessorIndex, 733 IN UINTN ProcessorIndex, 755 IN UINTN ProcessorIndex,
|