Home
last modified time | relevance | path

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

/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
/arch/ia64/kernel/
Dacpi.c1040 return iosapic_remove(gsi_base); in acpi_unregister_ioapic()
Diosapic.c1113 iosapic_remove (unsigned int gsi_base) in iosapic_remove() function