函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:dt_setup_early_traps - Initialize the idt table with early traps* On X8664 these traps do not use interrupt stacks as they can't work* before cpu_init() is invoked and sets up TSS. The IST variants are* installed after that.

函数原型:void __init idt_setup_early_traps(void)

返回类型:void

参数:

255  idt_setup_from_table(Must be page-aligned because the real IDT is used in a fixmap. , Early traps running on the DEFAULT_STACK because the other interrupt* stacks work only after cpu_init()., ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(Early traps running on the DEFAULT_STACK because the other interrupt* stacks work only after cpu_init().), true)
257  load_idt( & idt_descr)
调用者
名称描述
setup_arch平台相关启动