Home
last modified time | relevance | path

Searched refs:IpiSentByAp (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugMp.h35 …BOOLEAN IpiSentByAp; ///< TRUR: IPI is sent by AP. TALSE: IPI is sent by… member
DDebugMp.c298 mDebugMpContext.IpiSentByAp = IpiSentByApFlag; in SetIpiSentByApFlag()
DDebugAgent.c2542 if (!IsBsp (ProcessorIndex) || mDebugMpContext.IpiSentByAp) { in InterruptProcess()