Home
last modified time | relevance | path

Searched refs:dblk_start (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/hpcarm/hpcarm/
H A Dsa11x0_hpc_machdep.c548 paddr_t dblk_start = (paddr_t)bootconfig.dram[loop].address; in init_sa11x0() local
549 paddr_t dblk_end = dblk_start in init_sa11x0()
552 if (dblk_start < physical_freestart) in init_sa11x0()
553 dblk_start = physical_freestart; in init_sa11x0()
557 uvm_page_physload(atop(dblk_start), atop(dblk_end), in init_sa11x0()
558 atop(dblk_start), atop(dblk_end), VM_FREELIST_DEFAULT); in init_sa11x0()
H A Dpxa2x0_hpc_machdep.c595 paddr_t dblk_start = (paddr_t)bootconfig.dram[loop].address; in init_pxa2x0() local
596 paddr_t dblk_end = dblk_start in init_pxa2x0()
599 if (dblk_start < physical_freestart) in init_pxa2x0()
600 dblk_start = physical_freestart; in init_pxa2x0()
604 uvm_page_physload(atop(dblk_start), atop(dblk_end), in init_pxa2x0()
605 atop(dblk_start), atop(dblk_end), VM_FREELIST_DEFAULT); in init_pxa2x0()