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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcSupport.c 197 @param Arg11 The 11th argument.
221 IN UINTN Arg11,
294 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg11;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcSupport.c 142 @param Arg11 The 11th argument.
166 IN UINTN Arg11,
240 PushU64 (&VmContext, (UINT64) Arg11);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 106 UINT64 Arg11;
131 Arg11 = VA_ARG (List, UINT64);
198 PushU64 (&VmContext, Arg11);

Completed in 302 milliseconds