Home
last modified time | relevance | path

Searched refs:mapping (Results 151 – 175 of 2040) sorted by relevance

12345678910>>...82

/netbsd/share/i18n/csmapper/GB/
H A DGB2312EXT%UCS.src12 # This mapping data is made from the mapping data provided by Unicode, Inc.
/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_vega20_ppt.c243 if (!(mapping.valid_mapping)) { in vega20_get_smu_table_index()
247 return mapping.map_to; in vega20_get_smu_table_index()
258 if (!(mapping.valid_mapping)) { in vega20_get_pwr_src_index()
262 return mapping.map_to; in vega20_get_pwr_src_index()
273 if (!(mapping.valid_mapping)) { in vega20_get_smu_feature_index()
277 return mapping.map_to; in vega20_get_smu_feature_index()
288 if (!(mapping.valid_mapping)) { in vega20_get_smu_clk_index()
292 return mapping.map_to; in vega20_get_smu_clk_index()
303 if (!(mapping.valid_mapping)) { in vega20_get_smu_msg_index()
307 return mapping.map_to; in vega20_get_smu_msg_index()
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/test/profile/Linux/
H A Dcoverage_shared.test2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fcoverage-mapping -c -o %t.d/a.shared.o -f…
3 …-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -fcoverage-mapping -o %t.d/a.shared …
/netbsd/share/i18n/csmapper/JIS/
H A DJISX0213-1%UCS@SIP.src11 ## JIS X 0213:2004 vs Unicode mapping table
29 ## Windows Windows (CP932) mapping
/netbsd/sys/arch/hp300/DOC/
H A DHPMMU.notes73 table mapping supervisor space.
75 page frame number of the segment table mapping user space.
90 bit 1: Supervisor mapping enable. Enables translation of
92 bit 0: User mapping enable. Enables translation of user
/netbsd/share/i18n/csmapper/ISO-8859/
H A DISO-8859-8%UCS.src12 # This mapping data is made from the mapping data provided by Unicode, Inc.
54 # the mapping of 0xAF and adding mappings for LRM and RLM.
H A DUCS%ISO-8859-8.src12 # This mapping data is made from the mapping data provided by Unicode, Inc.
54 # the mapping of 0xAF and adding mappings for LRM and RLM.
H A DISO-8859-10%UCS.src12 # This mapping data is made from the mapping data provided by Unicode, Inc.
52 # 1.1 corrected mistake in mapping of 0xA4
H A DUCS%ISO-8859-10.src12 # This mapping data is made from the mapping data provided by Unicode, Inc.
52 # 1.1 corrected mistake in mapping of 0xA4
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwm.h139 extern void rwm_mapping_dst_free ( void *mapping );
141 extern void rwm_mapping_free ( void *mapping );
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp265 void MappingTraits<SourceLineEntry>::mapping(IO &IO, SourceLineEntry &Obj) { in mapping() function in MappingTraits
272 void MappingTraits<SourceColumnEntry>::mapping(IO &IO, SourceColumnEntry &Obj) { in mapping() function in MappingTraits
277 void MappingTraits<SourceLineBlock>::mapping(IO &IO, SourceLineBlock &Obj) { in mapping() function in MappingTraits
283 void MappingTraits<CrossModuleExport>::mapping(IO &IO, CrossModuleExport &Obj) { in mapping() function in MappingTraits
288 void MappingTraits<YAMLCrossModuleImport>::mapping(IO &IO, in mapping() function in MappingTraits
294 void MappingTraits<SourceFileChecksumEntry>::mapping( in mapping() function in MappingTraits
301 void MappingTraits<InlineeSite>::mapping(IO &IO, InlineeSite &Obj) { in mapping() function in MappingTraits
308 void MappingTraits<YAMLFrameData>::mapping(IO &IO, YAMLFrameData &Obj) { in mapping() function in MappingTraits
370 void MappingTraits<YAMLDebugSubsection>::mapping( in mapping() function in MappingTraits
/netbsd/external/mit/libuv/dist/src/win/
H A Dfs.c662 fd_info.mapping = INVALID_HANDLE_VALUE; in fs__open()
681 if (fd_info.mapping == NULL) { in fs__open()
708 CloseHandle(fd_info.mapping); in fs__close()
796 view = MapViewOfFile(fd_info->mapping, in fs__read_filemap()
974 CloseHandle(fd_info->mapping); in fs__write_filemap()
983 if (fd_info->mapping == NULL) { in fs__write_filemap()
999 view = MapViewOfFile(fd_info->mapping, in fs__write_filemap()
2007 CloseHandle(fd_info.mapping); in fs__ftruncate()
2026 fd_info.mapping = INVALID_HANDLE_VALUE; in fs__ftruncate()
2038 fd_info.mapping = INVALID_HANDLE_VALUE; in fs__ftruncate()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64GenRegisterBankInfo.def42 // those mapping).
201 assert(RBIdx != PartialMappingIdx::PMI_None && "No mapping needed for that");
229 assert(DstRBIdx != PMI_None && "No such mapping");
230 assert(SrcRBIdx != PMI_None && "No such mapping");
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
H A Dnouveau_nvkm_engine_device_tegra.c118 if (dev->archdata.mapping) { in nvkm_device_tegra_probe_iommu()
119 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); in nvkm_device_tegra_probe_iommu() local
122 arm_iommu_release_mapping(mapping); in nvkm_device_tegra_probe_iommu()
/netbsd/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp40 static void mapping(IO &io, remarks::Remark *&Remark) { in mapping() function
78 static void mapping(IO &io, RemarkLocation &RL) { in mapping() function
137 static void mapping(IO &io, Argument &A) { in mapping() function
/netbsd/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-07-06-LoweringIRForCodeGen.txt11 close mapping between VM and machine code. Other architectures may have
28 mapping between VM and machine code.
H A D2003-06-26-Reoptimizer2.txt10 It does not update the mapping information or the LLVM representation
13 manually the mapping information.)
31 code. The mapping info inserted by LLC is not sufficient to determine
/netbsd/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DTBEHandler.cpp74 static void mapping(IO &IO, ELFSymbol &Symbol) { in mapping() function
109 static void mapping(IO &IO, ELFStub &Stub) { in mapping() function
/netbsd/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.opt28 ; [31:27] matches the logical mapping of the mode register
30 ; TLB register address (0x258-0x25f). There is such a mapping
32 ; such mapping in user mode, and the problem will therefore
41 ; driver-like program that gets a mapping of I/O registers (all
/netbsd/external/bsd/pam-u2f/dist/
H A DREADME237 A mapping must be made between the YubiKey token and the user name,
242 individually, where users can create the mapping in their home
243 directories. If the central authorization mapping file is being used,
248 By default the mapping file inside a home directory will be opened as
254 storing the mapping file in an encrypted home directory, will result
256 decrypted after login and the mapping file can not be accessed.
288 their home directory and places the mapping in that file. You may want
300 In this case, pam-u2f will drop privileges and read the mapping file
/netbsd/sys/arch/mvme68k/docs/
H A DInterrupts10 On MVME147, there is a fixed 1:1 mapping of VMEbus interrupt level
16 However, note that the mapping can only be done once. Therefore it is
20 The mapping of device type to CPU interrupt levels is as follows:
/netbsd/share/i18n/csmapper/MISC/
H A DATARIST%UCS.src12 # This mapping data is made from the mapping data provided by Unicode, Inc.
61 # - Change the mapping of code 0xEE from GREEK SMALL LETTER EPSILON to the
H A DUCS%ATARIST.src12 # This mapping data is made from the mapping data provided by Unicode, Inc.
61 # - Change the mapping of code 0xEE from GREEK SMALL LETTER EPSILON to the
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_uvd.c497 struct amdgpu_bo_va_mapping *mapping; in amdgpu_uvd_cs_pass1() local
503 r = amdgpu_cs_find_mapping(ctx->parser, addr, &bo, &mapping); in amdgpu_uvd_cs_pass1()
826 struct amdgpu_bo_va_mapping *mapping; in amdgpu_uvd_cs_pass2() local
833 r = amdgpu_cs_find_mapping(ctx->parser, addr, &bo, &mapping); in amdgpu_uvd_cs_pass2()
841 end = (mapping->last + 1 - mapping->start); in amdgpu_uvd_cs_pass2()
844 addr -= mapping->start * AMDGPU_GPU_PAGE_SIZE; in amdgpu_uvd_cs_pass2()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gem.c384 gtt_user_read(struct io_mapping *mapping, in gtt_user_read() argument
396 vaddr = io_mapping_map_atomic_wc(mapping, base); in gtt_user_read()
403 vaddr = io_mapping_map_wc(mapping, base, PAGE_SIZE); in gtt_user_read()
408 io_mapping_unmap(mapping, vaddr, PAGE_SIZE); in gtt_user_read()
574 ggtt_write(struct io_mapping *mapping, in ggtt_write() argument
585 vaddr = io_mapping_map_atomic_wc(mapping, base); in ggtt_write()
590 vaddr = io_mapping_map_wc(mapping, base, PAGE_SIZE); in ggtt_write()

12345678910>>...82