Searched refs:bp_start (Results 1 – 6 of 6) sorted by relevance
277 paddr_t bp_start = bp[j].bp_start; in initarm_common() local278 paddr_t bp_end = bp_start + bp[j].bp_pages; in initarm_common()281 j, ptoa(bp_start), ptoa(bp_end)); in initarm_common()283 KASSERT(bp_start < bp_end); in initarm_common()284 if (start >= bp_end || segend < bp_start) in initarm_common()287 if (start < bp_start) in initarm_common()288 start = bp_start; in initarm_common()
409 bp->bp_start = atop(istart); in initarm() 422 bp->bp_start = atop(start); in initarm() 436 bp->bp_start = atop(istart + isize); in initarm() 443 bp->bp_start = atop(start); in initarm() 450 bp->bp_start = atop(start); in initarm()
396 paddr_t bp_start = bp[j].bp_start; in initarm_common() local397 paddr_t bp_end = bp_start + bp[j].bp_pages; in initarm_common()400 j, ptoa(bp_start), ptoa(bp_end)); in initarm_common()402 KASSERT(bp_start < bp_end); in initarm_common()403 if (start >= bp_end || segend < bp_start) in initarm_common()406 if (start < bp_start) in initarm_common()407 start = bp_start; in initarm_common()
52 paddr_t bp_start; /* starting PFN (not address) */ member
193 bp->bp_start = atop(saddr); in fdt_add_boot_physmem()194 bp->bp_pages = atop(eaddr) - bp->bp_start; in fdt_add_boot_physmem()
193 .bp_start = 0x80000000 / NBPG,