函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\mtrr\generic.c |
Create Date:2022-07-27 09:06:18 |
| Last Modify:2022-05-18 17:45:43 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:print_fixed
函数原型:static void __init print_fixed(unsigned base, unsigned step, const mtrr_type *types)
返回类型:void
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| unsigned | base | |
| unsigned | step | |
| const mtrr_type * | types |
| 386 | 如果last_fixed_end恒等于0则 |
| 387 | update_fixed_last(base, base + step, * types) |
| 388 | 继续下一循环 |
| 390 | 如果last_fixed_end恒等于base且last_fixed_type恒等于types则 |
| 391 | last_fixed_end等于base加step |
| 392 | 继续下一循环 |
| 395 | print_fixed_last() |
| 396 | update_fixed_last(base, base + step, * types) |
| 名称 | 描述 |
|---|---|
| print_mtrr_state |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |