Searched refs:apic_restrict_vector (Results 1 – 4 of 4) sorted by relevance
120 extern int apic_restrict_vector;
695 extern int apic_restrict_vector;
1243 if (apic_restrict_vector) /* for testing shared interrupt logic */ in apic_allocate_vector()1244 highest = lowest + apic_restrict_vector + APIC_HI_PRI_VECTS; in apic_allocate_vector()
149 int apic_restrict_vector = 0; variable