Searched refs:GET_RDT_BITS (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/i86pc/io/apix/ |
H A D | apix.c | 1871 #define GET_RDT_BITS(ioapic, intin, bits) \ macro 1901 if (GET_RDT_BITS(ioapic_ix, intin_no, AV_PENDING) == 0) in apix_intx_rebind() 1940 if (GET_RDT_BITS(ioapic_ix, intin_no, AV_PENDING) != 0) in apix_intx_rebind() 1957 if (GET_RDT_BITS(ioapic_ix, intin_no, AV_REMOTE_IRR) in apix_intx_rebind() 1962 if (GET_RDT_BITS(ioapic_ix, intin_no, AV_REMOTE_IRR) != 0) { in apix_intx_rebind() 1983 if (GET_RDT_BITS(ioapic_ix, intin_no, AV_REMOTE_IRR) != 0) { in apix_intx_rebind() 2001 if (GET_RDT_BITS(ioapic_ix, intin_no, AV_REMOTE_IRR) != 0) { in apix_intx_rebind()
|