Home | History | Annotate | Download | only in EbcDxe

Lines Matching defs:SystemContext

128   @param  SystemContext          EBC system context.

135 IN EFI_SYSTEM_CONTEXT SystemContext
743 EFI_SYSTEM_CONTEXT SystemContext;
781 SystemContext.SystemContextEbc = &EbcContext;
783 mDebugExceptionCallback[ExceptionType] (ExceptionType, SystemContext);
867 @param SystemContext EBC system context.
874 IN EFI_SYSTEM_CONTEXT SystemContext
893 SystemContext.SystemContextEbc->R0,
894 SystemContext.SystemContextEbc->R1
899 SystemContext.SystemContextEbc->R2,
900 SystemContext.SystemContextEbc->R3
905 SystemContext.SystemContextEbc->R4,
906 SystemContext.SystemContextEbc->R5
911 SystemContext.SystemContextEbc->R6,
912 SystemContext.SystemContextEbc->R7
917 SystemContext.SystemContextEbc->Flags
922 SystemContext.SystemContextEbc->ControlFlags
927 SystemContext.SystemContextEbc->Ip
983 EFI_SYSTEM_CONTEXT SystemContext;
1004 SystemContext.SystemContextEbc = &EbcContext;
1006 mDebugPeriodicCallback (SystemContext);