HomeSort by relevance Sort by last modified time
    Searched defs:Procedure (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
CpuDriver.h 85 EFI_AP_PROCEDURE Procedure;
104 EFI_AP_PROCEDURE Procedure;
MpService.c 74 IN EFI_AP_PROCEDURE Procedure,
80 Processor->Procedure = Procedure;
119 * APs to return from Procedure.
258 by Procedure. If any enabled AP is busy, then EFI_NOT_READY is returned
259 immediately and Procedure is not started on any AP.
262 Procedure one by one, in ascending order of processor handle number. Otherwise,
263 all the enabled APs execute the function specified by Procedure simultaneously.
272 from Procedure, then Procedure on the failed APs is terminated. All enabled APs
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.h 100 EFI_AP_PROCEDURE volatile Procedure;
127 EFI_AP_PROCEDURE Procedure;
197 @param Procedure A pointer to the function to be run on enabled APs of the system.
214 @retval EFI_INVALID_PARAMETER Procedure is NULL.
221 IN EFI_AP_PROCEDURE Procedure,
236 @param Procedure A pointer to the function to be run on the designated AP.
254 @retval EFI_INVALID_PARAMETER Procedure is NULL.
261 IN EFI_AP_PROCEDURE Procedure,
464 Function to wake up a specified AP and assign procedure to it.
467 @param Procedure Procedure to assign.
    [all...]
MpServicesOnFrameworkMpServicesThunk.c 199 @param Procedure A pointer to the function to be run on enabled APs of the system.
216 @retval EFI_INVALID_PARAMETER Procedure is NULL.
223 IN EFI_AP_PROCEDURE Procedure,
251 // Check parameter Procedure
253 if (Procedure == NULL) {
290 // Go through all enabled APs to wakeup them for Procedure.
310 Procedure,
334 mMPSystemData.Procedure = Procedure;
368 @param Procedure A pointer to the function to be run on the designated AP.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
MpLib.c 526 EFI_AP_PROCEDURE Procedure;
589 Procedure = (EFI_AP_PROCEDURE)CpuMpData->CpuData[ProcessorNumber].ApFunction;
591 if (Procedure != NULL) {
600 Procedure (Parameter);
765 @param[in] Procedure The function to be invoked by AP
773 IN EFI_AP_PROCEDURE Procedure, OPTIONAL
806 CpuData->ApFunction = (UINTN) Procedure;
842 CpuData->ApFunction = (UINTN) Procedure;
    [all...]
MpLib.h 209 EFI_AP_PROCEDURE Procedure;
339 @param[in] Procedure The function to be invoked by AP
347 IN EFI_AP_PROCEDURE Procedure, OPTIONAL
364 @param[in] Procedure A pointer to the function to be run on
367 the function specified by Procedure one by
370 execute the function specified by Procedure
375 APs to return from Procedure, either for
377 @param[in] ProcedureArgument The parameter passed into Procedure for
394 IN EFI_AP_PROCEDURE Procedure,
406 @param[in] Procedure A pointer to the function to be run on
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.h 326 volatile EFI_AP_PROCEDURE Procedure;
537 Schedule a procedure to run on the specified CPU.
539 @param Procedure The address of the procedure to run
541 @param ProcArguments The parameter to pass to the procedure
547 @retval EFI_SUCCESS - The procedure has been successfully scheduled
553 IN EFI_AP_PROCEDURE Procedure,
559 Schedule a procedure to run on the specified CPU in a blocking fashion.
561 @param Procedure The address of the procedure to run
    [all...]

Completed in 163 milliseconds