Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c626 APIC_DEBUG_BUF_PUT(vector); in apic_intr_enter()
627 APIC_DEBUG_BUF_PUT(irq); in apic_intr_enter()
628 APIC_DEBUG_BUF_PUT(nipl); in apic_intr_enter()
629 APIC_DEBUG_BUF_PUT(psm_get_cpu_id()); in apic_intr_enter()
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c693 APIC_DEBUG_BUF_PUT(vector); in apix_intr_enter()
694 APIC_DEBUG_BUF_PUT(vecp->v_inum); in apix_intr_enter()
695 APIC_DEBUG_BUF_PUT(nipl); in apix_intr_enter()
696 APIC_DEBUG_BUF_PUT(psm_get_cpu_id()); in apix_intr_enter()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h704 #define APIC_DEBUG_BUF_PUT(x) \ macro