Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\idt.c Create Date:2022-07-28 07:32:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dt_setup_ist_traps - Initialize the idt table with traps using IST

Proto:void __init idt_setup_ist_traps(void)

Type:void

Parameter:Nothing

290  idt_setup_from_table(Must be page-aligned because the real IDT is used in a fixmap. , The exceptions which use Interrupt stacks. They are setup after* cpu_init() when the TSS has been initialized., ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(The exceptions which use Interrupt stacks. They are setup after* cpu_init() when the TSS has been initialized.), true)