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.c107 UINT64 Arg12; in EbcInterpret() local
132 Arg12 = VA_ARG (List, UINT64); in EbcInterpret()
197 PushU64 (&VmContext, Arg12); in EbcInterpret()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcSupport.c167 IN UINTN Arg12, in EbcInterpret() argument
239 PushU64 (&VmContext, (UINT64) Arg12); in EbcInterpret()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
DEbcSupport.c222 IN UINTN Arg12, in EbcInterpret() argument
292 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg12; in EbcInterpret()