Home
last modified time | relevance | path

Searched refs:Arg13 (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
DEbcSupport.c109 UINT64 Arg13; in EbcInterpret() local
134 Arg13 = VA_ARG (List, UINT64); in EbcInterpret()
197 PushU64 (&VmContext, Arg13); in EbcInterpret()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcSupport.c169 IN UINTN Arg13, in EbcInterpret() argument
239 PushU64 (&VmContext, (UINT64) Arg13); in EbcInterpret()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
DEbcSupport.c224 IN UINTN Arg13, in EbcInterpret() argument
291 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg13; in EbcInterpret()