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

/freebsd-9.3-release/sys/powerpc/ps3/
H A Dps3bus.c130 struct mem_region *regions; member in struct:ps3bus_softc
333 /* Get memory regions for DMA */
334 mem_regions(&sc->regions, &sc->rcount, &sc->regions, &sc->rcount);
655 sc->regions[i].mr_size, pagesize, flags,
664 sc->regions[i].mr_start, dinfo->dma_base[i],
665 sc->regions[i].mr_size,
709 if (segs[i].ds_addr >= sc->regions[j].mr_start &&
710 segs[i].ds_addr < sc->regions[j].mr_start +
711 sc->regions[
[all...]
/freebsd-9.3-release/usr.bin/systat/
H A Diostat.c195 int i, _col, regions, ndrives; local
203 regions = howmany(ndrives, DRIVESPERLINE);
205 * Deduct -regions for blank line after each scrolling region.
207 linesperregion = (wnd->_maxy - row - regions) / regions;
/freebsd-9.3-release/sys/powerpc/aim/
H A Dmmu_oea.c173 * Map of physical memory regions.
175 static struct mem_region *regions; variable in typeref:struct:mem_region
594 * Quick sort callout for comparing memory regions.
712 mem_regions(&pregions, &pregions_sz, &regions, &regions_sz);
749 CTR3(KTR_PMAP, "region: %#x - %#x (%#x)", regions[i].mr_start,
750 regions[i].mr_start + regions[i].mr_size,
751 regions[i].mr_size);
753 (physsz + regions[i].mr_size) >= hwphyssz) {
755 phys_avail[j] = regions[
[all...]
H A Dmmu_oea64.c194 * Map of physical memory regions.
196 static struct mem_region *regions; variable in typeref:struct:mem_region
461 * Quick sort callout for comparing memory regions.
686 /* Get physical memory regions from firmware */
687 mem_regions(&pregions, &pregions_sz, &regions, &regions_sz);
698 CTR3(KTR_PMAP, "region: %#x - %#x (%#x)", regions[i].mr_start,
699 regions[i].mr_start + regions[i].mr_size,
700 regions[i].mr_size);
702 (physsz + regions[
[all...]
/freebsd-9.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-9.3-release/share/examples/drivers/
H A Dmake_device_driver.sh447 * Should probably do the same for memory regions too.
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c3524 uint64_t regions = 997; local
3573 n = ztest_random(regions) * stride + ztest_random(width);
3580 n = ztest_random(regions) * stride + ztest_random(width);
3791 uint64_t regions = 997; local
3837 n = ztest_random(regions) * stride + ztest_random(width);
/freebsd-9.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 108 milliseconds