Function report |
Source Code:arch\x86\include\asm\gart.h |
Create Date:2022-07-28 07:39:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:aperture_valid
Proto:static inline int aperture_valid(u64 aper_base, unsigned int aper_size, unsigned int min_size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | aper_base | |
unsigned int | aper_size | |
unsigned int | min_size |
94 | If Not aper_base Then Return 0 |
98 | printk(formational "Aperture beyond 4GB. Ignoring.\n") |
99 | Return 0 |
101 | If e820__mapped_any(aper_base, aper_base + aper_size, E820_TYPE_RAM) Then |
102 | printk(formational "Aperture pointing to e820 RAM. Ignoring.\n") |
103 | Return 0 |
106 | printk(formational "Aperture too small (%d MB) than (%d MB)\n", aper_size >> 20, min_size >> 20) |
108 | Return 0 |
111 | Return 1 |
Name | Describe |
---|---|
read_agp | Read a standard AGPv3 bridge header |
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 |