Lines Matching full:machine
33 * Kexec under vanilla Linux allows a user to reboot the physical machine
35 * to allow rebooting of the machine from dom0. When kexec for dom0
90 * per "instance". The data mainly consists of machine address lists to pages
119 * - The image segments have writeable 1:1 virtual to machine
140 #define KEXEC_RANGE_MA_CRASH 0 /* machine address and size of crash area */
141 #define KEXEC_RANGE_MA_XEN 1 /* machine address and size of Xen itself */
142 #define KEXEC_RANGE_MA_CPU 2 /* machine address and size of a CPU note */
143 #define KEXEC_RANGE_MA_XENHEAP 3 /* machine address and size of xenheap
148 #define KEXEC_RANGE_MA_BOOT_PARAM 4 /* Obsolete: machine address and size of
150 #define KEXEC_RANGE_MA_EFI_MEMMAP 5 /* machine address and size of
152 #define KEXEC_RANGE_MA_VMCOREINFO 6 /* machine address and size of vmcoreinfo */
171 * A contiguous chunk of a kexec image and it's destination machine
196 * All image segments will be loaded to their destination machine
209 uint16_t arch; /* ELF machine type (EM_*). */
215 uint64_t entry_maddr; /* image entry point machine address. */