Home
last modified time | relevance | path

Searched refs:io_hw_apic_id (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/x86/x86/
H A Dio_apic.c97 u_int io_hw_apic_id:8; /* Content of APIC ID register */ member
639 io->io_hw_apic_id = ioapic_read(apic, IOAPIC_ID) >> APIC_ID_SHIFT; in ioapic_create()
640 io->io_apic_id = apic_id == -1 ? io->io_hw_apic_id : apic_id; in ioapic_create()
642 if (io->io_hw_apic_id != apic_id) in ioapic_create()
644 apic_id, io->io_hw_apic_id); in ioapic_create()
999 if (io->io_hw_apic_id == apic_id) in ioapic_pci_attach()
1019 io->io_hw_apic_id != apic_id)) { in ioapic_pci_attach()
1025 io->io_apic_id, io->io_hw_apic_id, (uintmax_t)io->io_paddr); in ioapic_pci_attach()
1072 if (io->io_hw_apic_id == apic_id) in ioapic_get_dev()