Lines Matching +full:address +full:- +full:aligned
2 Expose the address(es) of the ACPI RSD PTR table(s) and the SMBIOS entry
3 point(s) in a MB-aligned structure to the hypervisor.
5 The hypervisor locates the MB-aligned structure based on the signature GUID
7 address(es) are retrieved, the hypervisor may perform various ACPI and SMBIOS
18 <http://opensource.org/licenses/bsd-license.php>.
41 // aligned at a 1MB boundary.
46 // The signature GUID is written to the MB-aligned structure from
50 // bit-flipping occurs in order not to store the actual GUID in any UEFI
57 // Rsdp10 is the guest-physical address of the ACPI 1.0 specification RSD PTR
58 // table, in 8-byte little endian representation. Rsdp20 is the same, for the
67 // matches. Smbios21 is the guest-physical address of the SMBIOS 2.1 (32-bit)
68 // Entry Point Structure from the SMBIOS v3.2.0 specification, in 8-byte
69 // little endian representation. Smbios30 is the guest-physical address of
70 // the SMBIOS 3.0 (64-bit) Entry Point Structure from the same specification,