/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_gem_shrinker.c | 113 unsigned unmapped = 0; in msm_gem_shrinker_vmap() local 126 if (++unmapped >= 15) in msm_gem_shrinker_vmap() 134 *(unsigned long *)ptr += unmapped; in msm_gem_shrinker_vmap() 136 if (unmapped > 0) in msm_gem_shrinker_vmap() 137 pr_info_ratelimited("Purging %u vmaps\n", unmapped); in msm_gem_shrinker_vmap()
|
/Linux-v4.19/include/trace/events/ |
D | huge_memory.h | 51 int referenced, int none_or_zero, int status, int unmapped), 53 TP_ARGS(mm, page, writable, referenced, none_or_zero, status, unmapped), 62 __field(int, unmapped) 72 __entry->unmapped = unmapped; 82 __entry->unmapped)
|
/Linux-v4.19/drivers/vfio/ |
D | vfio_iommu_type1.c | 703 size_t unmapped = 0; in unmap_unpin_fast() local 707 unmapped = iommu_unmap_fast(domain->domain, *iova, len); in unmap_unpin_fast() 709 if (!unmapped) { in unmap_unpin_fast() 712 iommu_tlb_range_add(domain->domain, *iova, unmapped); in unmap_unpin_fast() 715 entry->len = unmapped; in unmap_unpin_fast() 718 *iova += unmapped; in unmap_unpin_fast() 727 if (*unmapped_cnt >= VFIO_IOMMU_TLB_SYNC_MAX || !unmapped) { in unmap_unpin_fast() 733 return unmapped; in unmap_unpin_fast() 741 size_t unmapped = iommu_unmap(domain->domain, *iova, len); in unmap_unpin_slow() local 743 if (unmapped) { in unmap_unpin_slow() [all …]
|
/Linux-v4.19/Documentation/features/vm/TLB/ |
D | arch-support.txt | 4 # description: arch supports deferral of TLB flush until multiple pages are unmapped
|
/Linux-v4.19/drivers/gpu/drm/etnaviv/ |
D | etnaviv_mmu.c | 17 size_t unmapped_page, unmapped = 0; in etnaviv_domain_unmap() local 26 while (unmapped < size) { in etnaviv_domain_unmap() 32 unmapped += unmapped_page; in etnaviv_domain_unmap()
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | 5level-paging.txt | 42 to look for unmapped area by specified address. If it's already 43 occupied, we look for unmapped area in *full* address space, rather than
|
/Linux-v4.19/drivers/iommu/ |
D | iommu.c | 1607 size_t unmapped_page, unmapped = 0; in __iommu_unmap() local 1638 while (unmapped < size) { in __iommu_unmap() 1639 size_t pgsize = iommu_pgsize(domain, iova, size - unmapped); in __iommu_unmap() 1652 unmapped += unmapped_page; in __iommu_unmap() 1658 trace_unmap(orig_iova, size, unmapped); in __iommu_unmap() 1659 return unmapped; in __iommu_unmap()
|
D | amd_iommu.c | 1516 unsigned long long unmapped; in iommu_unmap_page() local 1522 unmapped = 0; in iommu_unmap_page() 1524 while (unmapped < page_size) { in iommu_unmap_page() 1537 unmapped += unmap_size; in iommu_unmap_page() 1540 BUG_ON(unmapped && !is_power_of_2(unmapped)); in iommu_unmap_page() 1542 return unmapped; in iommu_unmap_page()
|
/Linux-v4.19/drivers/remoteproc/ |
D | remoteproc_core.c | 884 size_t unmapped; in rproc_resource_cleanup() local 886 unmapped = iommu_unmap(rproc->domain, entry->da, entry->len); in rproc_resource_cleanup() 887 if (unmapped != entry->len) { in rproc_resource_cleanup() 890 unmapped); in rproc_resource_cleanup()
|
/Linux-v4.19/Documentation/vm/ |
D | zsmalloc.rst | 34 unmapped using zs_unmap_object().
|
D | transhuge.rst | 166 page->_mapcount of anonymous pages. File pages just got unmapped.
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | userfaultfd.rst | 207 end addresses of the unmapped area. 216 area is unmapped, either explicitly (with munmap() system call), or 221 UFFDIO_COPY on the unmapped area.
|
D | pagemap.rst | 42 skip over unmapped regions.
|
D | ksm.rst | 66 includes unmapped gaps (though working on the intervening mapped areas),
|
/Linux-v4.19/Documentation/ |
D | tee.txt | 31 any longer it should be unmapped with munmap() to allow the reuse of
|
/Linux-v4.19/mm/ |
D | khugepaged.c | 1110 int node = NUMA_NO_NODE, unmapped = 0; in khugepaged_scan_pmd() local 1127 if (++unmapped <= khugepaged_max_ptes_swap) { in khugepaged_scan_pmd() 1220 none_or_zero, result, unmapped); in khugepaged_scan_pmd()
|
D | migrate.c | 2143 unsigned long addr = start, unmapped = 0; in migrate_vma_collect_pmd() local 2285 unmapped++; in migrate_vma_collect_pmd() 2296 if (unmapped) in migrate_vma_collect_pmd()
|
/Linux-v4.19/Documentation/x86/ |
D | intel_mpx.txt | 84 is unmapped. 205 in the virtual address region which is being unmapped will be freed also.
|
/Linux-v4.19/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 19 through the IOMMU and faulting when encountering accesses to unmapped
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 351 u32 unmapped = (1 << MAX_PFC_PRIORITIES) - 1; /* all ones */ in bnx2x_dcbx_map_nw() local 359 unmapped &= ~(1 << ttp[i]); in bnx2x_dcbx_map_nw() 366 "cos %d extended with 0x%08x\n", i, unmapped); in bnx2x_dcbx_map_nw() 367 cos_params[i].pri_bitmask |= unmapped; in bnx2x_dcbx_map_nw()
|
/Linux-v4.19/Documentation/block/ |
D | queue-sysfs.txt | 32 the number of bytes that can be trimmed or unmapped in a single operation.
|
/Linux-v4.19/Documentation/driver-model/ |
D | devres.txt | 21 iomapped address should be kept and unmapped on driver detach. For
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-top.txt | 288 Pressing any unmapped key displays a menu, and prompts for input.
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | memcg_test.txt | 70 (b) fully unmapped.
|
/Linux-v4.19/Documentation/gpu/ |
D | drm-internals.rst | 185 be unmapped; on many devices, the ROM address decoder is shared with
|