Searched refs:next_p (Results 1 – 4 of 4) sorted by relevance
/arch/x86/kernel/ |
D | process_32.c | 239 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 242 *next = &next_p->thread; in __switch_to() 277 switch_to_extra(prev_p, next_p); in __switch_to() 286 arch_end_context_switch(next_p); in __switch_to() 293 update_sp0(next_p); in __switch_to() 296 (unsigned long)task_stack_page(next_p) + in __switch_to() 307 this_cpu_write(current_task, next_p); in __switch_to()
|
D | process_64.c | 406 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 409 struct thread_struct *next = &next_p->thread; in __switch_to() 439 arch_end_context_switch(next_p); in __switch_to() 473 this_cpu_write(current_task, next_p); in __switch_to() 474 this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to() 477 update_sp0(next_p); in __switch_to() 479 __switch_to_xtra(prev_p, next_p); in __switch_to()
|
D | process.h | 7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
|
D | process.c | 484 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to_xtra() argument 490 next = &next_p->thread; in __switch_to_xtra() 492 tifn = READ_ONCE(task_thread_info(next_p)->flags); in __switch_to_xtra() 496 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra() 519 tifn = speculation_ctrl_update_tif(next_p); in __switch_to_xtra()
|