函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\tboot.c Create Date:2022-07-27 08:53:29
Last Modify:2022-05-22 06:45:44 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:tboot_shutdown

函数原型:void tboot_shutdown(unsigned int shutdown_type)

返回类型:void

参数:

类型参数名称
unsigned intshutdown_type
221  如果非tboot_enabled()则返回
229  如果非tboot_pg_dir则返回
233  如果shutdown_type恒等于TB_SHUTDOWN_S3则如果tboot_setup_sleep()则
235  返回
237  shutdown_type等于shutdown_type
239  switch_to_tboot_pt()
241  shutdown等于shutdown_entry
242  shutdown()
245  当1循环
246  Used when interrupts are already enabled or to* shutdown the processor:
调用者
名称描述
tboot_sleep
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
native_machine_halt
native_machine_power_off