Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm.c313 clflush_cache_range(src, len); in load_and_flush_by_kmap()
338 clflush_cache_range(src, bytes); in load_and_flush()
349 clflush_cache_range(vptr, bytes); in load_and_flush()
408 clflush_cache_range(dst, bytes); in hmm_store()
417 clflush_cache_range(vptr, bytes); in hmm_store()
453 clflush_cache_range(des, len); in hmm_store()
481 clflush_cache_range(dst, bytes); in hmm_set()
489 clflush_cache_range(vptr, bytes); in hmm_set()
513 clflush_cache_range(des, len); in hmm_set()
H A Dhmm_bo.c947 clflush_cache_range(bo->vmap_addr, bo->pgnr * PAGE_SIZE); in hmm_bo_flush_vmap()
/openbmc/linux/arch/ia64/lib/
H A Dflush.S78 GLOBAL_ENTRY(clflush_cache_range)
119 END(clflush_cache_range)
/openbmc/linux/drivers/iommu/intel/
H A Dpasid.c132 clflush_cache_range(pasid_table->table, (1 << order) * PAGE_SIZE); in intel_pasid_alloc_table()
222 clflush_cache_range(entries, VTD_PAGE_SIZE); in intel_pasid_get_entry()
223 clflush_cache_range(&dir[dir_index].val, sizeof(*dir)); in intel_pasid_get_entry()
469 clflush_cache_range(pte, sizeof(*pte)); in intel_pasid_tear_down_entry()
492 clflush_cache_range(pte, sizeof(*pte)); in pasid_flush_caches()
699 clflush_cache_range(pte, sizeof(*pte)); in intel_pasid_setup_page_snoop_control()
H A Diommu.h734 clflush_cache_range(addr, size); in __iommu_flush_cache()
H A Diommu.c780 clflush_cache_range(addr, size); in domain_flush_cache()
2041 clflush_cache_range(context, sizeof(*context)); in domain_context_mapping_one()
/openbmc/linux/arch/x86/include/asm/
H A Dcacheflush.h11 void clflush_cache_range(void *addr, unsigned int size);
/openbmc/linux/arch/ia64/include/asm/
H A Dcacheflush.h29 extern void clflush_cache_range(void *addr, int size);
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_mmu_context.c272 clflush_cache_range(pgtable->pte_ptrs[pgd_idx][pud_idx][pmd_idx], in ivpu_mmu_context_flush_page_tables()
276 clflush_cache_range(pgtable->pmd_ptrs[pgd_idx][pud_idx], in ivpu_mmu_context_flush_page_tables()
279 clflush_cache_range(pgtable->pud_ptrs[pgd_idx], IVPU_MMU_PGTABLE_SIZE); in ivpu_mmu_context_flush_page_tables()
281 clflush_cache_range(pgtable->pgd_dma_ptr, IVPU_MMU_PGTABLE_SIZE); in ivpu_mmu_context_flush_page_tables()
H A Divpu_mmu.c449 clflush_cache_range(q->base, IVPU_MMU_CMDQ_SIZE); in ivpu_mmu_cmdq_sync()
489 clflush_cache_range(mmu->cmdq.base, IVPU_MMU_CMDQ_SIZE); in ivpu_mmu_reset()
583 clflush_cache_range(entry, IVPU_MMU_STRTAB_ENT_SIZE); in ivpu_mmu_strtab_link_cd()
657 clflush_cache_range(entry, IVPU_MMU_CDTAB_ENT_SIZE); in ivpu_mmu_cd_add()
/openbmc/linux/drivers/virt/coco/efi_secret/
H A Defi_secret.c116 clflush_cache_range(addr, size); in wipe_memory()
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c378 clflush_cache_range(__va(pa), size); in __set_clr_pte_enc()
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.c792 clflush_cache_range(msg_addr, cl_msg->send_buf.size); in ishtp_cl_send_msg_dma()
1022 clflush_cache_range(msg, hbm->msg_length); in recv_ishtp_cl_msg_dma()
/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c336 void clflush_cache_range(void *vaddr, unsigned int size) in clflush_cache_range() function
342 EXPORT_SYMBOL_GPL(clflush_cache_range);
347 clflush_cache_range(addr, size); in arch_invalidate_pmem()
/openbmc/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()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsev.c484 clflush_cache_range(page_virtual, PAGE_SIZE); in sev_clflush_pages()
656 clflush_cache_range(svm->sev_es.vmsa, PAGE_SIZE); in __sev_launch_update_vmsa()
2358 clflush_cache_range(va, PAGE_SIZE); in sev_flush_encrypted_page()
/openbmc/linux/drivers/crypto/ccp/
H A Dsev-dev.c1353 clflush_cache_range(sev_es_tmr, SEV_ES_TMR_SIZE); in sev_pci_init()