Function report |
Source Code:arch\x86\kernel\aperture_64.c |
Create Date:2022-07-28 08:53:02 |
Last Modify:2020-03-17 10:38:51 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Read a standard AGPv3 bridge header
Proto:static unsigned int __init read_agp(int bus, int slot, int func, int cap, unsigned int *order)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
int | bus | |
int | slot | |
int | func | |
int | cap | |
unsigned int * | order |
169 | If apsizereg == 0xffffffff Then |
187 | aper_low = Direct PCI access. This is used for PCI accesses in early boot beforethe PCI subsystem works. |
188 | aper_hi = Direct PCI access. This is used for PCI accesses in early boot beforethe PCI subsystem works. |
195 | pr_info("pci 0000:%02x:%02x.%d: AGP aperture [bus addr %#010Lx-%#010Lx] (old size %uMB)\n", bus, slot, func, aper, aper + (32ULL << (old_order + 20)) - 1, 32 << old_order) |
204 | pr_info("pci 0000:%02x:%02x.%d: AGP aperture [bus addr %#010Lx-%#010Lx] (%uMB, APSIZE %#x)\n", bus, slot, func, aper, aper + (32ULL << ( * order + 20)) - 1, 32 << * order, apsizereg) |
208 | If Not aperture_valid(aper, (32 * 1024 * 1024) << * order, 32 << 20) Then Return 0 |
210 | Return aper |
Name | Describe |
---|---|
search_agp_bridge | Look for an AGP bridge |
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 |