Home
last modified time | relevance | path

Searched refs:bcommand (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/sun3/prom/
H A Dmisc.c18 /* Reset and reboot the machine with the command 'bcommand'. */
20 prom_reboot(char *bcommand) in prom_reboot() argument
24 (*(romvec->pv_reboot))(bcommand); in prom_reboot()
/kernel/linux/linux-6.6/arch/m68k/sun3/prom/
H A Dmisc.c18 /* Reset and reboot the machine with the command 'bcommand'. */
20 prom_reboot(char *bcommand) in prom_reboot() argument
24 (*(romvec->pv_reboot))(bcommand); in prom_reboot()
/kernel/linux/linux-5.10/arch/sparc/prom/
H A Dmisc_32.c22 /* Reset and reboot the machine with the command 'bcommand'. */
24 prom_reboot(char *bcommand) in prom_reboot() argument
28 (*(romvec->pv_reboot))(bcommand); in prom_reboot()
H A Dmisc_64.c51 /* Reset and reboot the machine with the command 'bcommand'. */
52 void prom_reboot(const char *bcommand) in prom_reboot() argument
58 ldom_reboot(bcommand); in prom_reboot()
63 args[3] = (unsigned long) bcommand; in prom_reboot()
/kernel/linux/linux-6.6/arch/sparc/prom/
H A Dmisc_32.c22 /* Reset and reboot the machine with the command 'bcommand'. */
24 prom_reboot(char *bcommand) in prom_reboot() argument
28 (*(romvec->pv_reboot))(bcommand); in prom_reboot()
H A Dmisc_64.c51 /* Reset and reboot the machine with the command 'bcommand'. */
52 void prom_reboot(const char *bcommand) in prom_reboot() argument
58 ldom_reboot(bcommand); in prom_reboot()
63 args[3] = (unsigned long) bcommand; in prom_reboot()

Completed in 3 milliseconds