Searched refs:schedule_tail (Results 1 – 24 of 24) sorted by relevance
82 bl schedule_tail # a0 = struct task_struct *prev92 bl schedule_tail # a0 = struct task_struct *prev
71 jal schedule_tail # a0 = struct task_struct *prev77 jal schedule_tail # a0 = struct task_struct *prev
109 schedule_tail(current->thread.prev_sched); in new_thread_handler()125 schedule_tail(current->thread.prev_sched); in fork_handler()
116 jbsr schedule_tail122 jbsr schedule_tail
183 bl schedule_tail189 bl schedule_tail199 bl schedule_tail
730 bl CFUNC(schedule_tail)737 bl CFUNC(schedule_tail)743 bl CFUNC(schedule_tail)759 bl CFUNC(schedule_tail)
129 | schedule_tail now used regardless of CONFIG_SMP132 jsr schedule_tail139 jsr schedule_tail
62 extern asmlinkage void schedule_tail(struct task_struct *prev);
503 call schedule_tail507 call schedule_tail
289 1: .long schedule_tail
57 schedule_tail(prev); in __ret_from_fork()
54 jl @schedule_tail
364 call schedule_tail
110 call schedule_tail
949 call schedule_tail956 call schedule_tail
322 call schedule_tail
133 bl schedule_tail
504 bralid r15, schedule_tail; /* ...which is schedule_tail's arg */511 bralid r15, schedule_tail; /* ...which is schedule_tail's arg */
143 schedule_tail(prev); in ret_from_fork()
2152 abi_call schedule_tail2167 abi_call schedule_tail
857 bl schedule_tail
738 BL schedule_tail, %r21660 BL schedule_tail, %r2
1003 l.jal schedule_tail
5247 asmlinkage __visible void schedule_tail(struct task_struct *prev) in schedule_tail() function