函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:intel_pconfig_init

函数原型:static int __init intel_pconfig_init(void)

返回类型:int

参数:

44  如果非boot_cpu_has(Intel PCONFIG )则返回:0
55 subleaf小于INT_MAX循环
58  cpuid_count(PCONFIG_CPUID, subleaf, & eax, & ebx, & ecx, & edx)
64  转到:out
67  如果ebx小于64则Bitmask of supported targets 或等于1ULL左移ebx
69  如果ecx小于64则Bitmask of supported targets 或等于1ULL左移ecx
71  如果edx小于64则Bitmask of supported targets 或等于1ULL左移edx
73  退出
74  默认
76  退出
79  out :
80  返回:0