Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
DEbcSupport.c106 UINT64 Arg10; in EbcInterpret() local
131 Arg10 = VA_ARG (List, UINT64); in EbcInterpret()
200 PushU64 (&VmContext, Arg10); in EbcInterpret()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcSupport.c166 IN UINTN Arg10, in EbcInterpret() argument
242 PushU64 (&VmContext, (UINT64) Arg10); in EbcInterpret()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
DEbcSupport.c221 IN UINTN Arg10, in EbcInterpret() argument
297 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg10; in EbcInterpret()