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:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Print out all the supported xstate features:

Proto:static void __init print_xstate_features(void)

Type:void

Parameter:Nothing

303  print_xstate_feature(XFEATURE_MASK_FP)
304  print_xstate_feature(XFEATURE_MASK_SSE)
305  print_xstate_feature(XFEATURE_MASK_YMM)
306  print_xstate_feature(XFEATURE_MASK_BNDREGS)
307  print_xstate_feature(XFEATURE_MASK_BNDCSR)
308  print_xstate_feature(XFEATURE_MASK_OPMASK)
309  print_xstate_feature(XFEATURE_MASK_ZMM_Hi256)
310  print_xstate_feature(XFEATURE_MASK_Hi16_ZMM)
311  print_xstate_feature(XFEATURE_MASK_PKRU)
Caller
NameDescribe
setup_init_fpu_bufsetup the xstate image representing the init state