Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Dmachdep.h45 void initriscv(struct riscv_bootparams *);
/freebsd/sys/riscv/riscv/
H A Dlocore.S264 call _C_LABEL(initriscv) /* Off we go */
H A Dmachdep.c510 initriscv(struct riscv_bootparams *rvbp) in initriscv() function