Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\tboot.c Create Date:2022-07-28 07:53:14
Last Modify:2022-05-22 06:45:44 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:tboot_shutdown

Proto:void tboot_shutdown(unsigned int shutdown_type)

Type:void

Parameter:

TypeParameterName
unsigned intshutdown_type
221  If Not tboot_enabled() Then Return
229  If Not tboot_pg_dir Then Return
233  If shutdown_type == TB_SHUTDOWN_S3 Then If tboot_setup_sleep() Then
235  Return
237  shutdown_type = shutdown_type
239  switch_to_tboot_pt()
241  shutdown = shutdown_entry
242  shutdown()
245  When 1 cycle
246  Used when interrupts are already enabled or to* shutdown the processor: