Home
last modified time | relevance | path

Searched +full:data +full:- +full:mapping (Results 1 – 25 of 1117) sorted by relevance

12345678910>>...45

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h1 //===- TypeDeserializer.h ---------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
32 Mapping(Reader) {} in MappingInfo()
36 TypeRecordMapping Mapping; member
45 if (auto EC = I.Mapping.visitTypeBegin(CVT)) in deserializeAs()
47 if (auto EC = I.Mapping.visitKnownRecord(CVT, Record)) in deserializeAs()
49 if (auto EC = I.Mapping.visitTypeEnd(CVT)) in deserializeAs()
55 static Expected<T> deserializeAs(ArrayRef<uint8_t> Data) { in deserializeAs() argument
57 reinterpret_cast<const RecordPrefix *>(Data.data()); in deserializeAs()
[all …]
/freebsd-src/lib/libproc/
H A Dproc_sym.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2016-2017 Mark Johnston <markj@FreeBSD.org>
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
117 (void)gelf_getsym(thunk->symtab->data, i1, &sym1); in symvalcmp()
118 (void)gelf_getsym(thunk->symtab->data, i2, &sym2); in symvalcmp()
121 return (sym1.st_value < sym2.st_value ? -1 : 1); in symvalcmp()
123 /* Prefer non-local symbols. */ in symvalcmp()
128 return (-1); in symvalcmp()
133 s1 = elf_strptr(thunk->e, thunk->symtab->stridx, sym1.st_name); in symvalcmp()
[all …]
/freebsd-src/share/man/man9/
H A Dbus_dma.919 .\" TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
47 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
80 .Nd Bus and Machine Independent DMA Mapping Interface
163 Direct Memory Access (DMA) is a method of transferring data
170 API is a bus, device, and machine-independent (MI) interface to
182 For example, if a DMA engine in a device is limited to 32-bit addresses,
190 For example, a device might require 16-byte alignment of its descriptor ring
201 The per-group tags can then inherit these restrictions from this
203 tag rather than having to list them explicitly when creating the per-group tags.
205 A mapping structure
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp1 //===- Tokens.cpp - collect tokens from preprocessing --------
566 for (auto Mapping : File.Mappings) { macroExpansions() local
771 TokenBuffer::Mapping Mapping; discard() local
833 TokenBuffer::Mapping Mapping; advance() local
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/display/
H A Dlvds-data-mapping.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/lvds-data-mapping.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: LVDS Data Mapping
10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
11 - Thierry Reding <thierry.reding@gmail.com>
14 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple
15 incompatible data link layers have been used over time to transmit image data
19 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStandardLibrary.cpp1 //===--- StandardLibrary.cpp -------
36 const char *Data; // std::vector global() member
83 SymbolHeaderMapping *Mapping = new SymbolHeaderMapping(); initialize() local
188 const auto *Mapping = getMappingPerLang(L); all() local
196 const auto *Mapping = getMappingPerLang(L); named() local
209 const auto *Mapping = getMappingPerLang(L); all() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp1 //===- DWARFYAML.cpp - DWARF YAMLIO implementation --------
89 void MappingTraits<DWARFYAML::Data>::mapping(IO &IO, DWARFYAML::Data &DWARF) { mapping() function in llvm::yaml::MappingTraits::Data
111 void MappingTraits<DWARFYAML::AbbrevTable>::mapping( mapping() function in llvm::yaml::MappingTraits::AbbrevTable
117 void MappingTraits<DWARFYAML::Abbrev>::mapping(IO &IO, mapping() function in llvm::yaml::MappingTraits::Abbrev
125 void MappingTraits<DWARFYAML::AttributeAbbrev>::mapping( mapping() function in llvm::yaml::MappingTraits::AttributeAbbrev
133 void MappingTraits<DWARFYAML::ARangeDescriptor>::mapping( mapping() function in llvm::yaml::MappingTraits::ARangeDescriptor
139 void MappingTraits<DWARFYAML::ARange>::mapping(IO &IO, mapping() function in llvm::yaml::MappingTraits::ARange
150 void MappingTraits<DWARFYAML::RangeEntry>::mapping( mapping() function in llvm::yaml::MappingTraits::RangeEntry
156 void MappingTraits<DWARFYAML::Ranges>::mapping(IO &IO, mapping() function in llvm::yaml::MappingTraits::Ranges
163 void MappingTraits<DWARFYAML::PubEntry>::mapping(IO &IO, mapping() function in llvm::yaml::MappingTraits::PubEntry
171 void MappingTraits<DWARFYAML::PubSection>::mapping( mapping() function in llvm::yaml::MappingTraits::PubSection
181 void MappingTraits<DWARFYAML::Unit>::mapping(IO &IO, DWARFYAML::Unit &Unit) { mapping() function in llvm::yaml::MappingTraits::Unit
193 void MappingTraits<DWARFYAML::Entry>::mapping(IO &IO, DWARFYAML::Entry &Entry) { mapping() function in llvm::yaml::MappingTraits::Entry
198 void MappingTraits<DWARFYAML::FormValue>::mapping( mapping() function in llvm::yaml::MappingTraits::FormValue
207 void MappingTraits<DWARFYAML::File>::mapping(IO &IO, DWARFYAML::File &File) { mapping() function in llvm::yaml::MappingTraits::File
214 void MappingTraits<DWARFYAML::LineTableOpcode>::mapping( mapping() function in llvm::yaml::MappingTraits::LineTableOpcode
233 void MappingTraits<DWARFYAML::LineTable>::mapping( mapping() function in llvm::yaml::MappingTraits::LineTable
252 void MappingTraits<DWARFYAML::SegAddrPair>::mapping( mapping() function in llvm::yaml::MappingTraits::SegAddrPair
258 void MappingTraits<DWARFYAML::AddrTableEntry>::mapping( mapping() function in llvm::yaml::MappingTraits::AddrTableEntry
268 void MappingTraits<DWARFYAML::StringOffsetsTable>::mapping( mapping() function in llvm::yaml::MappingTraits::StringOffsetsTable
277 void MappingTraits<DWARFYAML::DWARFOperation>::mapping( mapping() function in llvm::yaml::MappingTraits::DWARFOperation
283 void MappingTraits<DWARFYAML::RnglistEntry>::mapping( mapping() function in llvm::yaml::MappingTraits::RnglistEntry
289 void MappingTraits<DWARFYAML::LoclistEntry>::mapping( mapping() function in llvm::yaml::MappingTraits::LoclistEntry
298 void MappingTraits<DWARFYAML::ListEntries<EntryType>>::mapping( mapping() function in llvm::yaml::MappingTraits::ListEntries
313 void MappingTraits<DWARFYAML::ListTable<EntryType>>::mapping( mapping() function in llvm::yaml::MappingTraits::ListTable
[all...]
H A DMachOYAML.cpp1 //===- MachOYAML.cpp - MachO YAMLIO implementation ------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
47 memcpy((void *)Val, Scalar.data(), CopySize); in input()
50 memset((void *)&Val[Scalar.size()], 0, 16 - Scalar.size()); in input()
67 if (Scalar[Idx] == '-' || OutIdx >= 16) in input()
85 void MappingTraits<MachOYAML::FileHeader>::mapping( in mapping() function in llvm::yaml::MappingTraits::FileHeader
99 void MappingTraits<MachOYAML::Object>::mapping(IO &IO, in mapping() function in llvm::yaml::MappingTraits::Object
101 // If the context isn't already set, tag the document as !mach-o. in mapping()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h1 //===---- CoverageMappingGen.h - Coverage mapping generation ----*
[all...]
/freebsd-src/sys/arm64/acpica/
H A Dacpi_iort.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
69 * data here, so that it can be retrieved together.
86 * IORT node. Each node has some device specific data depending on the
94 u_int node_offset; /* offset in IORT - node ID */
107 } data; member
120 switch(node->type) { in iort_entry_get_id_mapping_index()
122 /* The ID mapping field was added in version 1 */ in iort_entry_get_id_mapping_index()
123 if (node->revision < 1) in iort_entry_get_id_mapping_index()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/display/panel/
H A Dlvds.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
11 - Thierry Reding <thierry.reding@gmail.com>
14 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple
15 incompatible data link layers have been used over time to transmit image data
19 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February
27 FPD-Link and FlatLink brands.
30 - $ref: panel-common.yaml#
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h1 //===- CoverageMappingReader.h - Code coverage mapping reader ---*- C++ -*-===//
5 // SPDX-Licens
113 RawCoverageReader(StringRef Data) RawCoverageReader() argument
234 RawCoverageReader(Data) RawCoverageReader() argument
[all...]
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_with_faulted.ksh1 #! /bin/ksh -p
31 # default mapping which preferentially pairs up source and destination
34 # Default Mapping:
35 # mirror-0 mirror-1
36 # DISK0 (child 0) ------> DISK2 (child 0)
37 # DISK1 (child 1) ------> DISK3 (child 1)
39 # We want to setup a scenario where the default mapping would make
40 # it impossible to copy any data during the removal process. This
41 # is done by faulting both the mirror-0 (child 0) source vdev and
42 # mirror-1 (child 1) destination vdev. As shown below the default
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h1 //===- DWARFYAML.h - DWARF YAMLIO implementation --------
132 uint64_t Data; global() member
211 struct Data { global() struct
212 IsLittleEndianData global() argument
213 Is64BitAddrSizeData global() argument
214 DebugAbbrevData global() argument
215 DebugStringsData global() argument
216 DebugStrOffsetsData global() argument
217 DebugArangesData global() argument
218 DebugRangesData global() argument
219 DebugAddrData global() argument
220 PubNamesData global() argument
221 PubTypesData global() argument
223 GNUPubNamesData global() argument
224 GNUPubTypesData global() argument
226 CompileUnitsData global() argument
228 DebugLinesData global() argument
229 DebugRnglistsData global() argument
230 DebugLoclistsData global() argument
236 AbbrevTableInfoData global() argument
245 AbbrevTableContentsData global() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1 //===- CoverageMappingReader.cpp - Code coverage mapping reader -------
517 isCoverageMappingDummy(uint64_t Hash,StringRef Mapping) isCoverageMappingDummy() argument
602 insertFunctionRecordIfNeeded(const FuncRecordType * CFR,StringRef Mapping,FilenameRange FileRange) insertFunctionRecordIfNeeded() argument
782 StringRef Mapping = readFunctionRecords() local
923 loadTestingFormat(StringRef Data,StringRef CompilationDir) loadTestingFormat() argument
[all...]
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c42 * mapping from old location on the removed device to the new location
43 * on another device in the pool and use this mapping whenever we need
44 * to access the DVA. Unfortunately, this mapping did not respect
52 * - I/Os to this vdev use the callback to determine where the
53 * data is now located, and issue child I/Os for each segment's new
56 * - frees and claims to this vdev use the callback to free or claim
67 * that vdev's mapping may no longer be referenced (aka "obsolete"). We
68 * keep track of how much of each mapping entry is obsolete. When
70 * the memory used by the mapping. The complete picture of obsolescence
71 * is given by the following data structure
1096 vdev_indirect_mapping_entry_phys_t *mapping = vdev_indirect_remap() local
[all...]
/freebsd-src/lib/libsys/
H A Dmmap.222 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
55 Any such extension beyond the end of the mapped object will be zero-filled.
85 is non-zero, it is used as a hint to the system.
94 deletes any previous mapping in the allocated address range.
102 .Bl -tag -width PROT_WRITE -compact
131 argument specifies the type of the mapped object, mapping options and
134 Sharing, mapping type and options are specified in the
139 .Bl -tag -width MAP_PREFAULT_READ
161 mapping.
172 must be \-1.
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Dst,sta32x.txt7 - compatible: "st,sta32x"
8 - reg: the I2C address of the device for I2C
9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be
12 - power-down-gpios: a GPIO spec for the power down pin. If specified,
16 - Vdda-supply: regulator spec, providing 3.3V
17 - Vdd3-supply: regulator spec, providing 3.3V
18 - Vcc-supply: regulator spec, providing 5V - 26V
22 - clocks, clock-names: Clock specifier for XTI input clock.
24 and disabled when it is removed. The 'clock-names' must be set to 'xti'.
26 - st,output-conf: number, Selects the output configuration:
[all …]
/freebsd-src/share/i18n/csmapper/APPLE/
H A DROMANIAN%UCS.src5 SRC_ZONE 0x00-0xFF
12 # This mapping data is made from the mapping data provided by Unicode, Inc.
21 # Copyright: (c) 1995-2002, 2005 by Apple Computer, Inc., all rights
28 # c02 2005-Apr-05 Update header comments. Matches internal xml
30 # b3,c1 2002-Dec-19 Update mappings for 0xAF, 0xBF, 0xDE, 0xDF
34 # b02 1999-Sep-22 Encoding changed for Mac OS 8.5; change
35 # mapping of 0xDB from CURRENCY SIGN to EURO
36 # SIGN. Update contact e-mail address. Matches
39 # n05 1998-Feb-05 Minor update to header comments
40 # n03 1997-Dec-14 Update to match internal utom<n5>, ufrm<n16>:
[all …]
H A DUCS%ROMANIAN.src5 SRC_ZONE 0x0000-0xF8FF
12 # This mapping data is made from the mapping data provided by Unicode, Inc.
21 # Copyright: (c) 1995-2002, 2005 by Apple Computer, Inc., all rights
28 # c02 2005-Apr-05 Update header comments. Matches internal xml
30 # b3,c1 2002-Dec-19 Update mappings for 0xAF, 0xBF, 0xDE, 0xDF
34 # b02 1999-Sep-22 Encoding changed for Mac OS 8.5; change
35 # mapping of 0xDB from CURRENCY SIGN to EURO
36 # SIGN. Update contact e-mail address. Matches
39 # n05 1998-Feb-05 Minor update to header comments
40 # n03 1997-Dec-14 Update to match internal utom<n5>, ufrm<n16>:
[all …]
H A DUCS%ROMAN.src5 SRC_ZONE 0x0000-0xFB02
12 # This mapping data is made from the mapping data provided by Unicode, Inc.
21 # Copyright: (c) 1994-2002, 2005 by Apple Computer, Inc., all rights
28 # c02 2005-Apr-05 Update header comments. Matches internal xml
30 # b4,c1 2002-Dec-19 Update URLs, notes. Matches internal
32 # b03 1999-Sep-22 Update contact e-mail address. Matches
35 # b02 1998-Aug-18 Encoding changed for Mac OS 8.5; change
36 # mapping of 0xDB from CURRENCY SIGN to
39 # n08 1998-Feb-05 Minor update to header comments
40 # n06 1997-Dec-14 Add warning about future changes to 0xDB
[all …]
H A DROMAN%UCS.src5 SRC_ZONE 0x00-0xFF
12 # This mapping data is made from the mapping data provided by Unicode, Inc.
21 # Copyright: (c) 1994-2002, 2005 by Apple Computer, Inc., all rights
28 # c02 2005-Apr-05 Update header comments. Matches internal xml
30 # b4,c1 2002-Dec-19 Update URLs, notes. Matches internal
32 # b03 1999-Sep-22 Update contact e-mail address. Matches
35 # b02 1998-Aug-18 Encoding changed for Mac OS 8.5; change
36 # mapping of 0xDB from CURRENCY SIGN to
39 # n08 1998-Feb-05 Minor update to header comments
40 # n06 1997-Dec-14 Add warning about future changes to 0xDB
[all …]
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dio-mapping.h1 /*-
24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
51 io_mapping_init_wc(struct io_mapping *mapping, resource_size_t base, in io_mapping_init_wc() argument
55 mapping->base = base; in io_mapping_init_wc()
56 mapping->size = size; in io_mapping_init_wc()
58 mapping->mem = ioremap_wc(base, size); in io_mapping_init_wc()
59 mapping->attr = VM_MEMATTR_WRITE_COMBINING; in io_mapping_init_wc()
61 mapping->mem = ioremap_nocache(base, size); in io_mapping_init_wc()
62 mapping->attr = VM_MEMATTR_UNCACHEABLE; in io_mapping_init_wc()
64 return (mapping); in io_mapping_init_wc()
[all …]
/freebsd-src/share/doc/psd/05.sysman/
H A D1.2.t22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 Text, data and stack
38 called text, data and stack.
39 The text area is read-only and shared, while the data and stack
40 areas are private to the process. Both the data and stack areas may
46 changes the size of the data area by \fIincr\fP bytes and
47 returns the new end of the data area, while
54 On the VAX the text and data areas are adjacent in the P0 region,
57 Mapping pages
59 The system supports sharing of data between processes
[all …]
/freebsd-src/contrib/processor-trace/libipt/src/
H A Dpt_section_file.c2 * Copyright (c) 2013-2019, Intel Corporation
22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32 #include "intel-pt.h"
38 static int fmap_init(struct pt_sec_file_mapping *mapping) in fmap_init() argument
40 if (!mapping) in fmap_init()
41 return -pte_internal; in fmap_init()
43 memset(mapping, 0, sizeof(*mapping)); in fmap_init()
49 errcode = mtx_init(&mapping->lock, mtx_plain); in fmap_init()
51 return -pte_bad_lock; in fmap_init()
58 static void fmap_fini(struct pt_sec_file_mapping *mapping) in fmap_fini() argument
[all …]

12345678910>>...45