Home
last modified time | relevance | path

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

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