Searched refs:kexec (Results 1 – 20 of 20) sorted by relevance
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kexec_and_kdump.txt | 44 kexec. 47 need to have kexec-tools installed. This provides the kexec command. 54 the kexec command. 56 a. To kexec to Xen (Xen->Xen or Linux->Xen) 58 kexec -l --append="XEN_ARGS -- DOM0_ARGS" \ 73 b. To kexec to Linux (Xen->Linux or Linux->Linux) 75 kexec -l LINUX_IMAGE --append "$LINUX_ARGS" KEXEC_ARGS 82 e.g. kexec -l /boot/second-vmlinuz.gz 91 kexec -e 108 installed. This provides the kexec command. [all …]
|
A D | xen-command-line.markdown | 1193 to use kexec functionality in the case of a crash. It represents
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | config.h | 9 void kexec(void *kernel, long kernel_size, void *module, long module_size, char *cmdline, unsigned …
|
A D | Makefile | 63 PV_GRUB_SOURCES = kexec.c mini-os.c
|
A D | kexec.c | 212 void kexec(void *kernel, long kernel_size, void *module, long module_size, char *cmdline, unsigned … in kexec() function
|
A D | mini-os.c | 282 kexec(kernel_image, kernel_size, module_image, module_size, kernel_arg, flags); in pv_boot()
|
/xen-4.10.0-shim-comet/xen/include/ |
A D | xlat.lst | 77 ? kexec_exec kexec.h 78 ! kexec_image kexec.h 79 ! kexec_range kexec.h
|
A D | Makefile | 13 compat/kexec.h \
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | kexec_reloc.S | 23 .section .text.kexec, "ax", @progbits
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | Makefile | 19 obj-$(CONFIG_KEXEC) += kexec.o
|
A D | Kconfig | 56 bool "kexec support"
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | dom0.te | 12 writeapic privprofile nonprivprofile kexec firmware sleep frequency
|
/xen-4.10.0-shim-comet/xen/xsm/ |
A D | dummy.c | 76 set_to_dummy_if_null(ops, kexec); in xsm_fixup_ops()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | xen.lds.S | 72 *(.text.kexec)
|
/xen-4.10.0-shim-comet/xen/ |
A D | Rules.mk | 16 ifneq ($(origin kexec),undefined)
|
/xen-4.10.0-shim-comet/xen/include/xsm/ |
A D | xsm.h | 95 int (*kexec) (void); member 395 return xsm_ops->kexec(); in xsm_kexec()
|
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/ |
A D | access_vectors | 45 # kexec hypercall 46 kexec
|
/xen-4.10.0-shim-comet/ |
A D | MAINTAINERS | 267 F: xen/common/{kexec,kimage}.c 268 F: xen/include/{kexec,kimage}.h
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ |
A D | hooks.c | 1768 .kexec = flask_kexec,
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 407 Action to take if the domain performs a 'soft reset' (e.g. does B<kexec>).
|
Completed in 23 milliseconds