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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 61 BASE_LIST BaseListMarker;
86 // BaseListMarker->|------------------------|
106 // Here we skip the first 4 bytes of Buffer, because we must ensure BaseListMarker is
107 // 64-bit aligned, otherwise retrieving 64-bit parameter from BaseListMarker will cause
109 // just makes address of BaseListMarker, which follows DebugInfo, 64-bit aligned.
113 BaseListMarker = (BASE_LIST)(DebugInfo + 1);
169 BASE_ARG (BaseListMarker, UINTN) = VA_ARG (VaListMarker, UINTN);
194 BASE_ARG (BaseListMarker, INT64) = VA_ARG (VaListMarker, INT64);
196 BASE_ARG (BaseListMarker, int) = VA_ARG (VaListMarker, int);
199 BASE_ARG (BaseListMarker, VOID *) = VA_ARG (VaListMarker, VOID *);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 60 BASE_LIST BaseListMarker;
85 // BaseListMarker->|------------------------|
105 // Here we skip the first 4 bytes of Buffer, because we must ensure BaseListMarker is
106 // 64-bit aligned, otherwise retrieving 64-bit parameter from BaseListMarker will cause
108 // just makes address of BaseListMarker, which follows DebugInfo, 64-bit aligned.
112 BaseListMarker = (BASE_LIST)(DebugInfo + 1);
162 BASE_ARG (BaseListMarker, UINTN) = VA_ARG (VaListMarker, UINTN);
187 BASE_ARG (BaseListMarker, INT64) = VA_ARG (VaListMarker, INT64);
189 BASE_ARG (BaseListMarker, int) = VA_ARG (VaListMarker, int);
192 BASE_ARG (BaseListMarker, VOID *) = VA_ARG (VaListMarker, VOID *);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c 71 @param BaseListMarker BASE_LIST style variable argument list consumed by processing Format.
72 @param Size The size, in bytes, of the BaseListMarker buffer.
74 @return The number of bytes in BaseListMarker. 0 if BaseListMarker is too small.
82 OUT BASE_LIST BaseListMarker,
94 ASSERT (BaseListMarker != NULL);
96 BaseListStart = BaseListMarker;
153 BASE_ARG (BaseListMarker, UINTN) = VA_ARG (VaListMarker, UINTN);
183 BASE_ARG (BaseListMarker, INT64) = VA_ARG (VaListMarker, INT64);
185 BASE_ARG (BaseListMarker, int) = VA_ARG (VaListMarker, int);
    [all...]

Completed in 95 milliseconds