Home
last modified time | relevance | path

Searched refs:IDSR_BUSY (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/sun4u/sys/
H A Dmachintreg.h122 #define IDSR_BUSY 0x1 /* set when there's a dispatch */ macro
134 #define IDSR_BUSY_BIT(i) ((uint64_t)IDSR_BUSY << (2 * (i)))
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dopl_kdi.c102 if (idsr & IDSR_BUSY) { in kdi_xc_one()
109 } while (idsr & IDSR_BUSY); in kdi_xc_one()
H A Dspitfire_kdi.c104 else if (idsr & IDSR_BUSY) in kdi_xc_one()
H A Dus3_kdi.c112 busymask = IDSR_BUSY; in kdi_xc_one()
H A Dopl_olympus_asm.s432 btst IDSR_BUSY, %g1
475 btst IDSR_BUSY, %g1
H A Dspitfire_asm.s697 btst IDSR_BUSY, %g1
719 btst IDSR_BUSY, %g1
H A Dus3_common_asm.s571 btst IDSR_BUSY, %g1
614 btst IDSR_BUSY, %g1
H A Dopl_olympus.c684 busymask = IDSR_BUSY;
H A Dspitfire.c713 if (idsr & IDSR_BUSY) { in send_one_mondo()
H A Dus3_common.c1095 busymask = IDSR_BUSY; in send_one_mondo()
/titanic_41/usr/src/uts/sun4u/starfire/ml/
H A Didn_asm.s85 btst IDSR_BUSY, %g1
212 btst IDSR_BUSY, %o1 ! was it BUSY?