/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_iommu.c | 96 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/ |
D | vfio_iommu_type1.c | 360 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/ |
D | arch-support.txt | 4 # description: arch supports deferral of TLB flush until multiple pages are unmapped
|
/linux-4.4.14/drivers/iommu/ |
D | iommu.c | 1370 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()
|
D | io-pgtable-arm.c | 530 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()
|
D | amd_iommu.c | 1370 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/ |
D | remoteproc_core.c | 770 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/ |
D | zsmalloc.txt | 31 unmapped using zs_unmap_object().
|
D | ksm.txt | 43 includes unmapped gaps (though working on the intervening mapped areas),
|
D | pagemap.txt | 38 skip over unmapped regions.
|
/linux-4.4.14/Documentation/block/ |
D | queue-sysfs.txt | 26 the number of bytes that can be trimmed or unmapped in a single operation.
|
/linux-4.4.14/Documentation/x86/ |
D | intel_mpx.txt | 84 is unmapped. 205 in the virtual address region which is being unmapped will be freed also.
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 19 through the IOMMU and faulting when encountering accesses to unmapped
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 322 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/ |
D | dma-buf-sharing.txt | 218 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
|
D | DMA-API-HOWTO.txt | 90 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)
|
D | DMA-API.txt | 596 single] [unmapped as page]
|
D | kernel-parameters.txt | 435 they are unmapped. Otherwise they are 976 which are not unmapped.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-top.txt | 263 Pressing any unmapped key displays a menu, and prompts for input.
|
/linux-4.4.14/Documentation/driver-model/ |
D | devres.txt | 21 iomapped address should be kept and unmapped on driver detach. For
|
/linux-4.4.14/Documentation/cgroups/ |
D | memcg_test.txt | 70 (b) fully unmapped.
|
D | memory.txt | 102 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/ |
D | sysfs-block | 202 trimmed or unmapped in a single operation. Some storage
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-glocks.txt | 75 some progress before the pages are unmapped.
|
D | relay.txt | 468 unmapped. The client can use this notification to trigger actions
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 467 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/ |
D | videobuf | 228 videobuf_mmap_free() will ensure that all buffers have been unmapped; if
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | aacraid.h | 1875 u32 unmapped; member
|
D | aachba.c | 2876 qd.unmapped = 1; in query_disk() 2878 qd.unmapped = 0; in query_disk()
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 951 by another offset targeting an unmapped PL310 register 0x740.
|
/linux-4.4.14/init/ |
D | Kconfig | 887 # are unmapped instead of sending one IPI per page to flush. The architecture
|