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_debugidt_traps - Initialize the debug idt table with debug traps

Proto:void __init idt_setup_debugidt_traps(void)

Type:void

Parameter:Nothing

298  memcpy( & No need to be aligned, but done to keep all IDTs defined the same way. , & Must be page-aligned because the real IDT is used in a fixmap. , IDT_ENTRIES * 16)
300  idt_setup_from_table(No need to be aligned, but done to keep all IDTs defined the same way. , Override for the debug_idt. Same as the default, but with interrupt* stack set to DEFAULT_STACK (0). Required for NMI trap handling., ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(Override for the debug_idt. Same as the default, but with interrupt* stack set to DEFAULT_STACK (0). Required for NMI trap handling.), false)