Home
last modified time | relevance | path

Searched refs:prev_p (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kernel/
Dprocess_32.c228 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
230 struct thread_struct *prev = &prev_p->thread, in __switch_to()
267 switch_to_extra(prev_p, next_p); in __switch_to()
300 return prev_p; in __switch_to()
Dprocess_64.c160 static __always_inline void save_base_legacy(struct task_struct *prev_p, in save_base_legacy() argument
193 prev_p->thread.fsbase = 0; in save_base_legacy()
195 prev_p->thread.gsbase = 0; in save_base_legacy()
504 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
506 struct thread_struct *prev = &prev_p->thread; in __switch_to()
523 save_fsgs(prev_p); in __switch_to()
573 switch_to_extra(prev_p, next_p); in __switch_to()
617 return prev_p; in __switch_to()
Dprocess.h7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
Dprocess.c498 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to_xtra() argument
503 prev = &prev_p->thread; in __switch_to_xtra()
507 tifp = READ_ONCE(task_thread_info(prev_p)->flags); in __switch_to_xtra()
510 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra()
532 speculation_ctrl_update_tif(prev_p); in __switch_to_xtra()