函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\cacheinfo.c |
Create Date:2022-07-27 08:54:25 |
Last Modify:2020-03-16 20:07:28 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__populate_cache_leaves
函数原型:static int __populate_cache_leaves(unsigned int cpu)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | cpu |
1020 | this_cpu_ci等于get_cpu_cacheinfo(cpu) |
1022 | struct _cpuid4_info_regs id4_regs = {} |
1024 | 以idx小于num_leaves循环 |
1025 | ret等于cpuid4_cache_lookup_regs(idx, & id4_regs) |
1029 | ci_leaf_init(this_leaf++, & id4_regs) |
1030 | __cache_cpumap_setup(cpu, idx, & id4_regs) |
1032 | cpu_map_populated = true |
1034 | 返回:0 |
名称 | 描述 |
---|---|
_populate_cache_leaves |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |