Home
last modified time | relevance | path

Searched refs:cpu_dcache_wb_range (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/arm64/iommu/
H A Diommu_pmap.c635 cpu_dcache_wb_range(l1p, sizeof(pd_entry_t)); in pmap_gpu_enter()
636 cpu_dcache_wb_range(l2p, sizeof(pd_entry_t)); in pmap_gpu_enter()
647 cpu_dcache_wb_range(l3, sizeof(pt_entry_t)); in pmap_gpu_enter()
684 cpu_dcache_wb_range(pte, sizeof(pt_entry_t)); in pmap_gpu_remove()
/freebsd/sys/riscv/include/
H A Dcpufunc.h163 cpu_dcache_wb_range(void *addr, size_t size) in cpu_dcache_wb_range() function
/freebsd/sys/arm64/include/
H A Dcpufunc.h201 #define cpu_dcache_wb_range(a, s) arm64_dcache_wb_range((a), (s)) macro
/freebsd/sys/riscv/riscv/
H A Dbusdma_bounce.c760 cpu_dcache_wb_range(va, 1); in dma_preread_safe()
762 cpu_dcache_wb_range(va + size, 1); in dma_preread_safe()
798 cpu_dcache_wb_range(va, len); in dma_dcache_sync()
864 cpu_dcache_wb_range(bpage->vaddr, in bounce_bus_dmamap_sync()
/freebsd/sys/arm64/arm64/
H A Dgicv3_its.c795 cpu_dcache_wb_range(sc->sc_conf_base, LPI_CONFTAB_SIZE); in gicv3_its_conftable_init()
814 cpu_dcache_wb_range(sc->sc_pend_base[i], in gicv3_its_pendtables_init()
1272 cpu_dcache_wb_range(&conf[girq->gi_lpi], 1); in gicv3_its_disable_intr()
1296 cpu_dcache_wb_range(&conf[girq->gi_lpi], 1); in gicv3_its_enable_intr()
1511 cpu_dcache_wb_range(l2_table, ptable->ptab_l2_size); in its_device_alloc()
1515 cpu_dcache_wb_range(&table[index], sizeof(table[index])); in its_device_alloc()
1578 cpu_dcache_wb_range(its_dev->itt, itt_size); in its_device_get()
1982 cpu_dcache_wb_range(cmd, sizeof(*cmd)); in its_cmd_sync()
H A Dbusdma_bounce.c976 cpu_dcache_wb_range(va, 1); in dma_preread_safe()
978 cpu_dcache_wb_range(va + size, 1); in dma_preread_safe()
1014 cpu_dcache_wb_range((void *)va, len); in dma_dcache_sync()
1080 cpu_dcache_wb_range(bpage->vaddr, in bounce_bus_dmamap_sync()
H A Dpmap.c5710 cpu_dcache_wb_range(PHYS_TO_DMAP(pa), PAGE_SIZE); in pmap_enter()
/freebsd/sys/dev/hwt/
H A Dhwt_vm.c159 cpu_dcache_wb_range(VM_PAGE_TO_DMAP(m), PAGE_SIZE); in hwt_vm_alloc_pages()
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c596 cpu_dcache_wb_range(buf, count); in create_pagelist()