Home
last modified time | relevance | path

Searched refs:INT_PENDING (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h89 #define INT_PENDING 3 /* state of the interrupt dispatch */ macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c1731 start_bit) & 0x3) == INT_PENDING && !panicstr) in sbus_add_intr_impl()
1914 while (((*intr_state_reg >> start_bit) & 0x3) == INT_PENDING && in sbus_remove_intr_impl()
2218 INT_PENDING) && !panicstr) in sbus_intrdist()
2244 0x3) == INT_PENDING) { in sbus_intrdist()
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h197 #define INT_PENDING 3 /* state of the interrupt dispatch */ macro
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c2594 while (((*intr_state_reg & INT_PENDING) == INT_PENDING) && in fhc_intrdist()