Searched refs:TI_FLAG_CWP_SHIFT (Results 1 – 2 of 2) sorted by relevance
18 #define TI_FLAG_CWP_SHIFT 40 macro
560 t->flags = (t->flags & ~((0xffUL << TI_FLAG_CWP_SHIFT) | in copy_thread()562 (((regs->tstate + 1) & TSTATE_CWP) << TI_FLAG_CWP_SHIFT); in copy_thread()