/freebsd/sys/dev/qat/qat_api/include/ |
H A D | icp_sal_iommu.h | 19 * Function returns page_size rounded size for iommu remapping 32 * @retval page_size rounded size for iommu remapping. 40 * Function adds an entry into iommu remapping table 64 * Function removes an entry from iommu remapping table
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SymbolRemappingReader.cpp | 1 //===- SymbolRemappingReader.cpp - Read symbol remapping file -------------===// 10 // remapping files. 68 "remapping earlier in the file."); in read()
|
/freebsd/sys/x86/iommu/ |
H A D | intel_quirks.c | 187 .descr = "5500 E47, E53" /* interrupt remapping does not work */ 192 .descr = "5500 E47, E53" /* interrupt remapping does not work */ 197 .descr = "5500 E47, E53" /* interrupt remapping does not work */ 202 .descr = "5500 E47, E53" /* interrupt remapping does not work */
|
H A D | intel_reg.h | 175 #define DMAR_ECAP_IR (1 << 3) /* Interrupt Remapping */ 188 #define DMAR_GCMD_IRE (1 << 25) /* Interrupt Remapping Enable */ 200 #define DMAR_GSTS_IRES (1 << 25) /* Interrupt Remapping Enable Status */ 201 #define DMAR_GSTS_IRTPS (1 << 24) /* Interrupt Remapping Table 394 /* Interrupt Remapping Table Address register */
|
H A D | intel_intrmap.c | 110 * See VT-d specification, 5.1.6 Remapping Hardware - in dmar_map_msi_intr() 325 "Interrupt remapping ops enabled"); in dmar_init_irt() 337 "QI disabled, disabling interrupt remapping\n"); in dmar_init_irt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SymbolRemappingReader.h | 1 //===- SymbolRemappingReader.h - Read symbol remapping file -----*- C++ -*-===// 10 // remapping files. 94 /// Reader for symbol remapping files.
|
H A D | SampleProfReader.h | 274 /// Create a remapper from the given remapping file. The remapper will 305 // The buffer holding the content read from remapping file. 308 // Map remapping key to the name in the profile. By looking up the 314 // Indicate whether remapping has been applied to the profile read
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | PathMappingList.h | 91 /// If \b true, besides matching \p path with the remapping rules, this 96 /// If \b false, then the existence of the returned remapping is not 116 /// std::nullopt if no remapping happens, otherwise, the matching source
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vtd.c | 316 * physical address of each remapping unit. in vtd_init() 318 * The following example specifies two remapping units at in vtd_init() 347 * in numerical order, i.e. All remapping structures of in vtd_init() 348 * type 0 (DRHD) enumerated before remapping structures of in vtd_init() 459 "any DMA remapping unit", rid); in vtd_add_device() 642 panic("vtd_create_domain: no dma remapping hardware available"); in vtd_create_domain()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/ |
H A D | llvm-cxxmap.cpp | 36 cl::opt<std::string> RemappingFile("remapping-file", cl::Required, 37 cl::desc("Remapping file"), 91 // Load the remapping file and prepare to canonicalize symbols. in remapSymbols()
|
/freebsd/lib/libsys/ |
H A D | minherit.2 | 89 shared-backing-store mapping without unmapping and remapping the address 148 short of unmapping and remapping the area.
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | SourceManager.cpp | 97 // touching the file system unless the path remapping has changed. in GetFile() 103 LLDB_LOG(log, "Path remapping is stale: removing file from caches: {0}", in GetFile() 126 // Check if the path remapping has changed. in GetFile() 128 LLDB_LOG(log, "Path remapping is stale: {0}", file_spec); in GetFile() 508 // Try remapping the file if it doesn't exist. in CommonInitializer() 512 // specific remapping (i.e., the .dSYM remapping dictionary). in CommonInitializer()
|
/freebsd/usr.bin/clang/llvm-profdata/ |
H A D | llvm-profdata.1 | 98 .B \-\-remapping\-file=<path>, \-r 99 Specify a file which contains a remapping from symbol names in the input 105 remapping file.
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleFile.h | 350 /// Remapping table for macro IDs in this module. 369 /// Remapping table for preprocessed entity IDs in this module. 405 /// Remapping table for submodule IDs in this module. 422 /// Remapping table for selector IDs in this module.
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpidump.8 | 104 .It DMAR DMA Remapping Table 105 Contains information about the DMA remapping necessary for the system
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ValueMapper.h | 1 //===- ValueMapper.h - Remapping for constants and metadata -----*- C++ -*-===// 96 /// Instruct the remapper to reuse and mutate distinct metadata (remapping 113 /// A shared context used for mapping and remapping of Value and Metadata
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | apple,sart.yaml | 15 DMA can target these. Unlike a proper IOMMU no remapping can be done and
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | qcom,msm-timer.txt | 29 CPU remapping facilities. The offset is
|
/freebsd/share/man/man4/ |
H A D | vmd.4 | 61 sharing, etc. Fortunately some VMD devices can bypass the remapping.
|
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | shared-dma-pool.yaml | 42 that since coherent allocation needs remapping, one must set
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
H A D | removal_condense_export.ksh | 42 # removed device, and hence eligible for remapping.
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | samsung-s5c73m3.txt | 49 video-interfaces.txt. This sensor doesn't support data lane remapping
|
/freebsd/share/man/man4/man4.i386/ |
H A D | pae.4 | 84 these drivers must use a facility for remapping or substituting physical
|
/freebsd/sys/contrib/xen/io/ |
H A D | libxenvchan.h | 97 * for possible remapping by a client that restarts.
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | qcom-wdt.yaml | 74 Per-CPU offset used when the timer is accessed without the CPU remapping
|