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