Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dgenassym.c135 ASSYM(RISCV_BOOTPARAMS_SIZE, sizeof(struct riscv_bootparams));
136 ASSYM(RISCV_BOOTPARAMS_KERN_PHYS, offsetof(struct riscv_bootparams, kern_phys));
137 ASSYM(RISCV_BOOTPARAMS_KERN_STACK, offsetof(struct riscv_bootparams,
139 ASSYM(RISCV_BOOTPARAMS_DTBP_PHYS, offsetof(struct riscv_bootparams, dtbp_phys));
140 ASSYM(RISCV_BOOTPARAMS_MODULEP, offsetof(struct riscv_bootparams, modulep));
H A Dmachdep.c340 fake_preload_metadata(struct riscv_bootparams *rvbp) in fake_preload_metadata()
558 initriscv(struct riscv_bootparams *rvbp) in initriscv()
/freebsd/sys/riscv/include/
H A Dmachdep.h38 struct riscv_bootparams { struct
45 void initriscv(struct riscv_bootparams *); argument