函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\cacheinfo.c Create Date:2022-07-27 08:54:23
Last Modify:2020-03-16 20:07:28 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ci_leaf_init

函数原型:static void ci_leaf_init(struct cacheinfo *this_leaf, struct _cpuid4_info_regs *base)

返回类型:void

参数:

类型参数名称
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
调用者
名称描述
__populate_cache_leaves