Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c615 APIC_DEBUG_BUF_PUT(vector); in apic_intr_enter()
616 APIC_DEBUG_BUF_PUT(irq); in apic_intr_enter()
617 APIC_DEBUG_BUF_PUT(nipl); in apic_intr_enter()
618 APIC_DEBUG_BUF_PUT(psm_get_cpu_id()); in apic_intr_enter()
/titanic_50/usr/src/uts/i86pc/io/apix/
H A Dapix.c712 APIC_DEBUG_BUF_PUT(vector); in apix_intr_enter()
713 APIC_DEBUG_BUF_PUT(vecp->v_inum); in apix_intr_enter()
714 APIC_DEBUG_BUF_PUT(nipl); in apix_intr_enter()
715 APIC_DEBUG_BUF_PUT(psm_get_cpu_id()); in apix_intr_enter()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dapic.h705 #define APIC_DEBUG_BUF_PUT(x) \ macro