Home
last modified time | relevance | path

Searched refs:tboot_shutdown (Results 1 – 2 of 2) 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 Dsmpboot.c1341 tboot_shutdown(TB_SHUTDOWN_WFS); in native_play_dead()