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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcSupport.c 201 @param Arg14 The 14th argument.
225 IN UINTN Arg14,
289 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg14;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcSupport.c 146 @param Arg14 The 14th argument.
170 IN UINTN Arg14,
238 PushU64 (&VmContext, (UINT64) Arg14);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 110 UINT64 Arg14;
135 Arg14 = VA_ARG (List, UINT64);
196 PushU64 (&VmContext, Arg14);

Completed in 508 milliseconds