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

/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtbdump.c2676 ACPI_MCFG_ALLOCATION *Subtable;
2689 Subtable = ACPI_ADD_PTR (ACPI_MCFG_ALLOCATION, Table, Offset);
2692 if (Offset + sizeof (ACPI_MCFG_ALLOCATION) > Table->Length)
2695 sizeof (ACPI_MCFG_ALLOCATION) - (Offset - Table->Length));
2701 sizeof (ACPI_MCFG_ALLOCATION), AcpiDmTableInfoMcfg0);
2709 Offset += sizeof (ACPI_MCFG_ALLOCATION);
2710 Subtable = ACPI_ADD_PTR (ACPI_MCFG_ALLOCATION, Subtable,
2711 sizeof (ACPI_MCFG_ALLOCATION));
H A Ddmtbinfo.c323 #define ACPI_MCFG0_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_MCFG_ALLOCATION,f)
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c637 ACPI_MCFG_ALLOCATION *alloc;
644 sizeof(ACPI_MCFG_ALLOCATION);
645 alloc = (ACPI_MCFG_ALLOCATION *)(mcfg + 1);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h1351 } ACPI_MCFG_ALLOCATION; typedef in typeref:struct:acpi_mcfg_allocation
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c1874 ACPI_MCFG_ALLOCATION *alloc, *end;
1881 end = (ACPI_MCFG_ALLOCATION *)((char *)hdr + hdr->Length);
1882 alloc = (ACPI_MCFG_ALLOCATION *)((ACPI_TABLE_MCFG *)hdr + 1);

Completed in 111 milliseconds