/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/ |
H A D | hmm.c | 313 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 D | hmm_bo.c | 947 clflush_cache_range(bo->vmap_addr, bo->pgnr * PAGE_SIZE); in hmm_bo_flush_vmap()
|
/openbmc/linux/arch/ia64/lib/ |
H A D | flush.S | 78 GLOBAL_ENTRY(clflush_cache_range) 119 END(clflush_cache_range)
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | pasid.c | 132 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 D | iommu.h | 734 clflush_cache_range(addr, size); in __iommu_flush_cache()
|
H A D | iommu.c | 780 clflush_cache_range(addr, size); in domain_flush_cache() 2053 clflush_cache_range(context, sizeof(*context)); in domain_context_mapping_one()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | cacheflush.h | 11 void clflush_cache_range(void *addr, unsigned int size);
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | cacheflush.h | 29 extern void clflush_cache_range(void *addr, int size);
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | ivpu_mmu_context.c | 272 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 D | ivpu_mmu.c | 449 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 D | efi_secret.c | 116 clflush_cache_range(addr, size); in wipe_memory()
|
/openbmc/linux/arch/x86/mm/ |
H A D | mem_encrypt_amd.c | 378 clflush_cache_range(__va(pa), size); in __set_clr_pte_enc()
|
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/ |
H A D | client.c | 792 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 D | set_memory.c | 336 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 D | ishtp-fw-loader.c | 690 clflush_cache_range(dma_buf, payload_max_size); in ish_fw_xfer_direct_dma()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | sev.c | 484 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 D | sev-dev.c | 1353 clflush_cache_range(sev_es_tmr, SEV_ES_TMR_SIZE); in sev_pci_init()
|