Searched refs:clflush_cache_range (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.6/drivers/staging/media/atomisp/pci/hmm/ |
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()
|
D | hmm_bo.c | 947 clflush_cache_range(bo->vmap_addr, bo->pgnr * PAGE_SIZE); in hmm_bo_flush_vmap()
|
/Linux-v6.6/arch/ia64/lib/ |
D | flush.S | 78 GLOBAL_ENTRY(clflush_cache_range) 119 END(clflush_cache_range)
|
/Linux-v6.6/drivers/iommu/intel/ |
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() 466 clflush_cache_range(pte, sizeof(*pte)); in intel_pasid_tear_down_entry() 489 clflush_cache_range(pte, sizeof(*pte)); in pasid_flush_caches() 696 clflush_cache_range(pte, sizeof(*pte)); in intel_pasid_setup_page_snoop_control()
|
D | iommu.h | 731 clflush_cache_range(addr, size); in __iommu_flush_cache()
|
D | iommu.c | 780 clflush_cache_range(addr, size); in domain_flush_cache() 2041 clflush_cache_range(context, sizeof(*context)); in domain_context_mapping_one()
|
/Linux-v6.6/arch/x86/include/asm/ |
D | cacheflush.h | 11 void clflush_cache_range(void *addr, unsigned int size);
|
/Linux-v6.6/arch/ia64/include/asm/ |
D | cacheflush.h | 29 extern void clflush_cache_range(void *addr, int size);
|
/Linux-v6.6/drivers/accel/ivpu/ |
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() 494 clflush_cache_range(mmu->evtq.base, IVPU_MMU_EVTQ_SIZE); in ivpu_mmu_reset() 584 clflush_cache_range(entry, IVPU_MMU_STRTAB_ENT_SIZE); in ivpu_mmu_strtab_link_cd() 658 clflush_cache_range(entry, IVPU_MMU_CDTAB_ENT_SIZE); in ivpu_mmu_cd_add() 808 clflush_cache_range(evt, IVPU_MMU_EVTQ_CMD_SIZE); in ivpu_mmu_get_event()
|
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()
|
/Linux-v6.6/drivers/virt/coco/efi_secret/ |
D | efi_secret.c | 116 clflush_cache_range(addr, size); in wipe_memory()
|
/Linux-v6.6/arch/x86/mm/ |
D | mem_encrypt_amd.c | 377 clflush_cache_range(__va(pa), size); in __set_clr_pte_enc()
|
/Linux-v6.6/drivers/hid/intel-ish-hid/ishtp/ |
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()
|
/Linux-v6.6/arch/x86/mm/pat/ |
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()
|
/Linux-v6.6/drivers/hid/intel-ish-hid/ |
D | ishtp-fw-loader.c | 690 clflush_cache_range(dma_buf, payload_max_size); in ish_fw_xfer_direct_dma()
|
/Linux-v6.6/arch/x86/kvm/svm/ |
D | sev.c | 477 clflush_cache_range(page_virtual, PAGE_SIZE); in sev_clflush_pages() 646 clflush_cache_range(svm->sev_es.vmsa, PAGE_SIZE); in __sev_launch_update_vmsa() 2328 clflush_cache_range(va, PAGE_SIZE); in sev_flush_encrypted_page()
|
/Linux-v6.6/drivers/crypto/ccp/ |
D | sev-dev.c | 1347 clflush_cache_range(sev_es_tmr, SEV_ES_TMR_SIZE); in sev_pci_init()
|