Lines Matching full:kexec
4 Kexec Handover Usage
7 Kexec HandOver (KHO) is a mechanism that allows Linux to preserve memory
8 regions, which could contain serialized system states, across kexec.
20 kexec.
28 Perform a KHO kexec
31 First, before you perform a KHO kexec, you need to move the system into
41 Next, load the target payload and kexec into it. It is important that you
42 use the ``-s`` parameter to use the in-kernel kexec file loader, as user
43 space kexec tooling currently has no support for KHO with the user space
46 # kexec -l /path/to/bzImage --initrd /path/to/initrd -s
47 # kexec -e
73 Kexec HandOver (KHO) allows Linux to transition the state of
74 compatible drivers into the next kexec'ed kernel. To do so,
88 state in this file. Kexec user space tooling can use this
93 memory regions that will always stay available for future kexec
94 allocations. Kexec user space tools can use this file to determine
98 Physical locations of KHO scratch regions. Kexec user space tools
107 When the kernel was booted with Kexec HandOver (KHO),