Home
last modified time | relevance | path

Searched full:invalidation (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/linux/drivers/gpu/drm/xe/
H A Dxe_tlb_inval.c20 * DOC: Xe TLB invalidation
22 * Xe TLB invalidation is implemented in two layers. The first is the frontend
27 * interacts with the hardware (or firmware) to perform the actual invalidation.
87 "TLB invalidation fence timeout, seqno=%d recv=%d", in xe_tlb_inval_fence_timeout()
100 * tlb_inval_fini - Clean up TLB invalidation state
105 * TLB invalidation state.
115 * xe_gt_tlb_inval_init_early() - Initialize TLB invalidation state
118 * Initialize TLB invalidation state, purely software initialization, should
157 * xe_tlb_inval_reset() - TLB invalidation reset
158 * @tlb_inval: TLB invalidation client
[all …]
H A Dxe_tlb_inval_job.c19 /** struct xe_tlb_inval_job - TLB invalidation job */
23 /** @tlb_inval: TLB invalidation client */
27 /** @vm: VM which TLB invalidation is being issued for */
83 * xe_tlb_inval_job_create() - TLB invalidation job create
85 * @tlb_inval: TLB invalidation client
87 * @vm: VM which TLB invalidation is being issued for
92 * Create a TLB invalidation job and initialize internal fields. The caller is
95 * Return: TLB invalidation job object on success, ERR_PTR failure
157 * @job: TLB invalidation job that may trigger reclamation
201 * xe_tlb_inval_job_alloc_dep() - TLB invalidation job alloc dependency
[all …]
/linux/Documentation/ABI/testing/
H A Ddebugfs-intel-iommu121 This file exports invalidation queue internals of each
130 Invalidation queue on IOMMU: dmar0
144 Invalidation queue on IOMMU: dmar1
168 * 1 - enable sampling IOTLB invalidation latency data
170 * 2 - enable sampling devTLB invalidation latency data
172 * 3 - enable sampling intr entry cache invalidation latency data
185 2) Enable sampling IOTLB invalidation latency data
207 3) Enable sampling devTLB invalidation latency data
/linux/arch/arm64/include/asm/
H A Dtlbflush.h87 * the level at which the invalidation must take place. If the level is
88 * wrong, no invalidation may take place. In the case where the level
90 * a non-hinted invalidation. Any provided level outside the hint range
91 * will also cause fall-back to non-hinted invalidation.
93 * For Stage-2 invalidation, use the level values provided to that effect
205 * TLB Invalidation
208 * This header file implements the low-level TLB invalidation routines
211 * Every invalidation operation uses the following template:
215 * DSB ISH // Ensure the TLB invalidation has completed
220 * The following functions form part of the "core" TLB invalidation API,
[all …]
H A Dkvm_pgtable.h301 * TLB invalidation.
468 * to freeing and therefore no TLB invalidation is performed.
504 * TLB invalidation is performed for each page-table entry cleared during the
566 * to freeing and therefore no TLB invalidation is performed.
577 * to freeing and therefore no TLB invalidation is performed.
597 * freeing and therefore no TLB invalidation is performed.
614 * invalidation or CMOs are performed.
689 * TLB invalidation is performed for each page-table entry cleared during the
701 * without TLB invalidation.
766 * TLB invalidation is performed after updating the entry. Software bits cannot
/linux/drivers/iommu/intel/
H A Dpasid.c334 * VT-d spec 5.0 table28 states guides for cache invalidation: in intel_pasid_flush_present()
336 * - PASID-selective-within-Domain PASID-cache invalidation in intel_pasid_flush_present()
337 * - PASID-selective PASID-based IOTLB invalidation in intel_pasid_flush_present()
339 * - Global Device-TLB invalidation to affected functions in intel_pasid_flush_present()
341 * - PASID-based Device-TLB invalidation (with S=1 and in intel_pasid_flush_present()
535 * - PASID-selective-within-Domain PASID-cache invalidation in intel_pasid_setup_dirty_tracking()
537 * - Domain-selective IOTLB invalidation in intel_pasid_setup_dirty_tracking()
539 * - PASID-selective PASID-based IOTLB invalidation in intel_pasid_setup_dirty_tracking()
541 * - Global Device-TLB invalidation to affected functions in intel_pasid_setup_dirty_tracking()
543 * - PASID-based Device-TLB invalidation (with S=1 and in intel_pasid_setup_dirty_tracking()
[all …]
H A Ddmar.c1218 return "Context-cache Invalidation"; in qi_type_string()
1220 return "IOTLB Invalidation"; in qi_type_string()
1222 return "Device-TLB Invalidation"; in qi_type_string()
1224 return "Interrupt Entry Cache Invalidation"; in qi_type_string()
1226 return "Invalidation Wait"; in qi_type_string()
1228 return "PASID-based IOTLB Invalidation"; in qi_type_string()
1230 return "PASID-cache Invalidation"; in qi_type_string()
1232 return "PASID-based Device-TLB Invalidation"; in qi_type_string()
1247 pr_err("VT-d detected Invalidation Queue Error: Reason %llx", in qi_dump_fault()
1250 pr_err("VT-d detected Invalidation Time-out Error: SID %llx", in qi_dump_fault()
[all …]
H A Dcache.c3 * cache.c - Intel VT-d cache invalidation
324 * invalidation requests while address remapping hardware is disabled. in qi_batch_add_dev_iotlb()
338 * npages == -1 means a PASID-selective invalidation, otherwise, in qi_batch_add_piotlb()
339 * a positive value for Page-selective-within-PASID invalidation. in qi_batch_add_piotlb()
355 * Device-TLB invalidation requests while address remapping hardware in qi_batch_add_pasid_dev_iotlb()
500 * stage mapping requires explicit invalidation of the caches.
503 * flushing, if cache invalidation is not required.
/linux/drivers/gpu/drm/i915/gt/uc/abi/
H A Dguc_actions_abi.h196 * 0: Heavy mode of Invalidation:
197 * The pipeline of the engine(s) for which the invalidation is targeted to is
199 * Observed before completing the TLB invalidation
200 * 1: Lite mode of Invalidation:
203 * completing TLB invalidation.
204 * Light Invalidation Mode is to be used only when
206 * for the in-flight transactions across the TLB invalidation. In other words,
207 * this mode can be used when the TLB invalidation is intended to clear out the
208 * stale cached translations that are no longer in use. Light Invalidation Mode
209 * is much faster than the Heavy Invalidation Mode, as it does not wait for the
/linux/Documentation/driver-api/
H A Dgeneric_pt.rst111 IOMMU Invalidation Features
114 Invalidation is how the page table algorithms synchronize with a HW cache of the
125 single range invalidation for each operation, over-invalidating if there are
126 gaps of VA that don't need invalidation. This trades off impacted VA for number
127 of invalidation operations. It does not keep track of what is being invalidated;
/linux/drivers/infiniband/ulp/rtrs/
H A DREADME54 The procedure is the default behaviour of the driver. This invalidation and
165 the user header, flags (specifying if memory invalidation is necessary) and the
169 attaches an invalidation message if requested and finally an "empty" rdma
176 or in case client requested invalidation:
184 the user header, flags (specifying if memory invalidation is necessary) and the
190 attaches an invalidation message if requested and finally an "empty" rdma
201 or in case client requested invalidation:
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dtlb.c36 * being either ish or nsh, depending on the invalidation in enter_vmid_context()
165 * We have to ensure completion of the invalidation at Stage-2, in __kvm_tlb_flush_vmid_ipa()
168 * the Stage-1 invalidation happened first. in __kvm_tlb_flush_vmid_ipa()
195 * We have to ensure completion of the invalidation at Stage-2, in __kvm_tlb_flush_vmid_ipa_nsh()
198 * the Stage-1 invalidation happened first. in __kvm_tlb_flush_vmid_ipa_nsh()
/linux/include/uapi/linux/
H A Diommufd.h842 * enum iommu_hwpt_invalidate_data_type - IOMMU HWPT Cache Invalidation
844 * @IOMMU_HWPT_INVALIDATE_DATA_VTD_S1: Invalidation data for VTD_S1
845 * @IOMMU_VIOMMU_INVALIDATE_DATA_ARM_SMMUV3: Invalidation data for ARM SMMUv3
854 * stage-1 cache invalidation
855 * @IOMMU_VTD_INV_FLAGS_LEAF: Indicates whether the invalidation applies
864 * struct iommu_hwpt_vtd_s1_invalidate - Intel VT-d cache invalidation
872 * The Intel VT-d specific invalidation data for user-managed stage-1 cache
873 * invalidation in nested translation. Userspace uses this structure to
889 * struct iommu_viommu_arm_smmuv3_invalidate - ARM SMMUv3 cache invalidation
891 * @cmd: 128-bit cache invalidation comman
[all...]
/linux/arch/arm64/kvm/hyp/vhe/
H A Dtlb.c111 * We have to ensure completion of the invalidation at Stage-2, in __kvm_tlb_flush_vmid_ipa()
114 * the Stage-1 invalidation happened first. in __kvm_tlb_flush_vmid_ipa()
143 * We have to ensure completion of the invalidation at Stage-2, in __kvm_tlb_flush_vmid_ipa_nsh()
146 * the Stage-1 invalidation happened first. in __kvm_tlb_flush_vmid_ipa_nsh()
224 * TLB invalidation emulation for NV. For any given instruction, we
/linux/arch/powerpc/include/asm/
H A Dpnv-ocxl.h19 /* Radix Invalidation Control
28 /* Invalidation Criteria
35 /* Invalidation Flag */
/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst36 (8) Data file invalidation
39 (11) Page release and invalidation
285 The read operation will fail with ESTALE if invalidation occurred whilst the
302 Data File Invalidation
319 This increases the invalidation counter in the cookie to cause outstanding
324 Invalidation runs asynchronously in a worker thread so that it doesn't block
427 Page Release and Invalidation
442 Page release and page invalidation should also wait for any mark left on the
/linux/Documentation/gpu/
H A Ddrm-vm-bind-locking.rst87 notifier invalidation. This is not a real seqlock but described in
95 invalidation notifiers.
103 invalidation. The userptr notifier lock is per gpu_vm.
406 <Invalidation example>` below). Note that when the core mm decides to
435 // invalidation notifier running anymore.
449 // of the MMU invalidation notifier. Hence the
476 The userptr gpu_vma MMU invalidation notifier might be called from
495 // invalidation callbacks, the mmu notifier core will flip
504 When this invalidation notifier returns, the GPU can no longer be
564 invalidation notifier where zapping happens. Hence, if the
/linux/drivers/misc/sgi-gru/
H A Dgrutlbpurge.c32 /* ---------------------------------- TLB Invalidation functions --------
86 * General purpose TLB invalidation function. This function scans every GRU in
115 * To help improve the efficiency of TLB invalidation, the GMS data
120 * provide the callbacks for TLB invalidation. The GMS contains:
137 * zero to force a full TLB invalidation. This is fast but will
/linux/arch/powerpc/kernel/
H A Dl2cr_6xx.S60 - L2I set to perform a global invalidation
111 /* Before we perform the global invalidation, we must disable dynamic
207 /* Perform a global invalidation */
223 /* Wait for the invalidation to complete */
342 /* Perform a global invalidation */
/linux/include/linux/
H A Dmemregion.h43 * contents while performing the invalidation. It is only exported for
61 WARN_ON_ONCE("CPU cache invalidation required"); in cpu_cache_invalidate_memregion()
H A Dmmu_notifier.h43 * a device driver to possibly ignore the invalidation if the
134 * Invalidation of multiple concurrent ranges may be
195 * TLB invalidation.
311 * mmu_interval_set_seq - Save the invalidation sequence
341 * Returns: true if an invalidation collided with this critical section, and
364 * Returns: true indicates an invalidation has collided with this critical
/linux/include/vdso/
H A Dhelpers.h54 /* Ensure the sequence invalidation is visible before data is modified */ in vdso_write_begin_clock()
71 /* Ensure the sequence invalidation is visible before data is modified */ in vdso_write_begin()
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/
H A Dl2_cache.json12 …he L2 (from other CPUs) which return data even if the snoops cause an invalidation. L2 cache line …
44 …"PublicDescription": "Counts each explicit invalidation of a cache line in the level 2 cache by ca…
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/
H A Dl2_cache.json12 …he L2 (from other CPUs) which return data even if the snoops cause an invalidation. L2 cache line …
44 …"PublicDescription": "Counts each explicit invalidation of a cache line in the level 2 cache by ca…
/linux/lib/
H A Dcache_maint.c6 * iterate over each registered instance to first kick off invalidation and
130 * Machines that do not support invalidation, e.g. VMs, will not have any

12345678910>>...13