/linux-4.1.27/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.1.27/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() 421 size_t unmapped = 0; in vfio_dma_do_unmap() local 482 unmapped += dma->size; in vfio_dma_do_unmap() 490 unmap->size = unmapped; in vfio_dma_do_unmap() 713 size_t unmapped = iommu_unmap(domain->domain, 0, PAGE_SIZE); in vfio_test_domain_fgsp() local 715 if (unmapped == PAGE_SIZE) in vfio_test_domain_fgsp()
|
/linux-4.1.27/drivers/iommu/ |
D | iommu.c | 1086 size_t unmapped_page, unmapped = 0; in iommu_unmap() local 1117 while (unmapped < size) { in iommu_unmap() 1118 size_t pgsize = iommu_pgsize(domain, iova, size - unmapped); in iommu_unmap() 1128 unmapped += unmapped_page; in iommu_unmap() 1131 trace_unmap(orig_iova, size, unmapped); in iommu_unmap() 1132 return unmapped; in iommu_unmap()
|
D | io-pgtable-arm.c | 469 size_t unmapped; in arm_lpae_unmap() local 475 unmapped = __arm_lpae_unmap(data, iova, size, lvl, ptep); in arm_lpae_unmap() 476 if (unmapped) in arm_lpae_unmap() 479 return unmapped; in arm_lpae_unmap()
|
D | amd_iommu.c | 1437 unsigned long long unmapped; in iommu_unmap_page() local 1443 unmapped = 0; in iommu_unmap_page() 1445 while (unmapped < page_size) { in iommu_unmap_page() 1458 unmapped += unmap_size; in iommu_unmap_page() 1461 BUG_ON(unmapped && !is_power_of_2(unmapped)); in iommu_unmap_page() 1463 return unmapped; in iommu_unmap_page()
|
/linux-4.1.27/drivers/remoteproc/ |
D | remoteproc_core.c | 756 size_t unmapped; in rproc_resource_cleanup() local 758 unmapped = iommu_unmap(rproc->domain, entry->da, entry->len); in rproc_resource_cleanup() 759 if (unmapped != entry->len) { in rproc_resource_cleanup() 762 unmapped); in rproc_resource_cleanup()
|
/linux-4.1.27/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 | 32 skip over unmapped regions.
|
D | unevictable-lru.txt | 535 page is being unmapped for migration, VM_LOCKED VMAs do not stop the
|
/linux-4.1.27/Documentation/block/ |
D | queue-sysfs.txt | 26 the number of bytes that can be trimmed or unmapped in a single operation.
|
/linux-4.1.27/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.1.27/tools/perf/Documentation/ |
D | perf-top.txt | 235 Pressing any unmapped key displays a menu, and prompts for input.
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 320 u32 unmapped = (1 << MAX_PFC_PRIORITIES) - 1; /* all ones */ in bnx2x_dcbx_map_nw() local 328 unmapped &= ~(1 << ttp[i]); in bnx2x_dcbx_map_nw() 335 "cos %d extended with 0x%08x\n", i, unmapped); in bnx2x_dcbx_map_nw() 336 cos_params[i].pri_bitmask |= unmapped; in bnx2x_dcbx_map_nw()
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 19 through the IOMMU and faulting when encountering accesses to unmapped
|
/linux-4.1.27/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 | 602 single] [unmapped as page]
|
D | kernel-parameters.txt | 428 they are unmapped. Otherwise they are 949 which are not unmapped.
|
/linux-4.1.27/Documentation/driver-model/ |
D | devres.txt | 21 iomapped address should be kept and unmapped on driver detach. For
|
/linux-4.1.27/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.1.27/Documentation/ABI/testing/ |
D | sysfs-block | 195 trimmed or unmapped in a single operation. Some storage
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/video4linux/ |
D | videobuf | 228 videobuf_mmap_free() will ensure that all buffers have been unmapped; if
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | aacraid.h | 1862 u32 unmapped; member
|
D | aachba.c | 2876 qd.unmapped = 1; in query_disk() 2878 qd.unmapped = 0; in query_disk()
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 942 by another offset targeting an unmapped PL310 register 0x740.
|