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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcSupport.c 202 @param Arg15 The 15th argument.
226 IN UINTN Arg15,
287 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg15;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcSupport.c 147 @param Arg15 The 15th argument.
171 IN UINTN Arg15,
237 PushU64 (&VmContext, (UINT64) Arg15);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 111 UINT64 Arg15;
136 Arg15 = VA_ARG (List, UINT64);
195 PushU64 (&VmContext, Arg15);

Completed in 1372 milliseconds