Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_gem_shrinker.c113 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/
Dhuge_memory.h51 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/
Dvfio_iommu_type1.c703 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/
Darch-support.txt4 # description: arch supports deferral of TLB flush until multiple pages are unmapped
/Linux-v4.19/drivers/gpu/drm/etnaviv/
Detnaviv_mmu.c17 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/
D5level-paging.txt42 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/
Diommu.c1607 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()
Damd_iommu.c1516 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/
Dremoteproc_core.c884 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/
Dzsmalloc.rst34 unmapped using zs_unmap_object().
Dtranshuge.rst166 page->_mapcount of anonymous pages. File pages just got unmapped.
/Linux-v4.19/Documentation/admin-guide/mm/
Duserfaultfd.rst207 end addresses of the unmapped area.
216 area is unmapped, either explicitly (with munmap() system call), or
221 UFFDIO_COPY on the unmapped area.
Dpagemap.rst42 skip over unmapped regions.
Dksm.rst66 includes unmapped gaps (though working on the intervening mapped areas),
/Linux-v4.19/Documentation/
Dtee.txt31 any longer it should be unmapped with munmap() to allow the reuse of
/Linux-v4.19/mm/
Dkhugepaged.c1110 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()
Dmigrate.c2143 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/
Dintel_mpx.txt84 is unmapped.
205 in the virtual address region which is being unmapped will be freed also.
/Linux-v4.19/Documentation/devicetree/bindings/iommu/
Diommu.txt19 through the IOMMU and faulting when encountering accesses to unmapped
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c351 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/
Dqueue-sysfs.txt32 the number of bytes that can be trimmed or unmapped in a single operation.
/Linux-v4.19/Documentation/driver-model/
Ddevres.txt21 iomapped address should be kept and unmapped on driver detach. For
/Linux-v4.19/tools/perf/Documentation/
Dperf-top.txt288 Pressing any unmapped key displays a menu, and prompts for input.
/Linux-v4.19/Documentation/cgroup-v1/
Dmemcg_test.txt70 (b) fully unmapped.
/Linux-v4.19/Documentation/gpu/
Ddrm-internals.rst185 be unmapped; on many devices, the ROM address decoder is shared with

12