Lines Matching +full:sub +full:- +full:processor
3 * Module Name: dmtbinfo2 - Table info for non-AML tables
11 * Some or all of this work - Copyright (c) 1999 - 2018, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
157 /* This module used for application-level code only */
165 * - Add the C table definition to the actbl1.h or actbl2.h header.
166 * - Add ACPI_xxxx_OFFSET macro(s) for the table (and subtables) to list below.
167 * - Define the table in this file (for the disassembler). If any
169 * - Add an external declaration for the new table definition (AcpiDmTableInfo*)
171 * - Add new table definition to the dispatch table in dmtable.c (AcpiDmTableData)
175 * - Add an external declaration for the new AcpiDmDump* function in acdisasm.h
176 * - Add the new AcpiDmDump* function to the dispatch table in dmtable.c
177 * - Create a template for the new table
178 * - Add data table compiler support
182 * - Add new type at the end of the ACPI_DMT list in acdisasm.h
183 * - Add length and implementation cases in dmtable.c (disassembler)
184 * - Add type and length cases in dtutils.c (DT compiler)
194 * IORT - IO Remapping Table
374 * IVRS - I/O Virtualization Reporting Structure
428 /* 4-byte device entry */
436 /* 8-byte device entry */
447 /* 8-byte device entry */
456 /* 8-byte device entry */
470 * LPIT - Low Power Idle Table
492 /* 0: Native C-state */
507 * MADT - Multiple APIC Description Table and subtables
515 {ACPI_DMT_FLAG0, ACPI_MADT_FLAG_OFFSET (Flags,0), "PC-AT Compatibility", 0},
530 /* 0: processor APIC */
534 {ACPI_DMT_UINT8, ACPI_MADT0_OFFSET (ProcessorId), "Processor ID", 0},
537 {ACPI_DMT_FLAG0, ACPI_MADT0_FLAG_OFFSET (LapicFlags,0), "Processor Enabled", 0},
580 {ACPI_DMT_UINT8, ACPI_MADT4_OFFSET (ProcessorId), "Processor ID", 0},
612 {ACPI_DMT_UINT8, ACPI_MADT7_OFFSET (ProcessorId), "Processor ID", 0},
617 {ACPI_DMT_FLAG0, ACPI_MADT7_FLAG_OFFSET (LapicFlags,0), "Processor Enabled", 0},
618 {ACPI_DMT_UINT32, ACPI_MADT7_OFFSET (Uid), "Processor UID", 0},
619 {ACPI_DMT_STRING, ACPI_MADT7_OFFSET (UidString[0]), "Processor UID String", 0},
631 {ACPI_DMT_UINT8, ACPI_MADT8_OFFSET (Id), "Processor ID", 0},
632 {ACPI_DMT_UINT8, ACPI_MADT8_OFFSET (Eid), "Processor EID", 0},
640 /* 9: Processor Local X2_APIC (ACPI 4.0) */
645 {ACPI_DMT_UINT32, ACPI_MADT9_OFFSET (LocalApicId), "Processor x2Apic ID", 0},
647 {ACPI_DMT_FLAG0, ACPI_MADT9_FLAG_OFFSET (LapicFlags,0), "Processor Enabled", 0},
648 {ACPI_DMT_UINT32, ACPI_MADT9_OFFSET (Uid), "Processor UID", 0},
659 {ACPI_DMT_UINT32, ACPI_MADT10_OFFSET (Uid), "Processor UID", 0},
671 {ACPI_DMT_UINT32, ACPI_MADT11_OFFSET (Uid), "Processor UID", 0},
673 {ACPI_DMT_FLAG0, ACPI_MADT11_FLAG_OFFSET (Flags,0), "Processor Enabled", 0},
741 * MCFG - PCI Memory Mapped Configuration table and Subtable
764 * MCHI - Management Controller Host Interface table
788 * MPST - Memory Power State Table
822 /* 0A: Sub-subtable - Memory Power State Structure (follows Memory Power Node above) */
831 /* 0B: Sub-subtable - Physical Component ID Structure (follows Memory Power State(s) above) */
869 * MSCT - Maximum System Characteristics Table (ACPI 4.0)
882 /* Subtable - Maximum Proximity Domain Information. Version 1 */
890 {ACPI_DMT_UINT32, ACPI_MSCT0_OFFSET (ProcessorCapacity), "Processor Capacity", 0},
898 * MTMR - MID Timer Table
907 /* MTMR Subtables - MTMR Entry */
920 * NFIT - NVDIMM Firmware Interface Table and Subtables - (ACPI 6.0)
1086 * PCCT - Platform Communications Channel Table (ACPI 5.0)
1123 /* 1: HW-reduced Communications Subspace (ACPI 5.1) */
1143 /* 2: HW-reduced Communications Subspace Type 2 (ACPI 6.1) */
1231 * PDTT - Platform Debug Trigger Table (ACPI 6.2)
1255 * PMTT - Platform Memory Topology Table
1273 {ACPI_DMT_FLAG0, ACPI_PMTTH_FLAG_OFFSET (Flags,0), "Top-level Device", 0},
1328 * PPTT - Processor Properties Topology Table (ACPI 6.2)
1332 /* Main table consists of only the standard ACPI header - subtables follow */
1343 /* 0: Processor hierarchy node */
1350 {ACPI_DMT_FLAG1, ACPI_PPTT0_FLAG_OFFSET (Flags,0), "ACPI Processor ID valid", 0},
1352 {ACPI_DMT_UINT32, ACPI_PPTT0_OFFSET (AcpiProcessorId), "ACPI Processor ID", 0},
1405 * RASF - RAS Feature table
1418 * S3PT - S3 Performance Table
1461 * SBST - Smart Battery Specification Table
1476 * SDEI - Software Delegated Execption Interface Descriptor Table
1488 * SDEV - Secure Devices Table (ACPI 6.2)