Lines Matching refs:d1
112 movel %sp,%d1 /* get thread_info pointer */
113 andl #-THREAD_SIZE,%d1 /* at base of kernel stack */
114 movel %d1,%a0
115 movel %a0@(TINFO_FLAGS),%d1 /* get thread_info->flags */
116 andl #(1<<TIF_NEED_RESCHED),%d1
119 movel %a0@(TINFO_PREEMPT),%d1
120 cmpl #0,%d1
128 moveml %sp@,%d1-%d5/%a0-%a2
136 movel %sp,%d1 /* get thread_info pointer */
137 andl #-THREAD_SIZE,%d1 /* at base of kernel stack */
138 movel %d1,%a0
139 moveb %a0@(TINFO_FLAGS+3),%d1 /* thread_info->flags (low 8 bits) */
146 movel %a0@(TINFO_FLAGS),%d1 /* get thread_info->flags */
148 btst #TIF_NEED_RESCHED,%d1
186 movew %sr,%d1 /* save current status */
187 movew %d1,%a0@(TASK_THREAD+THREAD_SR)
188 movel %a0,%d1 /* get prev thread in d1 */