函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\io_apic.c Create Date:2022-07-27 09:28:53
Last Modify:2020-03-16 21:24:45 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Will be called in mpparse/acpi/sfi codes for saving IRQ info

函数原型:void mp_save_irq(struct mpc_intsrc *m)

返回类型:void

参数:

类型参数名称
struct mpc_intsrc *m
219  Define the default level of output to be very little* This can be turned up by using apic=verbose for more* information and apic=debug for _lots_ of information.* apic_verbosity is defined in apic.c(APIC_VERBOSE, "Int: type %d, pol %d, trig %d, bus %02x, IRQ %02x, APIC ID %x, APIC INT %02x\n", irqtype, irqflag & 3, (irqflag >> 2) & 3, srcbus, srcbusirq, dstapic, dstirq)
224 i小于# of MP IRQ source entries 循环
225  如果非内存比较则返回
229  memcpy( & MP IRQ source entries [# of MP IRQ source entries ], m, m的长度)
230  如果# of MP IRQ source entries 先自加恒等于MAX_IRQ_SOURCESpanic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns.
调用者
名称描述
jailhouse_setup_irq