函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\aperture_64.c Create Date:2022-07-27 09:52:23
Last Modify:2020-03-17 10:38:51 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Look for an AGP bridge

函数原型:static unsigned int __init search_agp_bridge(unsigned int *order, int *valid_agp)

返回类型:unsigned int

参数:

类型参数名称
unsigned int *order
int *valid_agp
231 bus小于256循环
232 slot小于32循环
233 func小于8循环
238  如果class恒等于0xffffffff则退出
242  : >> == PCI_CLASS_BRIDGE_HOST
247  如果非cap退出
249  valid_agp等于1
257  如果非type按位与0x80的值则退出
262  打印信息("No AGP bridge found\n")
264  返回:0
调用者
名称描述
early_gart_iommu_checkWith kexec/kdump, if the first kernel doesn't shut down the GART and the* second kernel allocates a different GART region, there might be two* overlapping GART regions present:* - the first still used by the GART initialized in the first kernel.
gart_iommu_hole_init