函数逻辑报告 |
Source Code:arch\x86\include\asm\fpu\internal.h |
Create Date:2022-07-27 08:28:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Load PKRU from the FPU context if available. Delay loading of the* complete FPU state until the return to userland.
函数原型:static inline void switch_fpu_finish(struct fpu *new_fpu)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct fpu * | new_fpu |
595 | pkru_val等于init_pkru_value |
598 | 如果非static_cpu_has(Onboard FPU )则返回 |
603 | 如果非This macro is for detection of features which need kernel* infrastructure to be used(OS Protection Keys Enable )则返回 |
610 | 如果mm则 |
611 | pk等于get_xsave_addr( & xsave, XFEATURE_PKRU) |
615 | __write_pkru(pkru_val) |
名称 | 描述 |
---|---|
__switch_to | switch_to(x,y) should switch tasks from x to y |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |