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

Name:__xstate_dump_leaves

Proto:static void __xstate_dump_leaves(void)

Type:void

Parameter:Nothing

506  should_dump = 1
508  If Not should_dump Then Return
510  should_dump = 0
515  When i < XFEATURE_MAX + 10 cycle
516  cpuid_count(XSTATE_CPUID, i, & eax, & ebx, & ecx, & edx)
517  pr_warn("CPUID[%02x, %02x]: eax=%08x ebx=%08x ecx=%08x edx=%08x\n", XSTATE_CPUID, i, eax, ebx, ecx, edx)