OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyPhaseParams
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
FspNotifyS3.c
60
NOTIFY_PHASE_PARAMS
NotifyPhaseParams
;
71
NotifyPhaseParams
.Phase = EnumInitPhaseAfterPciEnumeration;
72
Status = CallFspNotifyPhase (FspHeader, &
NotifyPhaseParams
);
75
NotifyPhaseParams
.Phase = EnumInitPhaseReadyToBoot;
76
Status = CallFspNotifyPhase (FspHeader, &
NotifyPhaseParams
);
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
FspNotifyDxe.c
57
NOTIFY_PHASE_PARAMS
NotifyPhaseParams
;
74
NotifyPhaseParams
.Phase = EnumInitPhaseAfterPciEnumeration;
75
Status = CallFspNotifyPhase (mFspHeader, &
NotifyPhaseParams
);
101
NOTIFY_PHASE_PARAMS
NotifyPhaseParams
;
106
NotifyPhaseParams
.Phase = EnumInitPhaseReadyToBoot;
107
Status = CallFspNotifyPhase (mFspHeader, &
NotifyPhaseParams
);
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Include/Library/
FspApiLib.h
53
@param[in]
NotifyPhaseParams
Address pointer to the NOTIFY_PHASE_PARAMS structure.
61
IN NOTIFY_PHASE_PARAMS *
NotifyPhaseParams
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/
FspApiLib.c
113
@param[in]
NotifyPhaseParams
Address pointer to the NOTIFY_PHASE_PARAMS structure.
121
IN NOTIFY_PHASE_PARAMS *
NotifyPhaseParams
130
Status = Execute32BitCode ((UINTN)NotifyPhaseApi, (UINTN)
NotifyPhaseParams
);
Completed in 58 milliseconds