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

/freebsd-10.1-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.1-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-10.1-release/sys/arm/arm/
H A Dphysmem.c42 * These structures are used internally to keep track of regions of physical
43 * ram, and regions within the physical ram that need to be excluded. An
71 * dump_avail tells the dump code what regions to include in a crash dump, and
75 * We size these arrays to hold twice as many available regions as we allow for
76 * hardware memory regions, to allow for the fact that exclusions can split a
77 * hardware region into two or more available regions. In the real world there
78 * will typically be one or two hardware regions and two or three exclusions.
115 prfunc("Excluded memory regions:\n");
148 * Walk the list of hardware regions, processing it against the list of
151 * Updates the kernel global 'realmem' with the sum of all pages in hw regions
240 insert_region(struct region *regions, size_t rcnt, vm_paddr_t addr, vm_size_t size, uint32_t flags) argument
[all...]
/freebsd-10.1-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.1-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.1-release/share/examples/drivers/
H A Dmake_device_driver.sh447 * Should probably do the same for memory regions too.
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c3547 uint64_t regions = 997; local
3596 n = ztest_random(regions) * stride + ztest_random(width);
3603 n = ztest_random(regions) * stride + ztest_random(width);
3822 uint64_t regions = 997; local
3868 n = ztest_random(regions) * stride + ztest_random(width);
/freebsd-10.1-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex216 The memory reserve map section gives a list of regions of memory that

Completed in 145 milliseconds