函数逻辑报告 |
Source Code:arch\x86\kernel\fpu\xstate.c |
Create Date:2022-07-27 08:50:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Will the runtime-enumerated 'xstate_size' fit in the init* task's statically-allocated buffer?
函数原型:static bool is_supported_xstate_size(unsigned int test_xstate_size)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | test_xstate_size |
662 | 如果test_xstate_size小于等于sizeof(unionfpregs_state)则返回:true |
665 | 打印警告信息("x86/fpu: xstate buffer too small (%zu < %d), disabling xsave\n", sizeof(unionfpregs_state), test_xstate_size) |
667 | 返回:false |
名称 | 描述 |
---|---|
init_xstate_size |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |