Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Print out xstate component offsets and sizes

Proto:static void __init print_xstate_offset_size(void)

Type:void

Parameter:Nothing

397  When i < XFEATURE_MAX cycle
398  If Not Note that in the future we will likely need a pair of* functions here: one for user xstates and the other for* system xstates. For now, they are the same. Then Continue
400  pr_info("x86/fpu: xstate_offset[%d]: %4d, xstate_sizes[%d]: %4d\n", i, xstate_comp_offsets[i], i, xstate_sizes[i])
Caller
NameDescribe
fpu__init_system_xstateEnable and initialize the xsave feature.* Called once per system bootup.