Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachintreg.h123 #define IDSR_BUSY 0x1 /* set when there's a dispatch */ macro
135 #define IDSR_BUSY_BIT(i) ((uint64_t)IDSR_BUSY << (2 * (i)))
/illumos-gate/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 Dspitfire_asm.S599 btst IDSR_BUSY, %g1
621 btst IDSR_BUSY, %g1
H A Dopl_olympus_asm.S322 btst IDSR_BUSY, %g1
349 btst IDSR_BUSY, %g1
H A Dus3_common_asm.S459 btst IDSR_BUSY, %g1
486 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()