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

/freebsd-9.3-release/sys/boot/ia64/ski/
H A Dacpi_stub.c67 } apic = { variable in typeref:struct:__anon5763
71 sizeof(apic), /* Length of table. */
84 sizeof(apic.cpu0), /* Length. */
94 sizeof(apic.cpu1), /* Length. */
104 sizeof(apic.cpu2), /* Length. */
114 sizeof(apic.cpu3), /* Length. */
124 sizeof(apic.sapic), /* Length. */
180 cksum(&apic, sizeof(apic), &apic
[all...]
/freebsd-9.3-release/sys/x86/acpica/
H A Dmadt.c70 static int madt_find_interrupt(int intr, void **apic, u_int *pin);
159 printf("Try disabling either ACPI or apic support.\n");
262 ACPI_MADT_IO_APIC *apic; local
266 apic = (ACPI_MADT_IO_APIC *)entry;
270 apic->Id, apic->GlobalIrqBase,
271 (void *)(uintptr_t)apic->Address);
272 if (apic->Id > MAX_APIC_ID)
274 apic->Id);
275 if (ioapics[apic
362 madt_find_interrupt(int intr, void **apic, u_int *pin) argument
[all...]
/freebsd-9.3-release/sys/x86/x86/
H A Dio_apic.c73 * IRQ 0 is actually an ExtINT pin. The apic enumerators override the
106 static u_int ioapic_read(volatile ioapic_t *apic, int reg);
107 static void ioapic_write(volatile ioapic_t *apic, int reg, u_int val);
133 static SYSCTL_NODE(_hw, OID_AUTO, apic, CTLFLAG_RD, 0, "APIC options");
137 TUNABLE_INT("hw.apic.enable_extint", &enable_extint);
146 ioapic_read(volatile ioapic_t *apic, int reg) argument
150 apic->ioregsel = reg;
151 return (apic->iowin);
155 ioapic_write(volatile ioapic_t *apic, int reg, u_int val) argument
159 apic
505 volatile ioapic_t *apic; local
781 volatile ioapic_t *apic; local
955 db_ioapic_read(volatile ioapic_t *apic, int reg) argument
[all...]
H A Dmptable.c487 io_apic_entry_ptr apic; local
498 apic = (io_apic_entry_ptr)entry;
499 if (apic->apic_flags & IOAPICENTRY_FLAG_EN)
542 io_apic_entry_ptr apic; local
562 apic = (io_apic_entry_ptr)entry;
563 if (!(apic->apic_flags & IOAPICENTRY_FLAG_EN))
565 if (apic->apic_id > MAX_APIC_ID)
567 apic->apic_id);
568 if (ioapics[apic->apic_id] != NULL)
570 apic
[all...]
H A Dlocal_apic.c248 if ((resource_int_value("apic", 0, "clock", &i) != 0 || i != 0)) {
1117 DB_SHOW_COMMAND(apic, db_show_apic)
1271 if (resource_disabled("apic", 0))
/freebsd-9.3-release/release/picobsd/bridge/
H A DPICOBSD20 device apic
/freebsd-9.3-release/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-9.3-release/sys/ia64/ia64/
H A Dsapic.c109 SYSCTL_OID(_machdep, OID_AUTO, apic, CTLTYPE_STRING|CTLFLAG_RD,
322 int apic, count, error, index, len; local
329 for (apic = 0; apic < ia64_sapic_count; apic++) {
330 sa = ia64_sapics[apic];
/freebsd-9.3-release/release/picobsd/qemu/
H A DPICOBSD24 device apic
/freebsd-9.3-release/sys/i386/conf/
H A DXEN67 device apic # I/O APIC
H A DGENERIC77 device apic # I/O APIC
H A DNOTES25 # The apic device enables the use of the I/O APIC for interrupt delivery.
26 # The apic device can be used in both UP and SMP kernels, but is required
27 # for SMP kernels. Thus, the apic device is not strictly an SMP option,
46 device apic # I/O apic
/freebsd-9.3-release/tools/tools/nanobsd/pcengines/
H A DALIX_DSK34 device apic
H A DALIX_NFS34 device apic
/freebsd-9.3-release/sys/pc98/conf/
H A DNOTES19 # The apic device enables the use of the I/O APIC for interrupt delivery.
20 # The apic device can be used in both UP and SMP kernels, but is required
21 # for SMP kernels. Thus, the apic device is not strictly an SMP option,
26 device apic # I/O apic
/freebsd-9.3-release/share/man/man4/
H A DMakefile723 _apic.4= apic.4
/freebsd-9.3-release/sys/i386/i386/
H A Dmp_machdep.c42 #error The apic device is required for SMP, add "device apic" to your config file.
780 /* Init local apic for irq's */
/freebsd-9.3-release/sys/i386/xen/
H A Dmp_machdep.c44 #error The apic device is required for SMP, add "device apic" to your config file.
599 /* Init local apic for irq's */

Completed in 134 milliseconds