Lines Matching full:apic
71 #define ACPI_SIG_MADT "APIC" /* Multiple APIC Description Table */
1077 * MADT - Multiple APIC Description Table
1085 UINT32 Address; /* Physical address of local APIC */
1141 /* 0: Processor Local APIC */
1147 UINT8 Id; /* Processor's local APIC id */
1153 /* 1: IO APIC */
1158 UINT8 Id; /* I/O APIC ID */
1160 UINT32 Address; /* APIC physical address */
1190 /* 4: Local APIC NMI */
1208 UINT64 Address; /* APIC physical address */
1627 /* MADT Local APIC flags */
1634 #define ACPI_MADT_POLARITY_MASK (3) /* 00-01: Polarity of APIC I/O input signals */
1635 #define ACPI_MADT_TRIGGER_MASK (3<<2) /* 02-03: Trigger mode of APIC input signals */