Function report |
Source Code:arch\x86\kernel\probe_roms.c |
Create Date:2022-07-28 07:41:45 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:probe_roms
Proto:void __init probe_roms(void)
Type:void
Parameter:Nothing
| 208 | rom = isa_bus_to_virt(start) |
| 209 | If Not romsignature(rom) Then Continue |
| 214 | If probe_kernel_address(): safely attempt to read from a location*@addr: address to read from*@retval: read into this variable* Returns 0 on success, or -EFAULT.(rom + 2, c) != 0 Then Continue |
| 224 | request_resource( & iomem_resource, & video_rom_resource) |
| 225 | Break |
| 233 | request_resource( & iomem_resource, & system_rom_resource) |
| 237 | rom = isa_bus_to_virt(start) |
| 238 | If romsignature(rom) Then |
| 239 | length = resource_size( & extension_rom_resource) |
| 240 | If romchecksum(rom, length) Then |
| 241 | request_resource( & iomem_resource, & extension_rom_resource) |
| 248 | rom = isa_bus_to_virt(start) |
| 249 | If Not romsignature(rom) Then Continue |
| 252 | If probe_kernel_address(): safely attempt to read from a location*@addr: address to read from*@retval: read into this variable* Returns 0 on success, or -EFAULT.(rom + 2, c) != 0 Then Continue |
| 264 | request_resource( & iomem_resource, & adapter_rom_resources[i]) |
| 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 |