Lines Matching full:ioapic
77 EFI_ACPI_1_0_IO_APIC_STRUCTURE *IoApic;
99 1 * sizeof (*IoApic) +
125 IoApic = Ptr;
126 IoApic->Type = EFI_ACPI_1_0_IO_APIC;
127 IoApic->Length = sizeof (*IoApic);
128 IoApic->IoApicId = (UINT8) CpuCount;
129 IoApic->Reserved = EFI_ACPI_RESERVED_BYTE;
130 IoApic->IoApicAddress = 0xFEC00000;
131 IoApic->SystemVectorBase = 0x00000000;
132 Ptr = IoApic + 1;