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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcSupport.c 198 @param Arg12 The 12th argument.
222 IN UINTN Arg12,
292 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg12;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcSupport.c 143 @param Arg12 The 12th argument.
167 IN UINTN Arg12,
239 PushU64 (&VmContext, (UINT64) Arg12);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 107 UINT64 Arg12;
132 Arg12 = VA_ARG (List, UINT64);
197 PushU64 (&VmContext, Arg12);

Completed in 4577 milliseconds