Lines Matching +full:reboot +full:- +full:mode
2 * kexec.h - Public portion
23 * - Simon 'Horms' Horman <horms@verge.net.au>
24 * - Magnus Damm <magnus@valinux.co.jp>
33 * Kexec under vanilla Linux allows a user to reboot the physical machine
34 * into a new user-specified kernel. The Xen port extends this idea
36 * is used to reboot, both the hypervisor and the domains get replaced
45 * address information. This information is needed to allow kexec-tools
49 * There are no big surprises here, the kexec binary from kexec-tools
70 * @args == Operation-specific extra arguments (NULL if none).
75 * - kexec into a regular kernel, very similar to a standard reboot
76 * - KEXEC_TYPE_DEFAULT is used to specify this type
77 * - kexec into a special "crash kernel", aka kexec-on-panic
78 * - KEXEC_TYPE_CRASH is used to specify this type
79 * - parts of our system may be broken at kexec-on-panic time
80 * - the code should be kept as simple and self-contained as possible
89 * All data needed for a kexec reboot is kept in one xen_kexec_image_t
112 * - The image may be executed on any PCPU and all other PCPUs are
115 * - Local interrupts are disabled.
117 * - Register values are undefined.
119 * - The image segments have writeable 1:1 virtual to machine
257 * mode: C
258 * c-file-style: "BSD"
259 * c-basic-offset: 4
260 * tab-width: 4
261 * indent-tabs-mode: nil