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:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dt_invalidate - Invalidate interrupt descriptor table*@addr: The virtual address of the 'invalid' IDT

Proto:void idt_invalidate(void *addr)

Type:void

Parameter:

TypeParameterName
void *addr
350  struct desc_ptr idt = {address = (unsigned long)addr, size = 0}
352  load_idt( & idt)
Caller
NameDescribe
native_machine_emergency_restartTo the best of our knowledge Windows compatible x86 hardware expects* the following on reboot:* 1) If the FADT has the ACPI reboot register flag set, try it* 2) If still alive, write to the keyboard controller* 3) If still alive, write to the ACPI reboot
machine_kexecDo not allocate memory (or fail in any way) in machine_kexec().* We are past the point of no return, committed to rebooting now.