函数逻辑报告 |
Source Code:arch\x86\kernel\process.c |
Create Date:2022-07-27 08:48:47 |
Last Modify:2020-03-16 17:03:44 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__switch_to_xtra
函数原型:void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | prev_p | |
struct task_struct * | next_p |
621 | prev等于* New fields for task_struct should be added above here, so that * they are included in the randomized portion of task_struct. |
622 | next等于* New fields for task_struct should be added above here, so that * they are included in the randomized portion of task_struct. |
627 | switch_to_bitmap(tifp) |
631 | 如果tifp按位与_TIF_BLOCKSTEP或tifn按位与_TIF_BLOCKSTEP的值且arch_has_block_step()则 |
636 | debugctl与等于single-step on branches 的反 |
637 | msk等于tifn按位与_TIF_BLOCKSTEP |
642 | 如果tifp按位异或tifn的值按位与_TIF_NOTSC则cr4_toggle_bits_irqsoff(X86_CR4_TSD) |
645 | 如果tifp按位异或tifn的值按位与_TIF_NOCPUID则set_cpuid_faulting(!!(tifn & _TIF_NOCPUID)) |
648 | 如果此条件成立可能性大(为编译器优化)(!((tifp | tifn) & _TIF_SPEC_FORCE_UPDATE))则 |
650 | 否则 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |