Lines Matching full:fast
27 * This file contains the functions for performing Fast Reboot -- a
34 * kernel and boot archive to be passed to the fast reboot switcher
50 * that the system is capable of fast reboot. It jumps to the fast reboot
107 * Data structure containing necessary information for the fast reboot
119 /* Index into Fast Reboot not supported message array */
122 /* Fast Reboot not supported message array */
137 * Reserve memory below PA 1G in preparation of fast reboot.
160 * Minimum system uptime in clock_t before Fast Reboot should be used
247 PRIx64" bytes below %s to do fast reboot";
865 * - Map in the fast reboot switcher.
866 * - Load the fast reboot switcher to FASTBOOT_SWTCH_PA.
964 * relocated by the fast boot switcher. in fastboot_load_kernel()
1314 * Jump to the fast reboot switcher. This function never returns.
1374 * that occur early in boot to utilize Fast Reboot on panic.
1418 * fast reboot, or to reserve low physical memory for fast reboot.
1475 * This is an internal interface to disable Fast Reboot on Panic.
1499 * This is an internal interface to disable Fast Reboot by Default.
1517 * Fast Reboot by Default and Fast Reboot on Panic.
1519 * General disabling of the Fast Reboot by Default feature should be done
1530 * Returns Fast Reboot not support message for fastreboot_nosup_id.
1532 * Fast Reboot not support message is returned.
1558 * don't try to fast reboot after dumping. in fastboot_update_and_load()