Home
last modified time | relevance | path

Searched refs:IsBsp (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/
DSmmCpuPlatformHookLibNull.c78 OUT BOOLEAN *IsBsp in PlatformSmmBspElection() argument
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
DSmmCpuPlatformHookLib.h83 OUT BOOLEAN *IsBsp
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugMp.c78 if (!IsBsp (CurrentProcessorIndex)) { in HaltOtherProcessors()
140 IsBsp ( in IsBsp() function
DDebugMp.h99 IsBsp (
DDebugAgent.c2529 if (IsBsp (ProcessorIndex)) { in InterruptProcess()
2542 if (!IsBsp (ProcessorIndex) || mDebugMpContext.IpiSentByAp) { in InterruptProcess()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DMpService.c1018 BOOLEAN IsBsp; in SmiRendezvous() local
1105 IsBsp = FALSE; in SmiRendezvous()
1111 Status = PlatformSmmBspElection (&IsBsp); in SmiRendezvous()
1116 if (IsBsp) { in SmiRendezvous()