Home
last modified time | relevance | path

Searched refs:do_kernel_restart (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/microblaze/kernel/
H A Dreset.c37 do_kernel_restart(cmd); in machine_restart()
/openbmc/linux/arch/csky/kernel/
H A Dpower.c26 do_kernel_restart(cmd); in machine_restart()
/openbmc/linux/arch/riscv/kernel/
H A Dreset.c20 do_kernel_restart(cmd); in machine_restart()
/openbmc/linux/arch/mips/kernel/
H A Dreset.c97 do_kernel_restart(command); in machine_restart()
/openbmc/linux/arch/loongarch/kernel/
H A Dreset.c66 do_kernel_restart(command); in machine_restart()
/openbmc/linux/arch/arm/kernel/
H A Dreboot.c139 do_kernel_restart(cmd); in machine_restart()
/openbmc/linux/include/linux/
H A Dreboot.h51 extern void do_kernel_restart(char *cmd);
/openbmc/linux/arch/openrisc/kernel/
H A Dprocess.c55 do_kernel_restart(cmd); in machine_restart()
/openbmc/linux/arch/xtensa/kernel/
H A Dsetup.c538 do_kernel_restart(cmd); in machine_restart()
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c140 do_kernel_restart(cmd); in machine_restart()
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup-common.c162 do_kernel_restart(cmd); in machine_restart()
/openbmc/linux/kernel/
H A Dreboot.c224 void do_kernel_restart(char *cmd) in do_kernel_restart() function