Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_common.h121 extern int apic_restrict_vector;
H A Dapic.h694 extern int apic_restrict_vector;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c1181 if (apic_restrict_vector) /* for testing shared interrupt logic */ in apic_allocate_vector()
1182 highest = lowest + apic_restrict_vector + APIC_HI_PRI_VECTS; in apic_allocate_vector()
H A Dapic_common.c165 int apic_restrict_vector = 0; variable