函数逻辑报告 |
Source Code:arch\x86\kernel\amd_gart_64.c |
Create Date:2022-07-27 09:51:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:read_aperture
函数原型:static __init unsigned read_aperture(struct pci_dev *dev, unsigned int *size)
返回类型:unsigned
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pci_dev * | dev | |
unsigned int * | size |
523 | aper_size等于0 |
528 | aper_order等于aper_order右移1位按位与7 |
530 | aper_base等于aper_base_32按位与0x7fff |
531 | aper_base左移等于25位 |
533 | aper_size等于32乘1024乘1024左移aper_order位 |
538 | 返回:aper_base |
名称 | 描述 |
---|---|
init_amd_gatt | Private Northbridge GATT initialization in case we cannot use the* AGP driver for some reason. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |