Function report |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-28 08:30:40 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ioapic_setup_resources
Proto:static struct resource *__init ioapic_setup_resources(void)
Type:struct resource
Parameter:Nothing
2636 | If nr_ioapics == 0 Then Return NULL |
2639 | n = This function updates target affinity of IOAPIC interrupts to include* the CPUs which came online during SMP bringup. + sizeof(structresource) |
2640 | n *= nr_ioapics |
2642 | mem = memblock_alloc(n, SMP_CACHE_BYTES) |
2643 | If Not mem Then panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
2647 | mem += sizeof(structresource) * nr_ioapics |
2653 | mem += This function updates target affinity of IOAPIC interrupts to include* the CPUs which came online during SMP bringup. |
2657 | ioapic_resources = res |
2659 | Return res |
Name | Describe |
---|---|
io_apic_init_mappings |
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 |