Lines Matching refs:d1
114 movel %sp,%d1 /* get thread_info pointer */
115 andl #-THREAD_SIZE,%d1 /* at base of kernel stack */
116 movel %d1,%a0
117 movel %a0@(TINFO_FLAGS),%d1 /* get thread_info->flags */
118 andl #(1<<TIF_NEED_RESCHED),%d1
121 movel %a0@(TINFO_PREEMPT),%d1
122 cmpl #0,%d1
130 moveml %sp@,%d1-%d5/%a0-%a2
138 movel %sp,%d1 /* get thread_info pointer */
139 andl #-THREAD_SIZE,%d1 /* at base of kernel stack */
140 movel %d1,%a0
141 moveb %a0@(TINFO_FLAGS+3),%d1 /* thread_info->flags (low 8 bits) */
148 movel %a0@(TINFO_FLAGS),%d1 /* get thread_info->flags */
150 btst #TIF_NEED_RESCHED,%d1
188 movew %sr,%d1 /* save current status */
189 movew %d1,%a0@(TASK_THREAD+THREAD_SR)
190 movel %a0,%d1 /* get prev thread in d1 */