ACPI_MCFG_ALLOCATION
ACPI_MCFG_ALLOCATION *Subtable;
Subtable = ACPI_ADD_PTR (ACPI_MCFG_ALLOCATION, Table, Offset);
if (Offset + sizeof (ACPI_MCFG_ALLOCATION) > Table->Length)
sizeof (ACPI_MCFG_ALLOCATION) - (Offset - Table->Length));
sizeof (ACPI_MCFG_ALLOCATION), AcpiDmTableInfoMcfg0);
Offset += sizeof (ACPI_MCFG_ALLOCATION);
Subtable = ACPI_ADD_PTR (ACPI_MCFG_ALLOCATION, Subtable,
sizeof (ACPI_MCFG_ALLOCATION));
ACPI_MCFG_ALLOCATION mcfg_allocation;
ACPI_MCFG_ALLOCATION *cfg_baap;
cfg_baap = (ACPI_MCFG_ALLOCATION *)((uintptr_t)tp + sizeof (*tp));
#define ACPI_MCFG0_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_MCFG_ALLOCATION,f)