HomeSort by: relevance | last modified time | path
    Searched refs:bootstrap_pde (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/riscv/riscv/
pmap_machdep.c 356 extern pmap_pdetab_t bootstrap_pde[PAGE_SIZE / sizeof(pd_entry_t)];
370 VPRINTF("bs_pde %p ", bootstrap_pde);
375 pm->pm_pdetab = bootstrap_pde;
378 pm->pm_md.md_ppn = atop(KERN_VTOPHYS((vaddr_t)bootstrap_pde));
pmap_machdep.c 356 extern pmap_pdetab_t bootstrap_pde[PAGE_SIZE / sizeof(pd_entry_t)];
370 VPRINTF("bs_pde %p ", bootstrap_pde);
375 pm->pm_pdetab = bootstrap_pde;
378 pm->pm_md.md_ppn = atop(KERN_VTOPHYS((vaddr_t)bootstrap_pde));
locore.S 768 bootstrap_pde: label
769 .global _C_LABEL(bootstrap_pde)
locore.S 768 bootstrap_pde: label
769 .global _C_LABEL(bootstrap_pde)

Completed in 32 milliseconds