Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\cacheinfo.c Create Date:2022-07-28 07:54:06
Last Modify:2020-03-16 20:07:28 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ci_leaf_init

Proto:static void ci_leaf_init(struct cacheinfo *this_leaf, struct _cpuid4_info_regs *base)

Type:void

Parameter:

TypeParameterName
struct cacheinfo *this_leaf
struct _cpuid4_info_regs *base
973  id = id
974  attributes = CACHE_ID
975  level = level
976  type = cache_type_map[type]
977  coherency_line_size = coherency_line_size + 1
979  ways_of_associativity = ways_of_associativity + 1
981  size = size
982  number_of_sets = number_of_sets + 1
983  physical_line_partition = physical_line_partition + 1
985  priv = nb
Caller
NameDescribe
__populate_cache_leaves