|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/rbtree.h>#include <linux/slab.h>#include <linux/irq.h>#include <asm/apic.h>#include <asm/uv/uv_irq.h>#include <asm/uv/uv_hub.h>Go to the source code of this file.
Data Structures | |
| struct | uv_irq_2_mmr_pnode |
Functions | |
| int | uv_irq_2_mmr_info (int irq, unsigned long *offset, int *pnode) |
| int | uv_setup_irq (char *irq_name, int cpu, int mmr_blade, unsigned long mmr_offset, int limit) |
| EXPORT_SYMBOL_GPL (uv_setup_irq) | |
| void | uv_teardown_irq (unsigned int irq) |
| EXPORT_SYMBOL_GPL (uv_teardown_irq) | |
| EXPORT_SYMBOL_GPL | ( | uv_setup_irq | ) |
| EXPORT_SYMBOL_GPL | ( | uv_teardown_irq | ) |
1.8.2