Searched refs:dis (Results 1 – 5 of 5) sorted by relevance
7 obj-y := start.o xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o
11 obj-y += xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o
540 struct T_discon_ind *dis; in timod_putmsg() local542 it = timod_mkctl(sizeof(*dis)); in timod_putmsg()548 dis = (struct T_discon_ind *)&it->type; in timod_putmsg()549 dis->PRIM_type = T_DISCON_IND; in timod_putmsg()550 dis->DISCON_reason = -error; /* FIXME: convert this as in iABI_errors() */ in timod_putmsg()551 dis->SEQ_number = 0; in timod_putmsg()
25 #define MsgHead(ptr, cref, mty, dis) \ argument26 *ptr++ = dis; \
537 * 2. it can race with dis/enabling irqs in other poll threads