Searched refs:xc_state (Results 1 – 3 of 3) sorted by relevance
61 volatile uint_t xc_state; member459 ASSERT(xc_mbox[cix].xc_state == XC_WAIT); in xc_one()469 while (xc_mbox[cix].xc_state != XC_WAIT) { in xc_one()513 ASSERT(xc_mbox[cix].xc_state == XC_IDLE); in xc_one()521 while (xc_mbox[cix].xc_state != XC_IDLE) { in xc_one()782 if (xc_mbox[pix].xc_state == XC_WAIT) { in xc_attention()859 xc_mbox[pix].xc_state = XC_EXIT; in xc_dismissed()878 if (xc_mbox[pix].xc_state == XC_IDLE) { in xc_dismissed()919 ASSERT(xmp->xc_state == XC_DOIT); in xc_serv()929 xmp->xc_state = XC_IDLE; in xc_serv()[all …]
115 xc_mbox[cpuid].xc_state = XC_DOIT; \129 ASSERT(xc_mbox[pix].xc_state == state); \149 ASSERT(xc_mbox[pix].xc_state == state); \170 ASSERT(xc_mbox[pix].xc_state == \172 xc_mbox[pix].xc_state = XC_ENTER; \197 if (xc_mbox[pix].xc_state == state) { \
1218 volatile uint_t xc_state; member