Searched refs:Arg16 (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ia32/
H A DEbcLowLevel.asm118 ; | Arg16 |
134 ; | Arg16 |
H A DEbcSupport.c202 @param Arg16 The 16th argument.
226 IN UINTN Arg16
284 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) Arg16;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcLowLevel.asm102 ; | Arg16 |
128 ; | Arg16 |
H A DEbcSupport.c147 @param Arg16 The 16th argument.
171 IN UINTN Arg16
235 PushU64 (&VmContext, (UINT64) Arg16);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ipf/
H A DEbcSupport.c111 UINT64 Arg16; local
136 Arg16 = VA_ARG (List, UINT64);
193 PushU64 (&VmContext, Arg16);

Completed in 47 milliseconds