Home
last modified time | relevance | path

Searched refs:tboot_shutdown (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dtboot.h126 extern void tboot_shutdown(u32 shutdown_type);
134 #define tboot_shutdown(shutdown_type) do { } while (0) macro
/linux/arch/x86/kernel/
H A Dtboot.c227 void tboot_shutdown(u32 shutdown_type) in tboot_shutdown() function
305 tboot_shutdown(acpi_shutdown_map[sleep_state]); in tboot_sleep()
/linux/arch/x86/power/
H A Dcpu.c294 tboot_shutdown(TB_SHUTDOWN_WFS); in resume_play_dead()