Home
last modified time | relevance | path

Searched refs:clflush_cache_range (Results 1 – 12 of 12) sorted by relevance

/linux/arch/x86/include/asm/
H A Dcacheflush.h11 void clflush_cache_range(void *addr, unsigned int size);
/linux/drivers/iommu/intel/
H A Dpasid.c75 clflush_cache_range(pasid_table->table, (1 << order) * PAGE_SIZE); in intel_pasid_alloc_table()
169 clflush_cache_range(entries, VTD_PAGE_SIZE); in intel_pasid_get_entry()
170 clflush_cache_range(&dir[dir_index].val, sizeof(*dir)); in intel_pasid_get_entry()
279 clflush_cache_range(pte, sizeof(*pte)); in intel_pasid_tear_down_entry()
302 clflush_cache_range(pte, sizeof(*pte)); in pasid_flush_caches()
326 clflush_cache_range(pte, sizeof(*pte)); in intel_pasid_flush_present()
621 clflush_cache_range(pte, sizeof(*pte)); in intel_pasid_setup_dirty_tracking()
H A Diommu.c563 clflush_cache_range(addr, size); in domain_flush_cache()
1498 clflush_cache_range(context, sizeof(*context)); in domain_context_mapping_one()
4374 clflush_cache_range(context, sizeof(*context)); in context_setup_pass_through()
H A Diommu.h807 clflush_cache_range(addr, size); in __iommu_flush_cache()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-mmu.c298 clflush_cache_range(&l2_pt[l2_idx - l2_entries], in l2_unmap()
355 clflush_cache_range(&mmu_info->l1_pt[l1_idx], in l2_map()
378 clflush_cache_range(&l2_pt[l2_idx - l2_entries], in l2_map()
H A Dipu6-fw-isys.c113 clflush_cache_range(cpu_mapped_buf, size); in ipu6_fw_isys_complex_cmd()
/linux/drivers/virt/coco/efi_secret/
H A Defi_secret.c114 clflush_cache_range(addr, size); in wipe_memory()
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dloader.c190 clflush_cache_range(dma_bufs[i], fragment_size); in prepare_dma_bufs()
/linux/arch/x86/mm/pat/
H A Dset_memory.c348 void clflush_cache_range(void *vaddr, unsigned int size) in clflush_cache_range() function
354 EXPORT_SYMBOL_GPL(clflush_cache_range);
359 clflush_cache_range(addr, size); in arch_invalidate_pmem()
/linux/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c690 clflush_cache_range(dma_buf, payload_max_size); in ish_fw_xfer_direct_dma()
/linux/arch/x86/kvm/svm/
H A Dsev.c713 clflush_cache_range(page_virtual, PAGE_SIZE); in sev_clflush_pages()
947 clflush_cache_range(svm->sev_es.vmsa, PAGE_SIZE); in __sev_launch_update_vmsa()
3134 clflush_cache_range(va, PAGE_SIZE); in sev_flush_encrypted_page()
4938 clflush_cache_range(__va(pfn_to_hpa(pfn)), in sev_gmem_invalidate()
/linux/arch/x86/virt/vmx/tdx/
H A Dtdx.c1518 clflush_cache_range(page_to_virt(page), PAGE_SIZE); in tdx_clflush_page()