Lines Matching defs:Address
50 UINT64 Address;
55 Address = VA_ARG (Marker, UINT64);
59 return S3BootScriptSaveIoWrite (Width, Address, Count, Buffer);
78 UINT64 Address;
83 Address = VA_ARG (Marker, UINT64);
87 return S3BootScriptSaveIoReadWrite (Width, Address, Data, DataMask);
106 UINT64 Address;
111 Address = VA_ARG (Marker, UINT64);
115 return S3BootScriptSaveMemWrite (Width, Address, Count, Buffer);
134 UINT64 Address;
139 Address = VA_ARG (Marker, UINT64);
143 return S3BootScriptSaveMemReadWrite (Width, Address, Data, DataMask);
162 UINT64 Address;
167 Address = VA_ARG (Marker, UINT64);
171 return S3BootScriptSavePciCfgWrite (Width, Address, Count, Buffer);
190 UINT64 Address;
195 Address = VA_ARG (Marker, UINT64);
199 return S3BootScriptSavePciCfgReadWrite (Width, Address, Data, DataMask);
218 UINT64 Address;
224 Address = VA_ARG (Marker, UINT64);
229 return S3BootScriptSavePciCfg2Write (Width, Segment, Address, Count, Buffer);
249 UINT64 Address;
254 Address = VA_ARG (Marker, UINT64);
259 return S3BootScriptSavePciCfg2ReadWrite (Width, Segment, Address, Data, DataMask);
319 Internal function to add Save jmp address according to DISPATCH_OPCODE.
356 UINT64 Address;
363 Address = VA_ARG (Marker, UINT64);
369 return S3BootScriptSaveMemPoll (Width, Address, BitMask, BitValue, Duration, LoopTimes);
373 Internal function to add Save jmp address according to DISPATCH_OPCODE2.
571 This function closes the specified boot script table and returns the base address
575 closed table will cause a new table to be created. The base address of the allocated pool
576 will be returned in Address. After using the boot script table, the caller is responsible
584 @param Address A pointer to the physical address where the table begins.
597 OUT EFI_PHYSICAL_ADDRESS *Address
606 *Address = (EFI_PHYSICAL_ADDRESS)(UINTN)S3BootScriptCloseTable ();
608 if (*Address == 0) {