/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
priv.h | 27 int regions; member in struct:nvkm_fb_func::__anon4ecaa5510208
|
/src/usr.bin/systat/ |
iostat.c | 127 int col, regions; local in function:numlabels 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 in function:ofwoea_map_space [all...] |
/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/nvkm/subdev/ |
fb.h | 45 int regions; member in struct:nvkm_fb::__anonc03e02340108
|
/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 in function:rf_paritymap_set_params 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 in function:rf_paritymap_attach [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/nouveau/include/nvfw/ |
acr.h | 112 } regions; member in struct:flcn_acr_desc 142 } regions; member in struct:flcn_acr_desc_v1
|
/src/usr.sbin/acpitools/aml/ |
aml_parse.c | 655 const char *regions[] = { local in function:aml_parse_defopregion 676 AML_DEBUGPRINT(", %s, ", regions[*env->dp]); /* Space */
|
/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 in function:sti_region_setup 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/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 in function:elansc_protect_text 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/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_allocator_primary64.h | 30 // There are kNumClasses Regions of equal size. 613 RegionInfo *regions = reinterpret_cast<RegionInfo *>(SpaceEnd()); local in function:SizeClassAllocator64::GetRegionInfo 614 return ®ions[class_id];
|
/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
|