Searched refs:IO_APIC_route_entry (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dio_apic.h77 struct IO_APIC_route_entry { struct
165 extern struct IO_APIC_route_entry **alloc_ioapic_entries(void);
166 extern void free_ioapic_entries(struct IO_APIC_route_entry **ioapic_entries);
167 extern int save_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries);
168 extern void mask_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries);
169 extern int restore_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries);
174 struct IO_APIC_route_entry *entry,
178 struct IO_APIC_route_entry e);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dio_apic.c424 struct IO_APIC_route_entry entry;
427 static struct IO_APIC_route_entry ioapic_read_entry(int apic, int pin)
445 __ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e)
454 void ioapic_write_entry(int apic, int pin, struct IO_APIC_route_entry e)
632 struct IO_APIC_route_entry entry;
691 struct IO_APIC_route_entry **alloc_ioapic_entries(void)
694 struct IO_APIC_route_entry **ioapic_entries;
703 kzalloc(sizeof(struct IO_APIC_route_entry) *
722 int save_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries)
744 void mask_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entrie
[all...]
H A Dapic.c1405 struct IO_APIC_route_entry **ioapic_entries = NULL;
2034 struct IO_APIC_route_entry **ioapic_entries = NULL;

Completed in 51 milliseconds