Home
last modified time | relevance | path

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

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