Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
DEbcSupport.c108 UINT64 Arg12; in EbcInterpret() local
133 Arg12 = VA_ARG (List, UINT64); in EbcInterpret()
198 PushU64 (&VmContext, Arg12); in EbcInterpret()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcSupport.c168 IN UINTN Arg12, in EbcInterpret() argument
240 PushU64 (&VmContext, (UINT64) Arg12); in EbcInterpret()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
DEbcSupport.c223 IN UINTN Arg12, in EbcInterpret() argument
293 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg12; in EbcInterpret()