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 199 @param Arg12 The 12th argument.
223 IN UINTN Arg12,
293 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg12;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcSupport.c 144 @param Arg12 The 12th argument.
168 IN UINTN Arg12,
240 PushU64 (&VmContext, (UINT64) Arg12);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 108 UINT64 Arg12;
133 Arg12 = VA_ARG (List, UINT64);
198 PushU64 (&VmContext, Arg12);

Completed in 329 milliseconds