函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:ioapic_pirq_setup

函数原型:static int __init ioapic_pirq_setup(char *str)

返回类型:int

参数:

类型参数名称
char *str
616  get_options - Parse a string into a list of integers*@str: String to be parsed*@nints: size of integer array*@ints: integer array* This function parses a string containing a comma-separated* list of integers, a hyphen-separated range of _positive_
618  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, formational "PIRQ redirection, working around broken MP-BIOS.\n")
620  max等于support for broken MP BIOSs, enables hand-redirection of PIRQ0-7 to* specific CPU-side IRQs.
621  如果ints[0]小于support for broken MP BIOSs, enables hand-redirection of PIRQ0-7 to* specific CPU-side IRQs.max等于ints[0]
624 i小于max循环
625  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, debug-level messages "... PIRQ%d -> IRQ %d\n", i, ints[i + 1])
630  pirq_entries[support for broken MP BIOSs, enables hand-redirection of PIRQ0-7 to* specific CPU-side IRQs. - i - 1]等于ints[i + 1]
632  返回:1