Function report |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-28 08:29:42 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ioapic_copy_alloc_attr
Proto:static void ioapic_copy_alloc_attr(struct irq_alloc_info *dst, struct irq_alloc_info *src, unsigned int gsi, int ioapic_idx, int pin)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_alloc_info * | dst | |
struct irq_alloc_info * | src | |
unsigned int | gsi | |
int | ioapic_idx | |
int | pin |
892 | copy_irq_alloc_info(dst, src) |
894 | ioapic_id = mpc_ioapic_id(ioapic_idx) |
895 | ioapic_pin = pin |
896 | ioapic_valid = 1 |
897 | If src && ioapic_valid Then |
898 | ioapic_node = ioapic_node |
899 | ioapic_trigger = ioapic_trigger |
901 | Else |
902 | ioapic_node = NUMA_NO_NODE |
903 | If acpi_get_override_irq(gsi, & trigger, & polarity) >= 0 Then |
904 | ioapic_trigger = trigger |
905 | ioapic_polarity = polarity |
906 | Else |
911 | ioapic_trigger = IOAPIC_LEVEL |
Name | Describe |
---|---|
mp_map_pin_to_irq |
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 |