函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\fpu\xstate.c Create Date:2022-07-27 08:50:51
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:We enabled the XSAVE hardware, but something went wrong and* we can not use it. Disable it.

函数原型:static void fpu__init_disable_system_xstate(void)

返回类型:void

参数:

707  Mask of xstate features supported by the CPU and the kernel:等于0
708  Clear in this cpu's CR4.
709  setup_clear_cpu_cap(XSAVE/XRSTOR/XSETBV/XGETBV instructions )
调用者
名称描述
fpu__init_system_xstateEnable and initialize the xsave feature.* Called once per system bootup.