Function report |
Source Code:arch\x86\kernel\apic\vector.c |
Create Date:2022-07-28 08:28:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:arch_early_irq_init
Proto:int __init arch_early_irq_init(void)
Type:int
Parameter:Nothing
701 | fn = irq_domain_alloc_named_fwnode("VECTOR") |
703 | x86_vector_domain = irq_domain_create_tree(fn, & x86_vector_domain_ops, NULL) |
705 | BUG_ON(x86_vector_domain == NULL) |
711 | BUG_ON(!alloc_cpumask_var( & vector_searchmask, GFP_KERNEL)) |
717 | vector_matrix = irq_alloc_matrix(NR_VECTORS, IDT vectors usable for external interrupt sources start at 0x20.* (0x80 is the syscall vector, 0x30-0x3f are for ISA), FIRST_SYSTEM_VECTOR) |
719 | BUG_ON(!vector_matrix) |
721 | Return arch_early_ioapic_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 |