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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcLowLevel.asm 118 ; | Arg16 |
134 ; | Arg16 |
EbcSupport.c 203 @param Arg16 The 16th argument.
227 IN UINTN Arg16
285 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg16;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcLowLevel.asm 130 ; | Arg16 |
156 ; | Arg16 |
EbcSupport.c 148 @param Arg16 The 16th argument.
172 IN UINTN Arg16
236 PushU64 (&VmContext, (UINT64) Arg16);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c 112 UINT64 Arg16;
137 Arg16 = VA_ARG (List, UINT64);
194 PushU64 (&VmContext, Arg16);

Completed in 378 milliseconds