| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
| priv.h | 27 int regions; member in struct:nvkm_fb_func::__anon5415
|
| /src/usr.bin/systat/ |
| iostat.c | 127 int col, regions; local 136 regions = howmany(ndrives, DRIVESPERLINE); 138 * Deduct -regions for blank line after each scrolling region. 140 linesperregion = (getmaxy(wnd) - row - regions + 1) / regions;
|
| /src/sys/arch/powerpc/oea/ |
| ofwoea_machdep.c | 427 find_ranges(int base, rangemap_t *regions, int *cur, int type) 486 regions[*cur].size = 489 if (regions[*cur].size == 0) 491 regions[*cur].type = (map[i*reclen] >> 24) & 0x3; 492 regions[*cur].addr = map[i*reclen + parent_acells + acells - 1]; 499 regions[*cur].type = RANGE_IO; 501 regions[*cur].type = RANGE_MEM; 503 regions[*cur].type); 504 regions[*cur].size = 510 regions[*cur].type = RANGE_MEM 572 rangemap_t regions[32]; local [all...] |
| /src/sys/dev/raidframe/ |
| rf_paritymap.c | 214 * required afterwards, so that the regions are marked dirty 217 * that any writes to those regions are processed before the 312 * initial setting of "regions", then a default value will be computed based 320 u_int regions; local 329 regions = params->regions != 0 330 ? params->regions : pm->params.regions; 342 if (regions == 0) { 343 regions = rf_paritymap_nreg(pm->raid) 619 u_int flags, regions; local [all...] |
| raidframevar.h | 456 u_int parity_map_regions; /* Number of parity map regions. */ 629 u_int regions; member in struct:rf_pmparams
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/ |
| dmub_srv.h | 145 * struct dmub_srv_region_params - params used for calculating dmub regions 160 * @fb_size: required minimum fb size for all regions, aligned to 4096 bytes 161 * @num_regions: number of regions used by the dmub service 162 * @regions: region info 164 * The regions are aligned such that they can be all placed within the 176 struct dmub_region regions[DMUB_WINDOW_TOTAL]; member in struct:dmub_srv_region_info 200 * Assumes that all regions are within the same framebuffer 353 * Calculates the base and top address for all relevant dmub regions 371 * Calculates the base and top address for all relevant dmub regions 413 * required cache regions based on the input framebuffer regions [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/ |
| acr.h | 112 } regions; member in struct:flcn_acr_desc 142 } regions; member in struct:flcn_acr_desc_v1
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| fb.h | 45 int regions; member in struct:nvkm_fb::__anon5204
|
| /src/sys/arch/i386/pci/ |
| elan520.c | 656 region_paddr_to_par(struct pareg *region0, struct pareg *regions, uint32_t unit) 658 struct pareg *residue = regions; 689 return residue - regions; 701 struct pareg region0, regions[3], xregions[3]; local 731 nregion = region_paddr_to_par(®ion0, regions, sfkb); 739 unprotsize += regions[i].end - regions[i].start; 741 start_pa = regions[0].start; 742 end_pa = regions[0].end; 760 xnregion = region_paddr_to_par(®ions[i], xregions, fkb) [all...] |
| /src/sys/dev/ic/ |
| sti.c | 287 "end=%x, regions=%x, msto=%x, timo=%d, mont=%x, user=%x[%x]\n" 396 * Map all regions. 407 struct sti_region regions[STI_REGION_MAX], *r; local 421 *(u_int *)(regions + regno) = 425 (uint32_t *)regions, sizeof(regions) / 4); 434 for (regcnt = 0, r = regions; regcnt < STI_REGION_MAX; regcnt++, r++) 443 for (regno = 0, r = regions; regno < regcnt; regno++, r++) { 463 cc->regions[0] = addr; 484 cc->regions[regno] = addr [all...] |
| stireg.h | 252 uint32_t regions[STI_REGION_MAX]; member in struct:sti_cfg
|
| /src/usr.sbin/acpitools/aml/ |
| aml_parse.c | 655 const char *regions[] = { local 676 AML_DEBUGPRINT(", %s, ", regions[*env->dp]); /* Space */
|
| /src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| lsan_common.cpp | 42 // also to protect the global list of root regions. 530 static RootRegions *regions = nullptr; local 532 if (!regions) 533 regions = new (placeholder) RootRegions(); 534 return *regions; 544 InternalMmapVector<Region> regions; 546 regions.push_back({kv.first.first, kv.first.second}); 551 Intersect(mapped_regions, regions, intersection); 560 // Scans root regions for heap pointers.
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| store.cc | 591 SIMPLE controls how values and regions are to be printed. 1033 regions, then we don't know that the svalue has been overwritten, 1167 SIMPLE controls how values and regions are to be printed. 1435 without checking parent regions of REG. */ 1455 auto_vec<const region *> regions; local 1465 regions.safe_push (reg); 1477 FOR_EACH_VEC_ELT_REVERSE (regions, i, iter_reg) 1490 parent regions and extracting subvalues if need be. */ 1712 base regions, then remove everything in this cluster's map, on the 1728 /* If at least one of the base regions involved is symbolic, and they'r [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| peXXigen.c | 2259 /* A data structure describing the regions of a .rsrc section. 2286 rsrc_regions *regions, 2292 if (data + 8 >= regions->section_end) 2293 return regions->section_end + 1; 2296 fprintf (file, _("%03x %*.s Entry: "), (int)(data - regions->section_start), indent, " "); 2307 name = regions->section_start + WithoutHighBit (entry); 2309 name = regions->section_start + entry - rva_bias; 2311 if (name + 2 < regions->section_end && name > regions->section_start) 2315 if (regions->strings_start == NULL 2476 rsrc_regions regions; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| peXXigen.c | 2247 /* A data structure describing the regions of a .rsrc section. 2274 rsrc_regions *regions, 2280 if (data + 8 >= regions->section_end) 2281 return regions->section_end + 1; 2284 fprintf (file, _("%03x %*.s Entry: "), (int)(data - regions->section_start), indent, " "); 2295 name = regions->section_start + WithoutHighBit (entry); 2297 name = regions->section_start + entry - rva_bias; 2299 if (name + 2 < regions->section_end && name > regions->section_start) 2303 if (regions->strings_start == NULL 2464 rsrc_regions regions; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| store.cc | 720 SIMPLE controls how values and regions are to be printed. 1169 regions, then we don't know that the svalue has been overwritten, 1314 SIMPLE controls how values and regions are to be printed. 1594 without checking parent regions of REG. */ 1616 auto_vec<const region *> regions; local 1626 regions.safe_push (reg); 1638 FOR_EACH_VEC_ELT_REVERSE (regions, i, iter_reg) 1651 parent regions and extracting subvalues if need be. */ 1886 base regions, then remove everything in this cluster's map, on the 1908 /* If at least one of the base regions involved is symbolic, and they'r [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| peXXigen.c | 2242 /* A data structure describing the regions of a .rsrc section. 2269 rsrc_regions *regions, 2275 if (data + 8 >= regions->section_end) 2276 return regions->section_end + 1; 2279 fprintf (file, _("%03x %*.s Entry: "), (int)(data - regions->section_start), indent, " "); 2290 name = regions->section_start + WithoutHighBit (entry); 2292 name = regions->section_start + entry - rva_bias; 2294 if (name + 2 < regions->section_end && name > regions->section_start) 2298 if (regions->strings_start == NULL 2459 rsrc_regions regions; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| peXXigen.c | 2241 /* A data structure describing the regions of a .rsrc section. 2268 rsrc_regions *regions, 2274 if (data + 8 >= regions->section_end) 2275 return regions->section_end + 1; 2278 fprintf (file, _("%03x %*.s Entry: "), (int)(data - regions->section_start), indent, " "); 2289 name = regions->section_start + WithoutHighBit (entry); 2291 name = regions->section_start + entry - rva_bias; 2293 if (name + 2 < regions->section_end && name > regions->section_start) 2297 if (regions->strings_start == NULL 2458 rsrc_regions regions; local [all...] |
| /src/external/cddl/osnet/dist/cmd/ztest/ |
| ztest.c | 3549 uint64_t regions = 997; local 3598 n = ztest_random(regions) * stride + ztest_random(width); 3606 n = ztest_random(regions) * stride + ztest_random(width); 3825 uint64_t regions = 997; local 3871 n = ztest_random(regions) * stride + ztest_random(width);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_drv.h | 603 struct intel_memory_region *regions[INTEL_REGION_UNKNOWN]; member in struct:i915_gem_mm
|
| /src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| nvptx.cc | 598 /* Emit fork at all levels. This helps form SESE regions, as 964 /* For OpenMP target regions, the corresponding kernel entry is emitted from 3812 Single-Entry-Single-Exit regions. Some of those regions will be 3817 We use the linear time algorithm described in 'Finding Regions Fast: 3818 Single Entry Single Exit and control Regions in Linear Time' 3844 same color. This is the output of the 'Finding Regions Fast' 3847 entries and exits of SESE regions. 3850 set of SESE regions. Do this with a DFS coloring walk of the 3861 regions with the color of that region. * 5265 bb_pair_vec_t regions; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| nvptx.cc | 594 /* Emit fork at all levels. This helps form SESE regions, as 960 /* For OpenMP target regions, the corresponding kernel entry is emitted from 3796 Single-Entry-Single-Exit regions. Some of those regions will be 3801 We use the linear time algorithm described in 'Finding Regions Fast: 3802 Single Entry Single Exit and control Regions in Linear Time' 3828 same color. This is the output of the 'Finding Regions Fast' 3831 entries and exits of SESE regions. 3834 set of SESE regions. Do this with a DFS coloring walk of the 3845 regions with the color of that region. * 5249 bb_pair_vec_t regions; local [all...] |