Searched refs:prev_p (Results 1 – 4 of 4) sorted by relevance
| /arch/x86/kernel/ |
| A D | process_32.c | 155 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 157 struct thread_struct *prev = &prev_p->thread, in __switch_to() 163 switch_fpu(prev_p, cpu); in __switch_to() 182 switch_to_extra(prev_p, next_p); in __switch_to() 213 return prev_p; in __switch_to()
|
| A D | process_64.c | 236 static __always_inline void save_base_legacy(struct task_struct *prev_p, in save_base_legacy() argument 269 prev_p->thread.fsbase = 0; in save_base_legacy() 271 prev_p->thread.gsbase = 0; in save_base_legacy() 611 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 613 struct thread_struct *prev = &prev_p->thread; in __switch_to() 620 switch_fpu(prev_p, cpu); in __switch_to() 627 save_fsgs(prev_p); in __switch_to() 677 switch_to_extra(prev_p, next_p); in __switch_to() 714 return prev_p; in __switch_to()
|
| A D | process.h | 7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
|
| A D | process.c | 707 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to_xtra() argument 712 tifp = read_task_thread_flags(prev_p); in __switch_to_xtra() 716 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra() 738 speculation_ctrl_update_tif(prev_p); in __switch_to_xtra()
|
Completed in 14 milliseconds