Home
last modified time | relevance | path

Searched refs:__hw_protection_shutdown (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dreboot.h180 void __hw_protection_shutdown(const char *reason, int ms_until_forced, bool shutdown);
184 __hw_protection_shutdown(reason, ms_until_forced, false); in hw_protection_reboot()
189 __hw_protection_shutdown(reason, ms_until_forced, true); in hw_protection_shutdown()
/linux/kernel/
H A Dreboot.c997 void __hw_protection_shutdown(const char *reason, int ms_until_forced, bool shutdown) in __hw_protection_shutdown() function
1017 EXPORT_SYMBOL_GPL(__hw_protection_shutdown);