函数逻辑报告

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_early_pf - Initialize the idt table with early pagefault handler* On X8664 this does not use interrupt stacks as they can't work before* cpu_init() is invoked and sets up TSS

函数原型:void __init idt_setup_early_pf(void)

返回类型:void

参数:

281  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)
调用者
名称描述
setup_arch平台相关启动