Searched refs:regions (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/sys/boot/uboot/fdt/
H A Duboot_fdt.c91 static struct fdt_mem_region regions[UB_MAX_MR]; local
168 /* Extract the DRAM regions into fdt_mem_region format. */
169 for (i = 0, n = 0; i < si->mr_no && n < nitems(regions); i++) {
171 regions[n].start = si->mr[i].start;
172 regions[n].size = si->mr[i].size;
177 /* Fixup memory regions */
178 fdt_fixup_memory(regions, n);
/freebsd-10.3-release/sys/powerpc/ps3/
H A Dps3bus.c131 struct mem_region *regions; member in struct:ps3bus_softc
338 /* Get memory regions for DMA */
339 mem_regions(&sc->regions, &sc->rcount, &sc->regions, &sc->rcount);
665 sc->regions[i].mr_size, pagesize, flags,
674 sc->regions[i].mr_start, dinfo->dma_base[i],
675 sc->regions[i].mr_size,
719 if (segs[i].ds_addr >= sc->regions[j].mr_start &&
720 segs[i].ds_addr < sc->regions[j].mr_start +
721 sc->regions[
[all...]
/freebsd-10.3-release/usr.bin/systat/
H A Diostat.c193 int i, _col, regions, ndrives; local
201 regions = howmany(ndrives, DRIVESPERLINE);
203 * Deduct -regions for blank line after each scrolling region.
205 linesperregion = (getmaxy(wnd) - 1 - row - regions) / regions;
/freebsd-10.3-release/sys/arm/arm/
H A Dphysmem.c43 * These structures are used internally to keep track of regions of physical
44 * ram, and regions within the physical ram that need to be excluded. An
72 * dump_avail tells the dump code what regions to include in a crash dump, and
76 * We size these arrays to hold twice as many available regions as we allow for
77 * hardware memory regions, to allow for the fact that exclusions can split a
78 * hardware region into two or more available regions. In the real world there
79 * will typically be one or two hardware regions and two or three exclusions.
120 prfunc("Excluded memory regions:\n");
153 * Walk the list of hardware regions, processing it against the list of
156 * Updates the value at *pavail with the sum of all pages in all hw regions
254 insert_region(struct region *regions, size_t rcnt, vm_paddr_t addr, vm_size_t size, uint32_t flags) argument
[all...]
/freebsd-10.3-release/sys/powerpc/aim/
H A Dmmu_oea.c169 * Map of physical memory regions.
171 static struct mem_region *regions; variable in typeref:struct:mem_region
591 * Quick sort callout for comparing memory regions.
724 mem_regions(&pregions, &pregions_sz, &regions, &regions_sz);
761 CTR3(KTR_PMAP, "region: %#x - %#x (%#x)", regions[i].mr_start,
762 regions[i].mr_start + regions[i].mr_size,
763 regions[i].mr_size);
765 (physsz + regions[i].mr_size) >= hwphyssz) {
767 phys_avail[j] = regions[
[all...]
H A Dmmu_oea64.c193 * Map of physical memory regions.
195 static struct mem_region *regions; variable in typeref:struct:mem_region
462 * Quick sort callout for comparing memory regions.
695 /* Get physical memory regions from firmware */
696 mem_regions(&pregions, &pregions_sz, &regions, &regions_sz);
708 regions[i].mr_start, regions[i].mr_start +
709 regions[i].mr_size, regions[i].mr_size);
711 (physsz + regions[
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dgdbarch.sh1234 region are created. These memory regions are swapped whenever the
1238 Memory regions are swapped / initialized in the order that they are
1338 printf " /* per-architecture swap-regions */\n"
1406 /*per-architecture data-pointers and swap regions */
/freebsd-10.3-release/share/examples/drivers/
H A Dmake_device_driver.sh447 * Should probably do the same for memory regions too.
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c3538 uint64_t regions = 997; local
3587 n = ztest_random(regions) * stride + ztest_random(width);
3595 n = ztest_random(regions) * stride + ztest_random(width);
3814 uint64_t regions = 997; local
3860 n = ztest_random(regions) * stride + ztest_random(width);
/freebsd-10.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex216 The memory reserve map section gives a list of regions of memory that

Completed in 109 milliseconds