Lines Matching refs:d1
108 movel %sp,%d1 /* get thread_info pointer */
109 andl #-THREAD_SIZE,%d1 /* at base of kernel stack */
110 movel %d1,%a0
111 movel %a0@(TINFO_FLAGS),%d1 /* get thread_info->flags */
112 andl #(1<<TIF_NEED_RESCHED),%d1
115 movel %a0@(TINFO_PREEMPT),%d1
116 cmpl #0,%d1
124 moveml %sp@,%d1-%d5/%a0-%a2
132 movel %sp,%d1 /* get thread_info pointer */
133 andl #-THREAD_SIZE,%d1 /* at base of kernel stack */
134 movel %d1,%a0
135 moveb %a0@(TINFO_FLAGS+3),%d1 /* thread_info->flags (low 8 bits) */
142 movel %a0@(TINFO_FLAGS),%d1 /* get thread_info->flags */
144 btst #TIF_NEED_RESCHED,%d1
182 movew %sr,%d1 /* save current status */
183 movew %d1,%a0@(TASK_THREAD+THREAD_SR)
184 movel %a0,%d1 /* get prev thread in d1 */