Home
last modified time | relevance | path

Searched refs:rpb_restart (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/vax/include/
H A Drpb.h38 void (*rpb_restart)(void);/* 4 physical address of restart routine */ member
/netbsd-src/sys/arch/alpha/include/
H A Drpb.h227 uint64_t rpb_restart; /* 100: restart */ member
/netbsd-src/sys/arch/alpha/alpha/
H A Dcpu.c735 hwrpb->rpb_restart = (uint64_t) cpu_spinup_trampoline; in cpu_boot_secondary()