Searched refs:unmap (Results 101 - 125 of 201) sorted by relevance

123456789

/linux-master/drivers/clk/ti/
H A Dfapll.c595 goto unmap;
654 unmap:
/linux-master/drivers/mmc/host/
H A Dtoshsd.c652 goto unmap;
667 unmap:
H A Drenesas_sdhi_internal_dmac.c368 bool unmap = cookie == COOKIE_UNMAPPED ? (data->host_cookie != cookie) : local
371 if (unmap) {
H A Dvia-sdmmc.c1142 goto unmap;
1156 goto unmap;
1160 unmap:
H A Dwbsd.c1386 goto unmap;
1391 goto unmap;
1397 unmap:
/linux-master/arch/um/kernel/
H A Dtlb.c84 ret = unmap(&hvc->mm->context.id,
509 else err = unmap(mm_id, address, PAGE_SIZE, 1, &flush);
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu_v2.c263 .unmap = etnaviv_iommuv2_unmap,
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.h253 struct bnad_rx_unmap unmap[] ____cacheline_aligned;
/linux-master/arch/powerpc/include/asm/
H A Dps3.h107 int (*unmap)(struct ps3_dma_region *, member in struct:ps3_dma_region_ops
/linux-master/arch/um/include/shared/
H A Dos.h280 extern int unmap(struct mm_id * mm_idp, unsigned long addr, unsigned long len,
/linux-master/drivers/mfd/
H A Dtwl6030-irq.c355 .unmap = twl6030_irq_unmap,
H A Dtc3589x.c231 .unmap = tc3589x_irq_unmap,
/linux-master/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c159 * hl_mmu_get_real_page_size - get real page size to use in map/unmap operation
210 * @page_size: size of the page to unmap
254 rc = mmu_funcs->unmap(ctx, real_virt_addr, is_dram_addr);
359 if (mmu_funcs->unmap(ctx, real_virt_addr, is_dram_addr))
361 "failed to unmap va: 0x%llx\n", real_virt_addr);
413 /* last mapping failed so don't try to unmap it - reduce off by page_size */
415 goto unmap;
421 unmap:
427 "failed to unmap va 0x%llx\n", curr_va);
438 * @virt_addr: virt addr to unmap
[all...]
H A Dmmu_v2.c333 mmu->unmap = hl_mmu_v2_unmap;
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c773 goto unmap;
778 goto unmap;
828 unmap:
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c1172 goto unmap;
1194 goto unmap;
1216 goto unmap;
1229 unmap:
1349 goto unmap;
1356 unmap:
1725 goto unmap;
1741 unmap:
1908 goto unmap;
1916 unmap
[all...]
/linux-master/drivers/block/
H A Dvirtio_blk.c161 static int virtblk_setup_discard_write_zeroes_erase(struct request *req, bool unmap) argument
169 if (unmap)
244 bool unmap = false; local
271 unmap = !(req->cmd_flags & REQ_NOUNMAP);
318 if (virtblk_setup_discard_write_zeroes_erase(req, unmap))
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c95 * unmap path because not every place currently checks for errors
232 goto unmap;
252 goto unmap;
258 goto unmap;
269 /* unmap the new allocation as single */
272 goto unmap;
280 unmap:
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c153 TRA(it, "PDE unmap %s", nvkm_vmm_desc_type(&desc[it->lvl - 1]));
162 func->unmap(vmm, pgd->pt[0], pdei, 1);
269 /* GPU may have cached the PT, flush before unmap. */
289 return false; /* PTE writes for unmap() not necessary. */
351 pair->func->unmap(vmm, pgt->pt[0], pteb, ptes);
358 pair->func->unmap(vmm, pgt->pt[0], pteb, ptes);
462 desc->func->unmap(vmm, pt, pteb, ptes);
608 page->desc->func->invalid : page->desc->func->unmap);
686 nvkm_vmm_iter(vmm, page, addr, size, "unmap", false, pfn,
689 func->unmap);
[all...]
H A Dvmmnv50.c99 .unmap = nv50_vmm_pgt_unmap,
/linux-master/drivers/crypto/caam/
H A Dcaamhash.c1172 goto unmap;
1180 goto unmap;
1188 unmap:
1365 goto unmap;
1371 goto unmap;
1376 goto unmap;
1384 unmap:
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_api_cmd.h386 u8 unmap:1; member in struct:wfx_hif_req_map_link
/linux-master/drivers/irqchip/
H A Dirq-loongson-liointc.c197 .unmap = irq_unmap_generic_chip,
/linux-master/drivers/gpio/
H A Dgpio-grgpio.c323 .unmap = grgpio_irq_unmap,
/linux-master/drivers/xen/
H A Dxen-scsiback.c109 * call to map/unmap grants. Don't choose it too large, as there are arrays
231 struct gnttab_unmap_grant_ref unmap[VSCSI_GRANT_BATCH]; local
248 gnttab_set_unmap_op(&unmap[invcount], vaddr(req, i),
256 err = gnttab_unmap_refs(unmap, NULL, pages, invcount);
262 err = gnttab_unmap_refs(unmap, NULL, pages, invcount);

Completed in 298 milliseconds

123456789