Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\fpu\init.c Create Date:2022-07-28 07:49:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Find supported xfeatures based on cpu features and command-line input.* This must be called after fpu__init_parse_early_param() is called and* xfeatures_mask is enumerated.

Proto:u64 __init fpu__get_supported_xfeatures_mask(void)

Type:u64

Parameter:Nothing

227  Return All currently supported features
Caller
NameDescribe
fpu__init_system_xstateEnable and initialize the xsave feature.* Called once per system bootup.