Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
DEbcSupport.c104 UINT64 Arg9; in EbcInterpret() local
129 Arg9 = VA_ARG (List, UINT64); in EbcInterpret()
200 PushU64 (&VmContext, Arg9); in EbcInterpret()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcSupport.c164 IN UINTN Arg9, in EbcInterpret() argument
242 PushU64 (&VmContext, (UINT64) Arg9); in EbcInterpret()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
DEbcSupport.c219 IN UINTN Arg9, in EbcInterpret() argument
298 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg9; in EbcInterpret()