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:58
Last Modify:2020-03-16 21:24:45 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:io_apic_print_entries

Proto:static void io_apic_print_entries(unsigned int apic, unsigned int nr_entries)

Type:void

Parameter:

TypeParameterName
unsigned intapic
unsigned intnr_entries
1238  struct IR_IO_APIC_route_entry * ir_entry = (void * ) & entry
1240  printk(debug-level messages "IOAPIC %d:\n", apic)
1241  When i <= nr_entries cycle
1242  entry = ioapic_read_entry(apic, i)
1243  snprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@
1250  If format Then printk(debug-level messages "%s, remapped, I(%04X), Z(%X)\n", buf, (index2 << 15) | index, zero)
1254  Else printk(debug-level messages "%s, %s, D(%02X), M(%1d)\n", buf, 0: physical, 1: logical == IOAPIC_DEST_MODE_LOGICAL ? "logical " : "physical", dest, 000: FIXED * 001: lowest prio * 111: ExtINT)
Caller
NameDescribe
print_IO_APIC