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

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugMp.c 133 @param[in] ProcessorIndex Processor index value.
141 IN UINT32 ProcessorIndex
157 if (mDebugMpContext.BspIndex != ProcessorIndex) {
159 mDebugMpContext.BspIndex = ProcessorIndex;
171 @param[in] ProcessorIndex Processor index value.
178 IN UINT32 ProcessorIndex,
187 Value = mDebugMpContext.CpuStopStatusMask[ProcessorIndex / 8];
188 Index = ProcessorIndex % 8;
194 mDebugMpContext.CpuStopStatusMask[ProcessorIndex / 8] = Value;
202 @param[in] ProcessorIndex Processor index value.
    [all...]
DebugMp.h 92 @param[in] ProcessorIndex Processor index value.
100 IN UINT32 ProcessorIndex
106 @param[in] ProcessorIndex Processor index value.
113 IN UINT32 ProcessorIndex,
120 @param[in] ProcessorIndex Processor index value.
127 IN UINT32 ProcessorIndex,
134 @param[in] ProcessorIndex Processor index value.
142 IN UINT32 ProcessorIndex
160 @param[in] ProcessorIndex Processor index value.
165 IN UINT32 ProcessorIndex
    [all...]
DebugAgent.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DebugSupport.h 126 Returns the maximum value that may be used for the ProcessorIndex parameter in
149 @param ProcessorIndex Specifies which processor the callback function applies to.
163 IN UINTN ProcessorIndex,
173 @param ProcessorIndex Specifies which processor the callback function applies to.
188 IN UINTN ProcessorIndex,
198 @param ProcessorIndex Specifies which processor's instruction cache is to be invalidated.
210 IN UINTN ProcessorIndex,
PlDebugSupport.c 156 Returns the maximum value that may be used for the ProcessorIndex parameter in
183 @param ProcessorIndex Specifies which processor the callback function applies to.
197 IN UINTN ProcessorIndex,
210 @param ProcessorIndex Specifies which processor the callback function applies to.
225 IN UINTN ProcessorIndex,
239 @param ProcessorIndex Specifies which processor's instruction cache is to be invalidated.
251 IN UINTN ProcessorIndex,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
PlDebugSupport.h 139 Returns the maximum value that may be used for the ProcessorIndex parameter in
162 @param ProcessorIndex Specifies which processor the callback function applies to.
176 IN UINTN ProcessorIndex,
186 @param ProcessorIndex Specifies which processor the callback function applies to.
201 IN UINTN ProcessorIndex,
211 @param ProcessorIndex Specifies which processor's instruction cache is to be invalidated.
223 IN UINTN ProcessorIndex,
PlDebugSupport.c 362 Returns the maximum value that may be used for the ProcessorIndex parameter in
389 @param ProcessorIndex Specifies which processor the callback function applies to.
403 IN UINTN ProcessorIndex,
416 @param ProcessorIndex Specifies which processor the callback function applies to.
431 IN UINTN ProcessorIndex,
448 @param ProcessorIndex Specifies which processor's instruction cache is to be invalidated.
460 IN UINTN ProcessorIndex,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcInt.c 241 @param ProcessorIndex Specifies which processor the callback function
260 IN UINTN ProcessorIndex,
270 @param ProcessorIndex Specifies which processor the callback function
293 IN UINTN ProcessorIndex,
304 @param ProcessorIndex Specifies which processor the callback function
318 IN UINTN ProcessorIndex,
615 @param ProcessorIndex Specifies which processor the callback function
634 IN UINTN ProcessorIndex,
656 @param ProcessorIndex Specifies which processor the callback function
679 IN UINTN ProcessorIndex,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 561 IN UINTN ProcessorIndex,
569 IN UINTN ProcessorIndex,
578 IN UINTN ProcessorIndex,
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 529 Returns the maximum value that may be used for the ProcessorIndex parameter in
550 @param ProcessorIndex Specifies which processor the callback function applies to.
565 IN UINTN ProcessorIndex,
573 @param ProcessorIndex Specifies which processor the callback function applies to.
589 IN UINTN ProcessorIndex,
599 @param ProcessorIndex Specifies which processor's instruction cache is to be invalidated.
611 IN UINTN ProcessorIndex,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntcons.h 152 return ((er->EventHeader.Flags & EVENT_HEADER_FLAG_PROCESSOR_INDEX) != 0 ? er->BufferContext.ProcessorIndex : er->BufferContext.ProcessorNumber);
evntrace.h 586 USHORT ProcessorIndex;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 673 Returns the maximum value that may be used for the ProcessorIndex parameter in
694 @param ProcessorIndex Specifies which processor the callback function applies to.
709 IN UINTN ProcessorIndex,
717 @param ProcessorIndex Specifies which processor the callback function applies to.
733 IN UINTN ProcessorIndex,
743 @param ProcessorIndex Specifies which processor's instruction cache is to be invalidated.
755 IN UINTN ProcessorIndex,

Completed in 252 milliseconds