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/power/
H A Dcpu.c309 tboot_shutdown(TB_SHUTDOWN_WFS); in resume_play_dead()
/linux/arch/x86/kernel/
H A Dsmpboot.c1493 tboot_shutdown(TB_SHUTDOWN_WFS); in native_play_dead()