Searched refs:Rcheat (Results 1 – 4 of 4) sorted by relevance
43 #define busy(x) (Rcheat((x)->word) & BUSY)93 (Rcheat(blokp) | BUSY); in alloc()101 p = (struct blk *)(Rcheat(p->word) & ~BUSY); in alloc()131 bloktop->word = (struct blk *)(Rcheat(rndstak) | BUSY); in addblok()147 bloktop = bloktop->word = (struct blk *)(Rcheat(bloktop) + reqd); in addblok()185 p->word = (struct blk *)(Rcheat(p->word) & ~BUSY);203 eui = (uint32_t *)(Rcheat(ptr->word) & ~BUSY); in fill_pat()217 q = (struct blk *)(Rcheat(p->word) & ~BUSY); in chkbptr()250 q = (struct blk *)(Rcheat(p->word) & ~BUSY); in chkmem()289 p = (struct blk *)(Rcheat(pp->word) & ~BUSY);
43 #define absstak(x) (stakbot+Rcheat(x))
434 (struct argnod *)(Rcheat(gchain) & ~ARGMK);447 if (argp == 0 || Rcheat(argp) & ARGMK)452 argp = (struct argnod *)(Rcheat(argp) & ~ARGMK);
54 #define Rcheat(a) ((int)(a)) macro