Function report |
Source Code:arch\x86\kernel\aperture_64.c |
Create Date:2022-07-28 08:53:03 |
Last Modify:2020-03-17 10:38:51 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Look for an AGP bridge
Proto:static unsigned int __init search_agp_bridge(unsigned int *order, int *valid_agp)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int * | order | |
int * | valid_agp |
236 | class = Direct PCI access. This is used for PCI accesses in early boot beforethe PCI subsystem works. |
238 | If class == 0xffffffff Then Break |
242 | Case >> == PCI_CLASS_BRIDGE_HOST |
243 | Case >> == PCI_CLASS_BRIDGE_OTHER |
245 | cap = Find a PCI capability |
247 | If Not cap Then Break |
249 | valid_agp = 1 |
250 | Return Read a standard AGPv3 bridge header |
257 | If Not (type & 0x80) Then Break |
262 | pr_info("No AGP bridge found\n") |
264 | Return 0 |
Name | Describe |
---|---|
early_gart_iommu_check | With 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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |