/openbmc/linux/arch/mips/kernel/ |
H A D | reset.c | 26 void (*_machine_restart)(char *command); variable 90 if (_machine_restart) in machine_restart() 91 _machine_restart(command); in machine_restart()
|
/openbmc/u-boot/arch/mips/cpu/ |
H A D | cpu.c | 15 void __weak _machine_restart(void) in _machine_restart() function 25 _machine_restart(); in do_reset()
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | reboot.h | 9 extern void _machine_restart(void);
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | reboot.h | 12 extern void (*_machine_restart)(char *command);
|
/openbmc/linux/arch/mips/sgi-ip30/ |
H A D | ip30-power.c | 36 _machine_restart = ip30_machine_restart; in ip30_reboot_setup()
|
/openbmc/linux/arch/mips/ralink/ |
H A D | reset.c | 38 _machine_restart = ralink_restart; in mips_reboot_setup()
|
/openbmc/u-boot/arch/mips/mach-pic32/ |
H A D | reset.c | 18 void _machine_restart(void) in _machine_restart() function
|
/openbmc/linux/arch/mips/pic32/common/ |
H A D | reset.c | 47 _machine_restart = pic32_machine_restart; in mips_reboot_setup()
|
/openbmc/linux/arch/mips/loongson2ef/common/ |
H A D | reset.c | 66 _machine_restart = loongson_restart; in mips_reboot_setup()
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_quiesce.c | 36 _machine_restart = (void *) do_machine_quiesce; in sclp_quiesce_handler()
|
/openbmc/linux/drivers/platform/mips/ |
H A D | ls2k-reset.c | 47 _machine_restart = ls2k_restart; in ls2k_reset_init()
|
/openbmc/linux/arch/mips/lantiq/falcon/ |
H A D | reset.c | 69 _machine_restart = machine_restart; in mips_reboot_setup()
|
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/ |
H A D | reset.c | 35 void _machine_restart(void) in _machine_restart() function
|
/openbmc/linux/arch/mips/sgi-ip27/ |
H A D | ip27-reset.c | 78 _machine_restart = ip27_machine_restart; in ip27_reboot_setup()
|
/openbmc/linux/arch/mips/alchemy/devboards/ |
H A D | platform.c | 58 if (!_machine_restart) in db1x_late_setup() 59 _machine_restart = db1x_reset; in db1x_late_setup()
|
/openbmc/linux/arch/mips/rb532/ |
H A D | setup.c | 46 _machine_restart = rb_machine_restart; in plat_mem_setup()
|
/openbmc/linux/arch/mips/ar7/ |
H A D | setup.c | 80 _machine_restart = ar7_machine_restart; in plat_mem_setup()
|
/openbmc/u-boot/arch/mips/mach-mscc/ |
H A D | reset.c | 13 void _machine_restart(void) in _machine_restart() function
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | vct.c | 47 void _machine_restart(void) in _machine_restart() function
|
/openbmc/linux/arch/mips/cobalt/ |
H A D | setup.c | 80 _machine_restart = cobalt_machine_restart; in plat_mem_setup()
|
/openbmc/linux/arch/mips/alchemy/ |
H A D | board-xxs1500.c | 55 _machine_restart = xxs1500_reset; in board_setup()
|
/openbmc/linux/arch/mips/bcm63xx/ |
H A D | setup.c | 152 _machine_restart = __bcm63xx_machine_reboot; in plat_mem_setup()
|
/openbmc/linux/arch/mips/sgi-ip32/ |
H A D | ip32-reset.c | 143 _machine_restart = ip32_machine_restart; in ip32_reboot_setup()
|
/openbmc/linux/arch/mips/jazz/ |
H A D | setup.c | 77 _machine_restart = jazz_machine_restart; in plat_mem_setup()
|
/openbmc/linux/arch/mips/sgi-ip22/ |
H A D | ip22-reset.c | 187 _machine_restart = sgi_machine_restart; in reboot_setup()
|