Home
last modified time | relevance | path

Searched refs:regions (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/nvfw/
H A Dnouveau_nvkm_nvfw_acr.c95 hdr->regions.no_regions); in flcn_acr_desc_dump()
100 hdr->regions.region_props[i].start_addr); in flcn_acr_desc_dump()
102 hdr->regions.region_props[i].end_addr); in flcn_acr_desc_dump()
104 hdr->regions.region_props[i].region_id); in flcn_acr_desc_dump()
106 hdr->regions.region_props[i].read_mask); in flcn_acr_desc_dump()
108 hdr->regions.region_props[i].write_mask); in flcn_acr_desc_dump()
138 hdr->regions.no_regions); in flcn_acr_desc_v1_dump()
143 hdr->regions.region_props[i].start_addr); in flcn_acr_desc_v1_dump()
145 hdr->regions.region_props[i].end_addr); in flcn_acr_desc_v1_dump()
147 hdr->regions.region_props[i].region_id); in flcn_acr_desc_v1_dump()
[all …]
/netbsd/sys/dev/raidframe/
H A Drf_paritymap.c320 u_int regions; in rf_paritymap_set_params() local
329 regions = params->regions != 0 in rf_paritymap_set_params()
330 ? params->regions : pm->params.regions; in rf_paritymap_set_params()
342 if (regions == 0) { in rf_paritymap_set_params()
354 if (pm->params.regions == 0) in rf_paritymap_set_params()
355 pm->params.regions = regions; in rf_paritymap_set_params()
431 pm->params.regions = 0; in rf_paritymap_init()
441 safe.regions = 0; in rf_paritymap_init()
619 u_int flags, regions; in rf_paritymap_attach() local
655 g_regions = regions; in rf_paritymap_attach()
[all …]
/netbsd/sys/arch/powerpc/oea/
H A Dofwoea_machdep.c481 regions[*cur].size = in find_ranges()
484 if (regions[*cur].size == 0) in find_ranges()
498 regions[*cur].type); in find_ranges()
499 regions[*cur].size = in find_ranges()
507 regions[*cur].size = map[1]; in find_ranges()
508 regions[*cur].addr = map[0]; in find_ranges()
510 regions[*cur].size = map[2]; in find_ranges()
511 regions[*cur].addr = map[1]; in find_ranges()
567 rangemap_t regions[32]; in ofwoea_map_space() local
592 if (regions[i].type == iomem) in ofwoea_map_space()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/
H A Dnouveau_nvkm_subdev_acr_gp102.c205 desc->regions.no_regions = 2; in gp102_acr_load_load()
206 desc->regions.region_props[0].start_addr = acr->wpr_start >> 8; in gp102_acr_load_load()
207 desc->regions.region_props[0].end_addr = acr->wpr_end >> 8; in gp102_acr_load_load()
208 desc->regions.region_props[0].region_id = 1; in gp102_acr_load_load()
209 desc->regions.region_props[0].read_mask = 0xf; in gp102_acr_load_load()
210 desc->regions.region_props[0].write_mask = 0xc; in gp102_acr_load_load()
211 desc->regions.region_props[0].client_mask = 0x2; in gp102_acr_load_load()
212 desc->regions.region_props[0].shadow_mem_start_addr = in gp102_acr_load_load()
H A Dnouveau_nvkm_subdev_acr_gm200.c397 desc->regions.no_regions = 2; in gm200_acr_load_load()
398 desc->regions.region_props[0].start_addr = acr->wpr_start >> 8; in gm200_acr_load_load()
399 desc->regions.region_props[0].end_addr = acr->wpr_end >> 8; in gm200_acr_load_load()
400 desc->regions.region_props[0].region_id = 1; in gm200_acr_load_load()
401 desc->regions.region_props[0].read_mask = 0xf; in gm200_acr_load_load()
402 desc->regions.region_props[0].write_mask = 0xc; in gm200_acr_load_load()
403 desc->regions.region_props[0].client_mask = 0x2; in gm200_acr_load_load()
/netbsd/external/gpl3/gdb/dist/bfd/
H A DpeXXigen.c2221 rsrc_regions * regions, in rsrc_print_resource_entries() argument
2246 if (name + 2 < regions->section_end && name > regions->section_start) in rsrc_print_resource_entries()
2298 if (data <= regions->section_start || data > regions->section_end) in rsrc_print_resource_entries()
2304 regions, rva_bias); in rsrc_print_resource_entries()
2324 || (regions->section_start + (addr - rva_bias) + size > regions->section_end)) in rsrc_print_resource_entries()
2328 regions->resource_start = regions->section_start + (addr - rva_bias); in rsrc_print_resource_entries()
2414 rsrc_regions regions; in rsrc_print_section() local
2438 regions.section_start = data; in rsrc_print_section()
2440 regions.strings_start = NULL; in rsrc_print_section()
2484 (int) (regions.strings_start - regions.section_start)); in rsrc_print_section()
[all …]
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c2333 rsrc_regions * regions, in rsrc_print_resource_entries() argument
2358 if (name + 2 < regions->section_end && name > regions->section_start) in rsrc_print_resource_entries()
2410 if (data <= regions->section_start || data > regions->section_end) in rsrc_print_resource_entries()
2416 regions, rva_bias); in rsrc_print_resource_entries()
2436 || (regions->section_start + (addr - rva_bias) + size > regions->section_end)) in rsrc_print_resource_entries()
2440 regions->resource_start = regions->section_start + (addr - rva_bias); in rsrc_print_resource_entries()
2526 rsrc_regions regions; in rsrc_print_section() local
2551 regions.section_start = data; in rsrc_print_section()
2553 regions.strings_start = NULL; in rsrc_print_section()
2597 (int) (regions.strings_start - regions.section_start)); in rsrc_print_section()
[all …]
/netbsd/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c2232 rsrc_regions *regions, in rsrc_print_resource_entries() argument
2257 if (name + 2 < regions->section_end && name > regions->section_start) in rsrc_print_resource_entries()
2309 if (data <= regions->section_start || data > regions->section_end) in rsrc_print_resource_entries()
2315 regions, rva_bias); in rsrc_print_resource_entries()
2335 || (regions->section_start + (addr - rva_bias) + size > regions->section_end)) in rsrc_print_resource_entries()
2339 regions->resource_start = regions->section_start + (addr - rva_bias); in rsrc_print_resource_entries()
2425 rsrc_regions regions; in rsrc_print_section() local
2449 regions.section_start = data; in rsrc_print_section()
2451 regions.strings_start = NULL; in rsrc_print_section()
2495 (int) (regions.strings_start - regions.section_start)); in rsrc_print_section()
[all …]
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A DpeXXigen.c2221 rsrc_regions * regions, in rsrc_print_resource_entries() argument
2246 if (name + 2 < regions->section_end && name > regions->section_start) in rsrc_print_resource_entries()
2298 if (data <= regions->section_start || data > regions->section_end) in rsrc_print_resource_entries()
2304 regions, rva_bias); in rsrc_print_resource_entries()
2324 || (regions->section_start + (addr - rva_bias) + size > regions->section_end)) in rsrc_print_resource_entries()
2328 regions->resource_start = regions->section_start + (addr - rva_bias); in rsrc_print_resource_entries()
2414 rsrc_regions regions; in rsrc_print_section() local
2438 regions.section_start = data; in rsrc_print_section()
2440 regions.strings_start = NULL; in rsrc_print_section()
2484 (int) (regions.strings_start - regions.section_start)); in rsrc_print_section()
[all …]
/netbsd/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format-sublime.py34 regions = []
39 regions.append(region)
56 for region in regions:
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/
H A Damdgpu_dmub_srv.c209 struct dmub_region *inst = &out->regions[DMUB_WINDOW_0_INST_CONST]; in dmub_srv_calc_region_info()
210 struct dmub_region *stack = &out->regions[DMUB_WINDOW_1_STACK]; in dmub_srv_calc_region_info()
211 struct dmub_region *data = &out->regions[DMUB_WINDOW_2_BSS_DATA]; in dmub_srv_calc_region_info()
212 struct dmub_region *bios = &out->regions[DMUB_WINDOW_3_VBIOS]; in dmub_srv_calc_region_info()
213 struct dmub_region *mail = &out->regions[DMUB_WINDOW_4_MAILBOX]; in dmub_srv_calc_region_info()
214 struct dmub_region *trace_buff = &out->regions[DMUB_WINDOW_5_TRACEBUFF]; in dmub_srv_calc_region_info()
215 struct dmub_region *fw_state = &out->regions[DMUB_WINDOW_6_FW_STATE]; in dmub_srv_calc_region_info()
287 &params->region_info->regions[i]; in dmub_srv_calc_fb_info()
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DCRYPTO_memcmp.pod18 contents of the memory regions pointed to by B<a> and B<b>.
22 CRYPTO_memcmp() returns 0 if the memory regions are equal and nonzero
27 Unlike memcmp(2), this function cannot be used to order the two memory regions
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DCRYPTO_memcmp.pod18 contents of the memory regions pointed to by B<a> and B<b>.
22 CRYPTO_memcmp() returns 0 if the memory regions are equal and nonzero
27 Unlike memcmp(2), this function cannot be used to order the two memory regions
/netbsd/lib/libc/time/
H A Dtzselect.ksh401 doselect $regions
492 case $regions in
495 doselect $regions
498 region=$regions
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-powerpc/
H A Dnon-contiguous-powerpc.d3 #ld: --enable-non-contiguous-regions -T non-contiguous-powerpc.ld
4 #error: \A.*Relaxation not supported with --enable-non-contiguous-regions.*
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dnon-contiguous-powerpc.d3 #ld: --enable-non-contiguous-regions -T non-contiguous-powerpc.ld
4 #error: \A.*Relaxation not supported with --enable-non-contiguous-regions.*
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-arm/
H A Dnon-contiguous-arm.d3 #ld: --enable-non-contiguous-regions -T non-contiguous-arm.ld
4 …*Could not assign '.code.4' to an output section. Retry without --enable-non-contiguous-regions.*\Z
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dnon-contiguous-arm.d3 #ld: --enable-non-contiguous-regions -T non-contiguous-arm.ld
4 …*Could not assign '.code.4' to an output section. Retry without --enable-non-contiguous-regions.*\Z
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_base.c173 for (i = 0; i < fb->tile.regions; i++) in nvkm_fb_init()
210 for (i = 0; i < fb->tile.regions; i++) in nvkm_fb_dtor()
237 fb->tile.regions = fb->func->tile.regions; in nvkm_fb_ctor()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DCoverageMappingFormat.rst60 regions of code, and emit the mapping information only for those regions.
77 The function's coverage mapping data contains an array of mapping regions.
81 There are several kinds of mapping regions:
83 * Code regions associate portions of source code and `coverage mapping
86 highlight the regions of code that were never executed, and to obtain
100 * Skipped regions are used to represent source ranges that were skipped
114 * Expansion regions are used to represent Clang's macro expansions. They
297 column end locations was introduced to indicate gap regions.
415 ``[file id mapping, counter expressions, mapping regions]``
518 The mapping regions are stored in an array of sub-arrays where every
[all …]
/netbsd/usr.bin/systat/
H A Diostat.c127 int col, regions; in numlabels() local
136 regions = howmany(ndrives, DRIVESPERLINE); in numlabels()
140 linesperregion = (getmaxy(wnd) - row - regions + 1) / regions; in numlabels()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_memory_region.c255 for (i = 0; i < ARRAY_SIZE(i915->mm.regions); i++) { in intel_memory_regions_hw_probe()
285 i915->mm.regions[i] = mem; in intel_memory_regions_hw_probe()
299 for (i = 0; i < ARRAY_SIZE(i915->mm.regions); i++) { in intel_memory_regions_driver_release()
301 fetch_and_zero(&i915->mm.regions[i]); in intel_memory_regions_driver_release()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.opt75 …hould be placed into the lower or upper memory regions, or if they should be shuffled between the
79 …hould be placed into the lower or upper memory regions, or if they should be shuffled between the
/netbsd/sys/arch/i386/pci/
H A Delan520.c656 region_paddr_to_par(struct pareg *region0, struct pareg *regions, uint32_t unit) in region_paddr_to_par() argument
658 struct pareg *residue = regions; in region_paddr_to_par()
689 return residue - regions; in region_paddr_to_par()
701 struct pareg region0, regions[3], xregions[3]; in elansc_protect_text() local
731 nregion = region_paddr_to_par(&region0, regions, sfkb); in elansc_protect_text()
739 unprotsize += regions[i].end - regions[i].start; in elansc_protect_text()
741 start_pa = regions[0].start; in elansc_protect_text()
742 end_pa = regions[0].end; in elansc_protect_text()
760 xnregion = region_paddr_to_par(&regions[i], xregions, fkb); in elansc_protect_text()
764 regions[i].start, regions[i].end); in elansc_protect_text()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.opt96 …hould be placed into the lower or upper memory regions, or if they should be shuffled between the
100 …hould be placed into the lower or upper memory regions, or if they should be shuffled between the

12345678910>>...23