Home
last modified time | relevance | path

Searched refs:cpu_reboot (Results 1 – 25 of 124) sorted by relevance

12345

/netbsd-src/sys/arch/shark/shark/
H A Dshark_machdep.c154 extern void cpu_reboot(int, char *);
176 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
/netbsd-src/sys/arch/arm/include/
H A Dofw.h65 extern void cpu_reboot(int, char *);
/netbsd-src/sys/arch/vax/vax/
H A Dka610.c59 .cpu_reboot = ka610_reboot,
H A Dmachdep.c338 cpu_reboot(int howto, char *b) in cpu_reboot() function
391 if (dep_call->cpu_reboot) in cpu_reboot()
392 (*dep_call->cpu_reboot)(showto); in cpu_reboot()
H A Dka48.c72 .cpu_reboot = ka48_reboot,
H A Dka660.c73 .cpu_reboot = generic_reboot,
H A Dka410.c70 .cpu_reboot = ka410_reboot,
H A Dka46.c71 .cpu_reboot = ka46_reboot,
H A Dka630.c69 .cpu_reboot = ka630_reboot,
H A Dka670.c61 .cpu_reboot = generic_reboot,
H A Dka53.c73 .cpu_reboot = generic_reboot,
H A Dka49.c69 .cpu_reboot = ka49_reboot,
/netbsd-src/sys/arch/arm/arm32/
H A Darm32_reboot.c171 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
/netbsd-src/sys/arch/i386/gdbscripts/
H A Dstack37 # 0xc03049cb <cpu_reboot+99>(0x100,0x0,0xc04fd728,0x0,0x6)
43 # cpu_reboot(0x100,0x0,0xc04fd728,0x0,0x6)
/netbsd-src/sys/arch/aarch64/aarch64/
H A Daarch64_reboot.c213 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
/netbsd-src/sys/kern/
H A Dkern_reboot.c91 cpu_reboot(howto, bootstr); in kern_reboot()
/netbsd-src/sys/sys/
H A Dreboot.h118 void cpu_reboot(int, char *) __dead;
/netbsd-src/sys/arch/arc/arc/
H A Dmachdep.c248 cpu_reboot(RB_HALT | RB_NOSYNC, NULL); in mach_init()
522 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dboot.c124 void cpu_reboot(void);
132 cpu_reboot(void) in cpu_reboot() function
H A Dstart.S61 jal _C_LABEL(cpu_reboot) # failed, reboot
/netbsd-src/sys/arch/arm/ofw/
H A Dofwgencfg_machdep.c124 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
/netbsd-src/sys/arch/evbmips/atheros/
H A Dmachdep.c313 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
/netbsd-src/sys/arch/dreamcast/dreamcast/
H A Dmachdep.c200 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
/netbsd-src/sys/arch/playstation2/playstation2/
H A Dmachdep.c174 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function
/netbsd-src/sys/arch/evbarm/mmnet/
H A Dmmnet_machdep.c161 cpu_reboot(int howto, char *bootstr) in cpu_reboot() function

12345