Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\io_apic.c Create Date:2022-07-28 08:29:34
Last Modify:2020-03-16 21:24:45 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ioapic_pirq_setup

Proto:static int __init ioapic_pirq_setup(char *str)

Type:int

Parameter:

TypeParameterName
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  If ints[0] < support for broken MP BIOSs, enables hand-redirection of PIRQ0-7 to* specific CPU-side IRQs. Then max = ints[0]
624  When i < max cycle
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  Return 1