Home
last modified time | relevance | path

Searched refs:apic_debug_msgbufindex (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/i86pc/sys/
H A Dapic.h699 extern int apic_debug_msgbufindex;
706 apic_debug_msgbuf[apic_debug_msgbufindex++] = x; \
707 if (apic_debug_msgbufindex >= (APIC_DEBUG_MSGBUFSIZE - NCPU)) \
708 apic_debug_msgbufindex = 0;
H A Dapic_common.h123 extern int apic_debug_msgbufindex;
/titanic_50/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c152 int apic_debug_msgbufindex = 0; variable