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

  /src/sys/arch/arm/include/
bootconfig.h 53 psize_t bp_pages; /* # of pages */ member in struct:boot_physmem
  /src/sys/arch/cats/cats/
cats_machdep.c 410 bp->bp_pages = atop(isize);
423 bp->bp_pages = atop(istart - start);
437 bp->bp_pages = atop(end - (istart + isize));
444 bp->bp_pages = atop(end - start);
451 bp->bp_pages = atop(end - start);
  /src/sys/arch/evbarm/fdt/
fdt_machdep.c 202 bp->bp_pages = atop(eaddr) - bp->bp_start;
207 if (atop(memory_size) > bp->bp_pages) {
  /src/sys/arch/arm/arm32/
arm32_boot.c 278 paddr_t bp_end = bp_start + bp[j].bp_pages;
  /src/sys/arch/evbarm/bcm53xx/
bcm53xx_machdep.c 194 .bp_pages = 0x10000000 / NBPG,
  /src/sys/arch/aarch64/aarch64/
aarch64_machdep.c 398 paddr_t bp_end = bp_start + bp[j].bp_pages;

Completed in 15 milliseconds