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 198 @param Arg11 The 11th argument.
222 IN UINTN Arg11,
295 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg11;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcSupport.c 143 @param Arg11 The 11th argument.
167 IN UINTN Arg11,
241 PushU64 (&VmContext, (UINT64) Arg11);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 107 UINT64 Arg11;
132 Arg11 = VA_ARG (List, UINT64);
199 PushU64 (&VmContext, Arg11);

Completed in 820 milliseconds