Searched refs:ProcessorIndex (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugMp.c160 @param[in] ProcessorIndex Processor index value.
168 IN UINT32 ProcessorIndex
172 if (mDebugMpContext.BspIndex != ProcessorIndex) {
174 mDebugMpContext.BspIndex = ProcessorIndex;
186 @param[in] ProcessorIndex Processor index value.
193 IN UINT32 ProcessorIndex,
202 Value = mDebugMpContext.CpuStopStatusMask[ProcessorIndex / 8];
203 Index = ProcessorIndex % 8;
209 mDebugMpContext.CpuStopStatusMask[ProcessorIndex / 8] = Value;
217 @param[in] ProcessorIndex Processo
192 SetCpuStopFlagByIndex( IN UINT32 ProcessorIndex, IN BOOLEAN StopFlag ) argument
223 SetCpuBreakFlagByIndex( IN UINT32 ProcessorIndex, IN BOOLEAN BreakFlag ) argument
[all...]
H A DDebugMp.h107 @param[in] ProcessorIndex Processor index value.
115 IN UINT32 ProcessorIndex
121 @param[in] ProcessorIndex Processor index value.
128 IN UINT32 ProcessorIndex,
135 @param[in] ProcessorIndex Processor index value.
142 IN UINT32 ProcessorIndex,
149 @param[in] ProcessorIndex Processor index value.
157 IN UINT32 ProcessorIndex
175 @param[in] ProcessorIndex Processor index value.
180 IN UINT32 ProcessorIndex
[all...]
H A DDebugAgent.c588 UINT32 ProcessorIndex; local
593 ProcessorIndex = 0;
597 ProcessorIndex = GetProcessorIndex ();
598 SetCpuStopFlagByIndex (ProcessorIndex, TRUE);
604 if (mDebugMpContext.ViewPointIndex != ProcessorIndex) {
606 SetCpuStopFlagByIndex (ProcessorIndex, FALSE);
679 SetCpuStopFlagByIndex (ProcessorIndex, FALSE);
729 if (MultiProcessorDebugSupport && ProcessorIndex != mDebugMpContext.BreakAtCpuIndex) {
983 UINT32 ProcessorIndex; local
990 ProcessorIndex
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DDebugSupport.h127 Returns the maximum value that may be used for the ProcessorIndex parameter in
150 @param ProcessorIndex Specifies which processor the callback function applies to.
164 IN UINTN ProcessorIndex,
174 @param ProcessorIndex Specifies which processor the callback function applies to.
189 IN UINTN ProcessorIndex,
199 @param ProcessorIndex Specifies which processor's instruction cache is to be invalidated.
211 IN UINTN ProcessorIndex,
H A DPlDebugSupport.c156 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,
195 RegisterPeriodicCallback( IN EFI_DEBUG_SUPPORT_PROTOCOL *This, IN UINTN ProcessorIndex, IN EFI_PERIODIC_CALLBACK PeriodicCallback ) argument
223 RegisterExceptionCallback( IN EFI_DEBUG_SUPPORT_PROTOCOL *This, IN UINTN ProcessorIndex, IN EFI_EXCEPTION_CALLBACK ExceptionCallback, IN EFI_EXCEPTION_TYPE ExceptionType ) argument
249 InvalidateInstructionCache( IN EFI_DEBUG_SUPPORT_PROTOCOL *This, IN UINTN ProcessorIndex, IN VOID *Start, IN UINT64 Length ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DPlDebugSupport.h139 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,
H A DPlDebugSupport.c362 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,
401 RegisterPeriodicCallback( IN EFI_DEBUG_SUPPORT_PROTOCOL *This, IN UINTN ProcessorIndex, IN EFI_PERIODIC_CALLBACK PeriodicCallback ) argument
429 RegisterExceptionCallback( IN EFI_DEBUG_SUPPORT_PROTOCOL *This, IN UINTN ProcessorIndex, IN EFI_EXCEPTION_CALLBACK ExceptionCallback, IN EFI_EXCEPTION_TYPE ExceptionType ) argument
458 InvalidateInstructionCache( IN EFI_DEBUG_SUPPORT_PROTOCOL *This, IN UINTN ProcessorIndex, IN VOID *Start, IN UINTN Length ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcInt.c240 @param ProcessorIndex Specifies which processor the callback function
259 IN UINTN ProcessorIndex,
269 @param ProcessorIndex Specifies which processor the callback function
292 IN UINTN ProcessorIndex,
303 @param ProcessorIndex Specifies which processor the callback function
317 IN UINTN ProcessorIndex,
612 @param ProcessorIndex Specifies which processor the callback function
631 IN UINTN ProcessorIndex,
653 @param ProcessorIndex Specifies which processor the callback function
676 IN UINTN ProcessorIndex,
629 EbcDebugRegisterPeriodicCallback( IN EFI_DEBUG_SUPPORT_PROTOCOL *This, IN UINTN ProcessorIndex, IN EFI_PERIODIC_CALLBACK PeriodicCallback ) argument
674 EbcDebugRegisterExceptionCallback( IN EFI_DEBUG_SUPPORT_PROTOCOL *This, IN UINTN ProcessorIndex, IN EFI_EXCEPTION_CALLBACK ExceptionCallback, IN EFI_EXCEPTION_TYPE ExceptionType ) argument
713 EbcDebugInvalidateInstructionCache( IN EFI_DEBUG_SUPPORT_PROTOCOL *This, IN UINTN ProcessorIndex, IN VOID *Start, IN UINT64 Length ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDebugSupport.h578 Returns the maximum value that may be used for the ProcessorIndex parameter in
599 @param ProcessorIndex Specifies which processor the callback function applies to.
614 IN UINTN ProcessorIndex,
622 @param ProcessorIndex Specifies which processor the callback function applies to.
638 IN UINTN ProcessorIndex,
648 @param ProcessorIndex Specifies which processor's instruction cache is to be invalidated.
660 IN UINTN ProcessorIndex,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDebugSupport.h580 Returns the maximum value that may be used for the ProcessorIndex parameter in
601 @param ProcessorIndex Specifies which processor the callback function applies to.
616 IN UINTN ProcessorIndex,
624 @param ProcessorIndex Specifies which processor the callback function applies to.
640 IN UINTN ProcessorIndex,
650 @param ProcessorIndex Specifies which processor's instruction cache is to be invalidated.
662 IN UINTN ProcessorIndex,

Completed in 60 milliseconds