Searched refs:apic (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/x86/acpica/ |
| H A D | madt.c | 414 ACPI_MADT_IO_APIC *apic; in madt_parse_apics() local 418 apic = (ACPI_MADT_IO_APIC *)entry; in madt_parse_apics() 422 apic->Id, apic->GlobalIrqBase, in madt_parse_apics() 423 (void *)(uintptr_t)apic->Address); in madt_parse_apics() 424 if (apic->Id > IOAPIC_MAX_ID) in madt_parse_apics() 426 apic->Id); in madt_parse_apics() 427 if (ioapics[apic->Id].io_apic != NULL) in madt_parse_apics() 429 ioapics[apic->Id].io_apic = ioapic_create(apic->Address, in madt_parse_apics() 430 apic->Id, apic->GlobalIrqBase); in madt_parse_apics() 431 ioapics[apic->Id].io_vector = apic->GlobalIrqBase; in madt_parse_apics() [all …]
|
| /f-stack/freebsd/x86/x86/ |
| H A D | io_apic.c | 212 apic->ioregsel = reg; in ioapic_read() 213 return (apic->iowin); in ioapic_read() 221 apic->ioregsel = reg; in ioapic_write() 222 apic->iowin = val; in ioapic_write() 616 volatile ioapic_t *apic; in ioapic_create() local 659 io->io_addr = apic; in ioapic_create() 918 volatile ioapic_t *apic; in ioapic_register() local 923 apic = io->io_addr; in ioapic_register() 985 volatile ioapic_t *apic; in ioapic_pci_attach() local 1191 apic->ioregsel = reg; in db_ioapic_read() [all …]
|
| H A D | mptable.c | 523 io_apic_entry_ptr apic; in mptable_count_items_handler() local 534 apic = (io_apic_entry_ptr)entry; in mptable_count_items_handler() 535 if (apic->apic_flags & IOAPICENTRY_FLAG_EN) in mptable_count_items_handler() 578 io_apic_entry_ptr apic; in mptable_parse_apics_and_busses_handler() local 597 apic = (io_apic_entry_ptr)entry; in mptable_parse_apics_and_busses_handler() 600 if (apic->apic_id > IOAPIC_MAX_ID) in mptable_parse_apics_and_busses_handler() 602 apic->apic_id); in mptable_parse_apics_and_busses_handler() 603 if (ioapics[apic->apic_id] != NULL) in mptable_parse_apics_and_busses_handler() 605 apic->apic_id); in mptable_parse_apics_and_busses_handler() 606 ioapics[apic->apic_id] = ioapic_create(apic->apic_address, in mptable_parse_apics_and_busses_handler() [all …]
|
| H A D | local_apic.c | 207 SYSCTL_NODE(_hw, OID_AUTO, apic, CTLFLAG_RD | CTLFLAG_MPSAFE, 0, 1711 DB_SHOW_COMMAND(apic, db_show_apic) in DB_SHOW_COMMAND() argument
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | cpu.h | 157 D(apic, 9)
|
| /f-stack/freebsd/i386/conf/ |
| H A D | NOTES | 40 # The apic device enables the use of the I/O APIC for interrupt delivery. 41 # The apic device can be used in both UP and SMP kernels, but is required 42 # for SMP kernels. Thus, the apic device is not strictly an SMP option, 61 device apic # I/O apic
|
| H A D | MINIMAL | 90 device apic
|
| H A D | GENERIC | 100 device apic # I/O APIC
|
| /f-stack/freebsd/i386/i386/ |
| H A D | mp_machdep.c | 45 #error The apic device is required for SMP, add "device apic" to your config file.
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 12730 D(apic, 9)
|