函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Get total size of enabled xstates in XCR0/xfeatures_mask.* Note the SDM's wording here. "sub-function 0" only enumerates* the size of the *user* states. If we use it to size a buffer* that we use 'XSAVES' on, we could potentially overflow the

函数原型:static unsigned int __init get_xsaves_size(void)

返回类型:unsigned int

参数:

638  cpuid_count(XSTATE_CPUID, 1, & eax, & ebx, & ecx, & edx)
639  返回:ebx
调用者
名称描述
init_xstate_size