Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\switch_to.h Create Date:2022-07-28 07:29:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:This is used when switching tasks or entering/exiting vm86 mode.

Proto:static inline void update_task_stack(struct task_struct *task)

Type:void

Parameter:

TypeParameterName
struct task_struct *task
92  If static_cpu_has("" Xen paravirtual guest ) Then load_sp0(sp0)
94  Else this_cpu_write(sp1, sp0)
Caller
NameDescribe
__switch_toswitch_to(x,y) should switch tasks from x to y
save_v86_state
do_sys_vm86