Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\desc.h Create Date:2022-07-28 05:48:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:The load_current_idt() must be called with interrupts disabled* to avoid races

Proto:static inline void load_current_idt(void)

Type:void

Parameter:Nothing

428  If is_debug_idt_enabled() Then load_debug_idt()
430  Else load_idt((conststructdesc_ptr * ) & idt_descr)
Caller
NameDescribe
debug_stack_set_zero
debug_stack_reset
cpu_initpu_init() initializes state that is per-CPU. Some data is already* initialized (naturally) in the bootstrap process, such as the GDT* and IDT. We reload them nevertheless, this function acts as a* 'CPU state barrier', nothing should get across.
start_secondaryActivate a secondary processor.