Home
last modified time | relevance | path

Searched refs:unmapped (Results 1 – 31 of 31) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_iommu.c96 size_t unmapped; in msm_iommu_unmap() local
98 unmapped = iommu_unmap(domain, da, bytes); in msm_iommu_unmap()
99 if (unmapped < bytes) in msm_iommu_unmap()
100 return unmapped; in msm_iommu_unmap()
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_type1.c360 size_t unmapped, len; in vfio_unmap_unpin() local
381 unmapped = iommu_unmap(domain->domain, iova, len); in vfio_unmap_unpin()
382 if (WARN_ON(!unmapped)) in vfio_unmap_unpin()
386 unmapped >> PAGE_SHIFT, in vfio_unmap_unpin()
388 iova += unmapped; in vfio_unmap_unpin()
434 size_t unmapped = 0; in vfio_dma_do_unmap() local
495 unmapped += dma->size; in vfio_dma_do_unmap()
503 unmap->size = unmapped; in vfio_dma_do_unmap()
726 size_t unmapped = iommu_unmap(domain->domain, 0, PAGE_SIZE); in vfio_test_domain_fgsp() local
728 if (unmapped == PAGE_SIZE) in vfio_test_domain_fgsp()
/linux-4.4.14/Documentation/features/vm/TLB/
Darch-support.txt4 # description: arch supports deferral of TLB flush until multiple pages are unmapped
/linux-4.4.14/drivers/iommu/
Diommu.c1370 size_t unmapped_page, unmapped = 0; in iommu_unmap() local
1401 while (unmapped < size) { in iommu_unmap()
1402 size_t pgsize = iommu_pgsize(domain, iova, size - unmapped); in iommu_unmap()
1412 unmapped += unmapped_page; in iommu_unmap()
1415 trace_unmap(orig_iova, size, unmapped); in iommu_unmap()
1416 return unmapped; in iommu_unmap()
Dio-pgtable-arm.c530 size_t unmapped; in arm_lpae_unmap() local
536 unmapped = __arm_lpae_unmap(data, iova, size, lvl, ptep); in arm_lpae_unmap()
537 if (unmapped) in arm_lpae_unmap()
540 return unmapped; in arm_lpae_unmap()
Damd_iommu.c1370 unsigned long long unmapped; in iommu_unmap_page() local
1376 unmapped = 0; in iommu_unmap_page()
1378 while (unmapped < page_size) { in iommu_unmap_page()
1391 unmapped += unmap_size; in iommu_unmap_page()
1394 BUG_ON(unmapped && !is_power_of_2(unmapped)); in iommu_unmap_page()
1396 return unmapped; in iommu_unmap_page()
/linux-4.4.14/drivers/remoteproc/
Dremoteproc_core.c770 size_t unmapped; in rproc_resource_cleanup() local
772 unmapped = iommu_unmap(rproc->domain, entry->da, entry->len); in rproc_resource_cleanup()
773 if (unmapped != entry->len) { in rproc_resource_cleanup()
776 unmapped); in rproc_resource_cleanup()
/linux-4.4.14/Documentation/vm/
Dzsmalloc.txt31 unmapped using zs_unmap_object().
Dksm.txt43 includes unmapped gaps (though working on the intervening mapped areas),
Dpagemap.txt38 skip over unmapped regions.
/linux-4.4.14/Documentation/block/
Dqueue-sysfs.txt26 the number of bytes that can be trimmed or unmapped in a single operation.
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt84 is unmapped.
205 in the virtual address region which is being unmapped will be freed also.
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Diommu.txt19 through the IOMMU and faulting when encountering accesses to unmapped
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c322 u32 unmapped = (1 << MAX_PFC_PRIORITIES) - 1; /* all ones */ in bnx2x_dcbx_map_nw() local
330 unmapped &= ~(1 << ttp[i]); in bnx2x_dcbx_map_nw()
337 "cos %d extended with 0x%08x\n", i, unmapped); in bnx2x_dcbx_map_nw()
338 cos_params[i].pri_bitmask |= unmapped; in bnx2x_dcbx_map_nw()
/linux-4.4.14/Documentation/
Ddma-buf-sharing.txt218 Once all users have finished accessing and have unmapped this buffer, the
280 unmapped again. There is no limit on how often a given chunk can be mapped
281 and unmapped, i.e. the importer does not need to call begin_cpu_access again
DDMA-API-HOWTO.txt90 mapped only for the time they are actually used and unmapped after the DMA
316 initialization, unmapped at the end and for which the hardware should
358 transfer, unmapped right after it (unless you use dma_sync_* below)
DDMA-API.txt596 single] [unmapped as page]
Dkernel-parameters.txt435 they are unmapped. Otherwise they are
976 which are not unmapped.
/linux-4.4.14/tools/perf/Documentation/
Dperf-top.txt263 Pressing any unmapped key displays a menu, and prompts for input.
/linux-4.4.14/Documentation/driver-model/
Ddevres.txt21 iomapped address should be kept and unmapped on driver detach. For
/linux-4.4.14/Documentation/cgroups/
Dmemcg_test.txt70 (b) fully unmapped.
Dmemory.txt102 at version 6; it combines both mapped (RSS) and unmapped Page
178 An RSS page is unaccounted when it's fully unmapped. A PageCache page is
180 unmapped (by kswapd), they may exist as SwapCache in the system until they
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-block202 trimmed or unmapped in a single operation. Some storage
/linux-4.4.14/Documentation/filesystems/
Dgfs2-glocks.txt75 some progress before the pages are unmapped.
Drelay.txt468 unmapped. The client can use this notification to trigger actions
/linux-4.4.14/Documentation/sysctl/
Dvm.txt467 against all file-backed unmapped pages including swapcache pages and tmpfs
468 files. Otherwise, only unmapped pages backed by normal files but not tmpfs
/linux-4.4.14/Documentation/video4linux/
Dvideobuf228 videobuf_mmap_free() will ensure that all buffers have been unmapped; if
/linux-4.4.14/drivers/scsi/aacraid/
Daacraid.h1875 u32 unmapped; member
Daachba.c2876 qd.unmapped = 1; in query_disk()
2878 qd.unmapped = 0; in query_disk()
/linux-4.4.14/arch/arm/mm/
DKconfig951 by another offset targeting an unmapped PL310 register 0x740.
/linux-4.4.14/init/
DKconfig887 # are unmapped instead of sending one IPI per page to flush. The architecture