函数逻辑报告

Linux Kernel

v5.5.9

武松山

Source Code:arch\x86\kernel\ptrace.c Create Date:2022-07-16 10:00:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:task

函数原型:static int ((struct task_struct *task))

返回类型:static int

参数:

347  regs等于task_pt_regs(task)
354  如果value按位与X86_EFLAGS_TF清除线程指定标志
356  否则如果test_tsk_thread_flag(task, rue if TF in eflags artificially )则value或等于X86_EFLAGS_TF
359  flags等于flags按位与FLAG_MASK的反按位或value按位与FLAG_MASK
361  返回:0