HomeSort by: relevance | last modified time | path
    Searched defs:bp_start (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/arm/include/
bootconfig.h 52 paddr_t bp_start; /* starting PFN (not address) */ member in struct:boot_physmem
bootconfig.h 52 paddr_t bp_start; /* starting PFN (not address) */ member in struct:boot_physmem
  /src/sys/arch/arm/arm32/
arm32_boot.c 277 paddr_t bp_start = bp[j].bp_start; local in function:initarm_common
278 paddr_t bp_end = bp_start + bp[j].bp_pages;
281 j, ptoa(bp_start), ptoa(bp_end));
283 KASSERT(bp_start < bp_end);
284 if (start >= bp_end || segend < bp_start)
287 if (start < bp_start)
288 start = bp_start;
arm32_boot.c 277 paddr_t bp_start = bp[j].bp_start; local in function:initarm_common
278 paddr_t bp_end = bp_start + bp[j].bp_pages;
281 j, ptoa(bp_start), ptoa(bp_end));
283 KASSERT(bp_start < bp_end);
284 if (start >= bp_end || segend < bp_start)
287 if (start < bp_start)
288 start = bp_start;
  /src/sys/arch/aarch64/aarch64/
aarch64_machdep.c 397 paddr_t bp_start = bp[j].bp_start; local in function:initarm_common
398 paddr_t bp_end = bp_start + bp[j].bp_pages;
401 j, ptoa(bp_start), ptoa(bp_end));
403 KASSERT(bp_start < bp_end);
404 if (start >= bp_end || segend < bp_start)
407 if (start < bp_start)
408 start = bp_start;
aarch64_machdep.c 397 paddr_t bp_start = bp[j].bp_start; local in function:initarm_common
398 paddr_t bp_end = bp_start + bp[j].bp_pages;
401 j, ptoa(bp_start), ptoa(bp_end));
403 KASSERT(bp_start < bp_end);
404 if (start >= bp_end || segend < bp_start)
407 if (start < bp_start)
408 start = bp_start;

Completed in 25 milliseconds