Lines Matching refs:uint8

18 	uint8	checksum;				/* checksum of bytes 0-19 (per ACPI 1.0) */
20 uint8 revision; /* 0 = ACPI 1.0, 2 = ACPI 3.0 */
26 uint8 checksum; /* checksum of bytes 0-19 (per ACPI 1.0) */
28 uint8 revision; /* 0 = ACPI 1.0, 2 = ACPI 3.0 */
32 uint8 extended_checksum; /* including entire table */
33 uint8 reserved[3];
41 uint8 revision;
42 uint8 checksum; /* checksum of entire table */
71 uint8 type;
72 uint8 length;
76 uint8 type; /* 0 = processor local APIC */
77 uint8 length; /* 8 bytes */
78 uint8 acpi_processor_id;
79 uint8 apic_id; /* the id of this APIC */
84 uint8 type; /* 1 = I/O APIC */
85 uint8 length; /* 12 bytes */
86 uint8 io_apic_id; /* the id of this APIC */
87 uint8 reserved;
93 uint8 type; /* 2 = Interrupt source override */
94 uint8 length; /* 10 bytes */
95 uint8 bus; /* 0 = ISA */
96 uint8 source; /* Bus-relative interrupt source (IRQ) */
104 uint8 type; /* 3 = NMI */
105 uint8 length; /* 8 bytes */
113 uint8 type; /* 4 = local APIC NMI */
114 uint8 length; /* 6 bytes */
115 uint8 acpi_processor_id; /* Processor ID corresponding to processor
120 uint8 local_interrupt; /* Local APIC interrupt input LINTn to which
125 uint8 type; /* 5 = local APIC address override */
126 uint8 length; /* 12 bytes */
133 uint8 type; /* 6 = I/0 SAPIC (should be used if it
136 uint8 length; /* 16 bytes */
137 uint8 io_apic_id; /* the id of this SAPIC */
138 uint8 reserved; /* reserved (must be set to zero) */
146 uint8 type; /* 7 = processor local SAPIC */
147 uint8 length; /* n bytes */
148 uint8 acpi_processor_id;
149 uint8 local_sapic_id;
150 uint8 local_sapic_eid;
151 uint8 reserved1; /* reserved (must be set to zero) */
152 uint8 reserved2; /* reserved (must be set to zero) */
153 uint8 reserved3; /* reserved (must be set to zero) */
163 uint8 type; /* 8 = platform interrupt source */
164 uint8 length; /* 16 bytes */
167 uint8 interrupt_type; /* 1 PMI, 2 INIT, 3 Corrected Platform
169 uint8 processor_id; /* processor ID of destination */
170 uint8 processor_eid; /* processor EID of destination */
171 uint8 io_sapic_vector; /* value that must be used to program the
181 uint8 type; /* 9 = processor local x2APIC */
182 uint8 length; /* 16 bytes */
191 uint8 type; /* 0xA = local x2APIC NMI */
192 uint8 length; /* 12 bytes */
198 uint8 local_interrupt; /* Local x2APIC interrupt input LINTn to
200 uint8 reserved1; /* reserved (must be set to zero) */
201 uint8 reserved2; /* reserved (must be set to zero) */
202 uint8 reserved3; /* reserved (must be set to zero) */