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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcSupport.c 200 @param Arg13 The 13th argument.
224 IN UINTN Arg13,
291 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg13;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcSupport.c 145 @param Arg13 The 13th argument.
169 IN UINTN Arg13,
239 PushU64 (&VmContext, (UINT64) Arg13);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 109 UINT64 Arg13;
134 Arg13 = VA_ARG (List, UINT64);
197 PushU64 (&VmContext, Arg13);

Completed in 2860 milliseconds