Searched refs:riscv_bootparams (Results 1 – 3 of 3) sorted by relevance
135 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));
340 fake_preload_metadata(struct riscv_bootparams *rvbp) in fake_preload_metadata()558 initriscv(struct riscv_bootparams *rvbp) in initriscv()
38 struct riscv_bootparams { struct45 void initriscv(struct riscv_bootparams *); argument