|
| int | mpc_ioapic_id (int ioapic_idx) |
| |
| unsigned int | mpc_ioapic_addr (int ioapic_idx) |
| |
| struct mp_ioapic_gsi * | mp_ioapic_gsi_routing (int ioapic_idx) |
| |
| | DECLARE_BITMAP (mp_bus_not_pci, MAX_MP_BUSSES) |
| |
| void | disable_ioapic_support (void) |
| |
| | early_param ("noapic", parse_noapic) |
| |
| void | mp_save_irq (struct mpc_intsrc *m) |
| |
| int __init | arch_early_irq_init (void) |
| |
| unsigned int | native_io_apic_read (unsigned int apic, unsigned int reg) |
| |
| void | native_io_apic_write (unsigned int apic, unsigned int reg, unsigned int value) |
| |
| void | native_io_apic_modify (unsigned int apic, unsigned int reg, unsigned int value) |
| |
| int | save_ioapic_entries (void) |
| |
| void | mask_ioapic_entries (void) |
| |
| int | restore_ioapic_entries (void) |
| |
| int | IO_APIC_get_PCI_irq_vector (int bus, int slot, int pin, struct io_apic_irq_attr *irq_attr) |
| |
| | EXPORT_SYMBOL (IO_APIC_get_PCI_irq_vector) |
| |
| void | lock_vector_lock (void) |
| |
| void | unlock_vector_lock (void) |
| |
| int | assign_irq_vector (int irq, struct irq_cfg *cfg, const struct cpumask *mask) |
| |
| void | __setup_vector_irq (int cpu) |
| |
| void | setup_IO_APIC_irq_extra (u32 gsi) |
| |
| | __apicdebuginit (void) |
| |
| | __setup ("show_lapic=", setup_show_lapic) |
| |
| | __apicdebuginit (int) |
| |
| | late_initcall (print_ICs) |
| |
| void __init | enable_IO_APIC (void) |
| |
| void | disable_IO_APIC (void) |
| |
| | __setup ("no_timer_check", notimercheck) |
| |
| int | __ioapic_set_affinity (struct irq_data *data, const struct cpumask *mask, unsigned int *dest_id) |
| |
| | early_param ("disable_timer_pin_1", disable_timer_pin_setup) |
| |
| void __init | setup_IO_APIC (void) |
| |
| | late_initcall (io_apic_bug_finalize) |
| |
| | device_initcall (ioapic_init_ops) |
| |
| unsigned int | create_irq_nr (unsigned int from, int node) |
| |
| int | create_irq (void) |
| |
| void | destroy_irq (unsigned int irq) |
| |
| int | io_apic_setup_irq_pin_once (unsigned int irq, int node, struct io_apic_irq_attr *attr) |
| |
| int | get_nr_irqs_gsi (void) |
| |
| int __init | arch_probe_nr_irqs (void) |
| |
| int | io_apic_set_pci_routing (struct device *dev, int irq, struct io_apic_irq_attr *irq_attr) |
| |
| int | acpi_get_override_irq (u32 gsi, int *trigger, int *polarity) |
| |
| void __init | native_io_apic_init_mappings (void) |
| |
| void __init | ioapic_insert_resources (void) |
| |
| int | mp_find_ioapic (u32 gsi) |
| |
| int | mp_find_ioapic_pin (int ioapic, u32 gsi) |
| |
| void __init | mp_register_ioapic (int id, u32 address, u32 gsi_base) |
| |
| void __init | pre_init_apic_IRQ0 (void) |
| |