Lines Matching refs:r10
59 move.d [$r0+TI_preempt_count], $r10 ; Preemption disabled?
63 move.d [$r0+TI_flags], $r10
64 btstq TIF_NEED_RESCHED, $r10 ; Check if need_resched is set
110 move.d [$r0+TI_flags], $r10 ; current->work
111 and.d _TIF_WORK_MASK, $r10 ; is there any work to be done on return
127 ;; In r9 we have the wanted syscall number. Arguments come in r10,r11,r12,r13,mof,srp
201 pop $r10 ; frametype
289 move.d [$sp+PT_orig_r10], $r10 ; PT_r10 is already filled with -ENOSYS.
300 ;; input arguments: r10 = prev, r11 = next, r12 = thread offset in task struct
301 ;; returns old current in r10
308 add.d $r12, $r10 ; r10 = current tasks tss
309 move $dccr, [$r10+THREAD_dccr]; save irq enable state
312 move $usp, [$r10+ THREAD_usp] ; save user-mode stackpointer
318 move.d $sp, [$r10+THREAD_ksp] ; save the kernel stack pointer for the old task
319 move.d $sp, $r10 ; return last running task in r10
320 and.d -8192, $r10 ; get thread_info from stackpointer
321 move.d [$r10+TI_task], $r10 ; get task
399 push $r10 ; dummy orig_r10
400 moveq 1, $r10
401 push $r10 ; frametype == 1, BUSFAULT frame type
403 move.d $sp, $r10 ; pt_regs argument to handle_mmu_bus_fault
421 push $r10
423 move.d [hw_bp_trig_ptr],$r10
425 move.d $r11,[$r10+]
426 move.d $r10,[hw_bp_trig_ptr]
428 pop $r10
442 push $r10 ; push orig_r10
454 move.d $sp, $r10
465 move.d [cause_of_death], $r10
466 cmp.d 0xbedead, $r10
565 push $r10 ; Push orig_r10.
570 move.d [$r9+TI_task], $r10
571 move.d [$r10+TASK_pid], $r10 ; current->pid as arg1.