Lines Matching defs:word_p
575 unsigned *word_p;
610 word_p = (unsigned *) (buffer_p + offset + prb_callinfo.offset);
619 tnf_opaque, word_p, word_p,
622 *word_p &= ~prb_callinfo.mask; /* clear the relevant field */
623 *word_p |= ((contents >> prb_callinfo.shift) & prb_callinfo.mask);
628 word_p = (unsigned *) (buffer_p + offset + prb_callinfo.offset);
637 tnf_opaque, word_p, word_p,
640 *word_p &= ~prb_callinfo.mask; /* clear the relevant field */
641 *word_p |= ((contents >> prb_callinfo.shift) & prb_callinfo.mask);