Searched refs:apic_id (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/sys/arch/amd64/include/
H A Dapicvar.h40 int apic_id; member in struct:apic_attach_args
H A Dmpbiosreg.h118 u_int8_t apic_id; member in struct:mpbios_proc
137 u_int8_t apic_id; member in struct:mpbios_ioapic
/openbsd-current/sys/arch/i386/include/
H A Dapicvar.h40 int apic_id; member in struct:apic_attach_args
H A Dmpbiosreg.h118 u_int8_t apic_id; member in struct:mpbios_proc
137 u_int8_t apic_id; member in struct:mpbios_ioapic
/openbsd-current/sys/arch/amd64/amd64/
H A Dioapic.c252 u_int8_t apic_id; local
258 apic_id = (ioapic_read(sc, IOAPIC_ID) & IOAPIC_ID_MASK) >>
261 if (apic_id != sc->sc_apicid)
275 int apic_id; local
281 sc->sc_apicid = aaa->apic_id;
283 printf(": apid %d", aaa->apic_id);
285 if (ioapic_find(aaa->apic_id) != NULL) {
335 apic_id = (ioapic_read(sc, IOAPIC_ID) & IOAPIC_ID_MASK) >>
354 if (apic_id != sc->sc_apicid) {
357 sc->sc_pic.pic_name, apic_id);
[all...]
H A Dmpbios.c654 caa.cpu_apicid = entry->apic_id;
930 aaa.apic_id = entry->apic_id;
/openbsd-current/sys/dev/acpi/
H A Dacpimadt.c243 dprintf("%s: LAPIC: acpi_proc_id %x, apic_id %x, flags 0x%x\n",
245 entry->madt_lapic.apic_id,
252 entry->madt_lapic.apic_id;
255 if (lapic_cpu_number() == entry->madt_lapic.apic_id)
262 caa.cpu_apicid = entry->madt_lapic.apic_id;
289 aaa.apic_id = entry->madt_ioapic.acpi_ioapic_id;
299 dprintf("%s: X2APIC: acpi_proc_uid %x, apic_id %x, flags 0x%x\n",
301 entry->madt_x2apic.apic_id,
304 if (entry->madt_x2apic.apic_id > 255 ||
309 if (lapic_cpu_number() == entry->madt_x2apic.apic_id)
[all...]
H A Dacpireg.h236 uint8_t apic_id; member in struct:acpi_madt_lapic
340 uint32_t apic_id; member in struct:acpi_madt_x2apic
/openbsd-current/sys/arch/i386/i386/
H A Dioapic.c257 u_int8_t apic_id; local
263 apic_id = (ioapic_read(sc, IOAPIC_ID) & IOAPIC_ID_MASK) >>
266 if (apic_id != sc->sc_apicid)
280 int apic_id; local
286 sc->sc_apicid = aaa->apic_id;
288 printf(": apid %d", aaa->apic_id);
290 if (ioapic_find(aaa->apic_id) != NULL) {
333 apic_id = (ioapic_read(sc, IOAPIC_ID) & IOAPIC_ID_MASK) >>
353 if (apic_id != sc->sc_apicid) {
356 sc->sc_pic.pic_name, apic_id);
[all...]
H A Dmpbios.c708 caa.cpu_apicid = entry->apic_id;
997 aaa.apic_id = entry->apic_id;

Completed in 184 milliseconds