Searched refs:apic_restrict_vector (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_common.h120 extern int apic_restrict_vector;
H A Dapic.h692 * set apic_restrict_vector to the # of vectors we want to allow per range
695 extern int apic_restrict_vector;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c1243 if (apic_restrict_vector) /* for testing shared interrupt logic */
1244 highest = lowest + apic_restrict_vector + APIC_HI_PRI_VECTS;
H A Dapic_common.c150 int apic_restrict_vector = 0; variable

Completed in 87 milliseconds