Searched refs:NotifyPhaseParams (Results 1 – 8 of 8) sorted by relevance
60 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in S3EndOfPeiNotify() local71 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration; in S3EndOfPeiNotify()72 Status = CallFspNotifyPhase (FspHeader, &NotifyPhaseParams); in S3EndOfPeiNotify()75 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot; in S3EndOfPeiNotify()76 Status = CallFspNotifyPhase (FspHeader, &NotifyPhaseParams); in S3EndOfPeiNotify()
57 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in OnPciEnumerationComplete() local74 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration; in OnPciEnumerationComplete()75 Status = CallFspNotifyPhase (mFspHeader, &NotifyPhaseParams); in OnPciEnumerationComplete()101 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in OnReadyToBoot() local106 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot; in OnReadyToBoot()107 Status = CallFspNotifyPhase (mFspHeader, &NotifyPhaseParams); in OnReadyToBoot()
79 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in OnPciEnumerationComplete() local96 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration; in OnPciEnumerationComplete()98 Status = CallFspNotifyPhase (&NotifyPhaseParams); in OnPciEnumerationComplete()134 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in OnReadyToBoot() local139 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot; in OnReadyToBoot()141 Status = CallFspNotifyPhase (&NotifyPhaseParams); in OnReadyToBoot()175 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in OnEndOfFirmware() local183 NotifyPhaseParams.Phase = EnumInitPhaseEndOfFirmware; in OnEndOfFirmware()185 Status = CallFspNotifyPhase (&NotifyPhaseParams); in OnEndOfFirmware()
88 NOTIFY_PHASE_PARAMS NotifyPhaseParams; in S3EndOfPeiNotify() local93 NotifyPhaseParams.Phase = EnumInitPhaseAfterPciEnumeration; in S3EndOfPeiNotify()94 Status = CallFspNotifyPhase (&NotifyPhaseParams); in S3EndOfPeiNotify()105 NotifyPhaseParams.Phase = EnumInitPhaseReadyToBoot; in S3EndOfPeiNotify()106 Status = CallFspNotifyPhase (&NotifyPhaseParams); in S3EndOfPeiNotify()117 NotifyPhaseParams.Phase = EnumInitPhaseEndOfFirmware; in S3EndOfPeiNotify()118 Status = CallFspNotifyPhase (&NotifyPhaseParams); in S3EndOfPeiNotify()
43 IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams
121 IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams in CallFspNotifyPhase() argument130 Status = Execute32BitCode ((UINTN)NotifyPhaseApi, (UINTN)NotifyPhaseParams); in CallFspNotifyPhase()
89 IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams in CallFspNotifyPhase() argument104 Status = Execute32BitCode ((UINTN)NotifyPhaseApi, (UINTN)NotifyPhaseParams, (UINTN)NULL); in CallFspNotifyPhase()
61 IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams