Home
last modified time | relevance | path

Searched refs:iosapic_remove (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/ia64/include/asm/
Diosapic.h93 extern int iosapic_remove (unsigned int gsi_base);
95 #define iosapic_remove(gsi_base) (-EINVAL) macro
117 #define iosapic_remove(gsi_base) (-ENODEV) macro
/linux-3.4.99/arch/ia64/kernel/
Dacpi.c1037 return iosapic_remove(gsi_base); in acpi_unregister_ioapic()
Diosapic.c1075 iosapic_remove (unsigned int gsi_base) in iosapic_remove() function