Searched refs:apic_restrict_vector (Results 1 – 4 of 4) sorted by relevance
121 extern int apic_restrict_vector;
694 extern int apic_restrict_vector;
1179 if (apic_restrict_vector) /* for testing shared interrupt logic */ in apic_allocate_vector()1180 highest = lowest + apic_restrict_vector + APIC_HI_PRI_VECTS; in apic_allocate_vector()
165 int apic_restrict_vector = 0; variable