函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\idt.c Create Date:2022-07-27 08:31:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:dt_setup_ist_traps - Initialize the idt table with traps using IST

函数原型:void __init idt_setup_ist_traps(void)

返回类型:void

参数:

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)
调用者
名称描述
trap_init设置异常处理程序