Home
last modified time | relevance | path

Searched refs:APIC_CS_ERRORS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h746 #define APIC_CS_ERRORS (APIC_SEND_CS_ERROR|APIC_RECV_CS_ERROR) macro
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c337 if ((error & ~APIC_CS_ERRORS) == 0) { in apic_error_intr()