函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\mtrr\mtrr.c |
Create Date:2022-07-27 09:05:27 |
Last Modify:2022-05-18 17:35:08 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:arch_phys_wc_add - add a WC MTRR and handle errors if PAT is unavailable*@base: Physical base address*@size: Size of region* If PAT is available, this does nothing
函数原型:int arch_phys_wc_add(unsigned long base, unsigned long size)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | base | |
unsigned long | size |
571 | 如果pat_enabled()或非mtrr_enabled()则返回:0 |
575 | 如果ret小于0则 |
576 | 打印警告信息("Failed to add WC MTRR for [%p-%p]; performance may suffer.", (void * )base, (void * )(base + size - 1)) |
578 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |