Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/sys/
H A Dapic_common.h120 extern int apic_restrict_vector;
H A Dapic.h695 extern int apic_restrict_vector;
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c1243 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()
H A Dapic_common.c149 int apic_restrict_vector = 0; variable