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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcSupport.c 196 @param Arg10 The 10th argument.
220 IN UINTN Arg10,
296 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg10;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcSupport.c 141 @param Arg10 The 10th argument.
165 IN UINTN Arg10,
241 PushU64 (&VmContext, (UINT64) Arg10);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 105 UINT64 Arg10;
130 Arg10 = VA_ARG (List, UINT64);
158 // arg10
199 PushU64 (&VmContext, Arg10);

Completed in 2104 milliseconds