Searched refs:apic (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/x86/acpica/
H A Dmadt.c73 static int madt_find_interrupt(int intr, void **apic, u_int *pin);
240 printf("Try disabling either ACPI or apic support.\n");
357 ACPI_MADT_IO_APIC *apic; local
361 apic = (ACPI_MADT_IO_APIC *)entry;
365 apic->Id, apic->GlobalIrqBase,
366 (void *)(uintptr_t)apic->Address);
367 if (apic->Id > MAX_APIC_ID)
369 apic->Id);
370 if (ioapics[apic
451 madt_find_interrupt(int intr, void **apic, u_int *pin) argument
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dio_apic.c70 * IRQ 0 is actually an ExtINT pin. The apic enumerators override the
108 static u_int ioapic_read(volatile ioapic_t *apic, int reg);
109 static void ioapic_write(volatile ioapic_t *apic, int reg, u_int val);
204 ioapic_read(volatile ioapic_t *apic, int reg) argument
208 apic->ioregsel = reg;
209 return (apic->iowin);
213 ioapic_write(volatile ioapic_t *apic, int reg, u_int val) argument
217 apic->ioregsel = reg;
218 apic->iowin = val;
613 volatile ioapic_t *apic; local
918 volatile ioapic_t *apic; local
985 volatile ioapic_t *apic; local
1190 db_ioapic_read(volatile ioapic_t *apic, int reg) argument
[all...]
H A Dmptable.c494 io_apic_entry_ptr apic; local
505 apic = (io_apic_entry_ptr)entry;
506 if (apic->apic_flags & IOAPICENTRY_FLAG_EN)
549 io_apic_entry_ptr apic; local
569 apic = (io_apic_entry_ptr)entry;
570 if (!(apic->apic_flags & IOAPICENTRY_FLAG_EN))
572 if (apic->apic_id > MAX_APIC_ID)
574 apic->apic_id);
575 if (ioapics[apic->apic_id] != NULL)
577 apic
[all...]
H A Dlocal_apic.c203 SYSCTL_NODE(_hw, OID_AUTO, apic, CTLFLAG_RD, 0, "APIC options");
524 if ((resource_int_value("apic", 0, "clock", &i) != 0 || i != 0)) {
1692 DB_SHOW_COMMAND(apic, db_show_apic)
1848 if (resource_disabled("apic", 0))
/freebsd-11-stable/tools/tools/ncpus/
H A Dacpi.c67 struct MADT_local_apic *apic; local
75 apic = &mp->body.local_apic;
77 apic->cpu_id,
78 apic->flags & ACPI_MADT_APIC_LOCAL_FLAG_ENABLED ?
80 if (apic->flags & ACPI_MADT_APIC_LOCAL_FLAG_ENABLED)
/freebsd-11-stable/sys/i386/i386/
H A Dmp_machdep.c42 #error The apic device is required for SMP, add "device apic" to your config file.
/freebsd-11-stable/share/man/man4/
H A DMakefile805 _apic.4= apic.4

Completed in 128 milliseconds