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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcSupport.c 195 @param Arg9 The 9th argument.
219 IN UINTN Arg9,
298 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg9;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcSupport.c 140 @param Arg9 The 9th argument.
164 IN UINTN Arg9,
242 PushU64 (&VmContext, (UINT64) Arg9);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 104 UINT64 Arg9;
129 Arg9 = VA_ARG (List, UINT64);
159 // arg9 (Bottom of high stack)
200 PushU64 (&VmContext, Arg9);

Completed in 3232 milliseconds