Home
last modified time | relevance | path

Searched refs:LINUX_REBOOT_CMD_KEXEC (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dklibc-reboot.patch19 - reboot(LINUX_REBOOT_CMD_KEXEC);
20 + reboot(LINUX_REBOOT_CMD_KEXEC, NULL);
/openbmc/linux/include/uapi/linux/
H A Dreboot.h36 #define LINUX_REBOOT_CMD_KEXEC 0x45584543 macro
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h103 #define RB_KEXEC LINUX_REBOOT_CMD_KEXEC
/openbmc/linux/kernel/
H A Dreboot.c770 case LINUX_REBOOT_CMD_KEXEC: in SYSCALL_DEFINE4()