Function report |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-28 08:29:52 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mp_map_gsi_to_irq
Proto:int mp_map_gsi_to_irq(unsigned int gsi, unsigned int flags, struct irq_alloc_info *info)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | gsi | |
unsigned int | flags | |
struct irq_alloc_info * | info |
1114 | ioapic = mp_find_ioapic(gsi) |
1118 | pin = mp_find_ioapic_pin(ioapic, gsi) |
1120 | If flags & IOAPIC_MAP_CHECK && idx < 0 Then Return -ENODEV |
Name | Describe |
---|---|
mp_unregister_ioapic |
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 |