Home
last modified time | relevance | path

Searched full:unmapped (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/Linux-v5.10/include/trace/events/
Dhuge_memory.h54 int referenced, int none_or_zero, int status, int unmapped),
56 TP_ARGS(mm, page, writable, referenced, none_or_zero, status, unmapped),
65 __field(int, unmapped)
75 __entry->unmapped = unmapped;
78 …TP_printk("mm=%p, scan_pfn=0x%lx, writable=%d, referenced=%d, none_or_zero=%d, status=%s, unmapped
85 __entry->unmapped)
/Linux-v5.10/drivers/gpu/drm/msm/
Dmsm_gpu_trace.h132 TP_PROTO(u32 unmapped),
133 TP_ARGS(unmapped),
135 __field(u32, unmapped)
138 __entry->unmapped = unmapped;
140 TP_printk("Purging %u vmaps", __entry->unmapped)
Dmsm_gem_shrinker.c103 unsigned unmapped = 0; in msm_gem_shrinker_vmap() local
116 if (++unmapped >= 15) in msm_gem_shrinker_vmap()
124 *(unsigned long *)ptr += unmapped; in msm_gem_shrinker_vmap()
126 if (unmapped > 0) in msm_gem_shrinker_vmap()
127 trace_msm_gem_purge_vmaps(unmapped); in msm_gem_shrinker_vmap()
Dmsm_iommu.c37 size_t unmapped = 0; in msm_iommu_pagetable_unmap() local
41 unmapped += ops->unmap(ops, iova, 4096, NULL); in msm_iommu_pagetable_unmap()
48 return (unmapped == size) ? 0 : -EINVAL; in msm_iommu_pagetable_unmap()
/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_disc.h230 * nodes transition from the unmapped to the mapped list.
249 * and put on the unmapped list. For ADISC processing, the node is taken off
250 * the ADISC list and placed on either the mapped or unmapped list (depending
251 * on its previous state). Once on the unmapped list, a PRLI is issued and the
254 * node, the node is taken off the unmapped list. The binding list is checked
256 * assignment is unsuccessful, the node is left on the unmapped list. If
261 * For a Link Down, all nodes on the ADISC, PLOGI, unmapped or mapped
266 * For a Link Up or RSCN, all nodes will move from the mapped / unmapped lists
283 * unmapped lists.
/Linux-v5.10/drivers/dma/ipu/
Dipu_irq.c105 pr_err("IPU: %s(%u) - unmapped!\n", __func__, d->irq); in ipu_irq_unmask()
128 pr_err("IPU: %s(%u) - unmapped!\n", __func__, d->irq); in ipu_irq_mask()
150 pr_err("IPU: %s(%u) - unmapped!\n", __func__, d->irq); in ipu_irq_ack()
248 pr_debug("IPU: unmapped source %u from IRQ %u\n", in ipu_irq_unmap()
295 pr_err("IPU: Interrupt on unmapped source %u bank %d\n", in ipu_irq_handler()
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/
Dti,sci-inta.yaml37 Unmapped events ---->| | umapidx |-------------------------> Globalevents
78 ti,unmapped-event-sources:
81 Array of phandles to DMA controllers where the unmapped events originate.
/Linux-v5.10/lib/
Ddevres.c62 * Managed ioremap(). Map is automatically unmapped on driver detach.
77 * Managed ioremap_uc(). Map is automatically unmapped on driver detach.
92 * Managed ioremap_wc(). Map is automatically unmapped on driver detach.
261 * Managed ioport_map(). Map is automatically unmapped on driver
330 * recorded in the iomap table are automatically unmapped on driver
359 * Managed pci_iomap(). Map is automatically unmapped on driver
/Linux-v5.10/drivers/vfio/
Dvfio_iommu_type1.c811 size_t unmapped = 0; in unmap_unpin_fast() local
815 unmapped = iommu_unmap_fast(domain->domain, *iova, len, in unmap_unpin_fast()
818 if (!unmapped) { in unmap_unpin_fast()
823 entry->len = unmapped; in unmap_unpin_fast()
826 *iova += unmapped; in unmap_unpin_fast()
835 if (*unmapped_cnt >= VFIO_IOMMU_TLB_SYNC_MAX || !unmapped) { in unmap_unpin_fast()
841 return unmapped; in unmap_unpin_fast()
849 size_t unmapped = iommu_unmap(domain->domain, *iova, len); in unmap_unpin_slow() local
851 if (unmapped) { in unmap_unpin_slow()
854 unmapped >> PAGE_SHIFT, in unmap_unpin_slow()
[all …]
/Linux-v5.10/drivers/iommu/
Dvirtio-iommu.c343 * On success, returns the number of unmapped bytes (>= size)
348 size_t unmapped = 0; in viommu_del_mappings() local
369 unmapped += mapping->iova.last - mapping->iova.start + 1; in viommu_del_mappings()
376 return unmapped; in viommu_del_mappings()
768 size_t unmapped; in viommu_unmap() local
772 unmapped = viommu_del_mappings(vdomain, iova, size); in viommu_unmap()
773 if (unmapped < size) in viommu_unmap()
778 return unmapped; in viommu_unmap()
784 .virt_end = cpu_to_le64(iova + unmapped - 1), in viommu_unmap()
788 return ret ? 0 : unmapped; in viommu_unmap()
/Linux-v5.10/Documentation/x86/x86_64/
D5level-paging.rst49 to look for unmapped area by specified address. If it's already
50 occupied, we look for unmapped area in *full* address space, rather than
/Linux-v5.10/drivers/staging/media/ipu3/
Dipu3-mmu.c383 size_t unmapped_page, unmapped = 0; in imgu_mmu_unmap() local
402 while (unmapped < size) { in imgu_mmu_unmap()
407 dev_dbg(mmu->dev, "unmapped: iova 0x%lx size 0x%zx\n", in imgu_mmu_unmap()
411 unmapped += unmapped_page; in imgu_mmu_unmap()
416 return unmapped; in imgu_mmu_unmap()
/Linux-v5.10/arch/hexagon/include/asm/
Dprocessor.h47 * Apparently the convention is that ld.so will ask for "unmapped" private
52 * you have to kick the "unmapped" base requests higher up.
/Linux-v5.10/drivers/media/platform/qcom/venus/
Dfirmware.c159 size_t unmapped; in venus_shutdown_no_tz() local
174 unmapped = iommu_unmap(iommu, VENUS_FW_START_ADDR, mapped); in venus_shutdown_no_tz()
175 if (unmapped != mapped) in venus_shutdown_no_tz()
/Linux-v5.10/drivers/irqchip/
Dirq-ti-sci-inta.c90 * unmapped event sources.
91 * Unmapped Events are not part of the Global Event Map and
95 * generating Unmapped Event, we must use the INTA's TI-SCI
127 * For devices sending Unmapped Events we must use the INTA's TI-SCI in ti_sci_inta_get_dev_id()
622 count = of_count_phandle_with_args(node, "ti,unmapped-event-sources", NULL); in ti_sci_inta_get_unmapped_sources()
633 of_for_each_phandle(&it, err, node, "ti,unmapped-event-sources", NULL, 0) { in ti_sci_inta_get_unmapped_sources()
/Linux-v5.10/arch/ia64/lib/
Dflush.S21 * be careful not to touch addresses that may be unmapped).
74 * unmapped).
/Linux-v5.10/tools/testing/selftests/powerpc/signal/
Dsigreturn_vdso.c106 printf("Unmapped VDSO\n"); in test_sigreturn_vdso()
119 printf("Signal delivered OK with VDSO unmapped\n"); in test_sigreturn_vdso()
/Linux-v5.10/tools/lib/perf/
Dmmap.c175 * Check if event was unmapped due to a POLLHUP/POLLERR. in perf_mmap__read_init()
192 * Check if event was unmapped due to a POLLHUP/POLLERR. in perf_mmap__read_done()
260 * Check if event was unmapped due to a POLLHUP/POLLERR. in perf_mmap__read_event()
/Linux-v5.10/arch/x86/mm/
Dhugetlbpage.c90 * If hint address is above DEFAULT_MAP_WINDOW, look for unmapped area in hugetlb_get_unmapped_area_bottomup()
114 * If hint address is above DEFAULT_MAP_WINDOW, look for unmapped area in hugetlb_get_unmapped_area_topdown()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dvas-debug.c35 /* ensure window is not unmapped */ in info_show()
62 /* ensure window is not unmapped */ in hvwc_show()
/Linux-v5.10/fs/ntfs/
Dlcnalloc.h52 * record. This is needed when ntfs_cluster_free() encounters unmapped runlist
89 * entry and it will be left unmapped on return.
/Linux-v5.10/arch/mips/include/asm/octeon/
Dcvmx-address.h108 /* mapped or unmapped virtual address */
120 /* mapped or unmapped virtual address */
128 * physical address accessed through xkphys unmapped virtual
/Linux-v5.10/Documentation/admin-guide/mm/
Duserfaultfd.rst259 end addresses of the unmapped area.
268 area is unmapped, either explicitly (with munmap() system call), or
273 ``UFFDIO_COPY`` on the unmapped area.
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-reqbufs.rst67 orphaned and will be freed when they are unmapped or when the exported DMABUF
146 when they are unmapped or when the exported DMABUF fds are closed.
/Linux-v5.10/Documentation/features/vm/TLB/
Darch-support.txt4 # description: arch supports deferral of TLB flush until multiple pages are unmapped

12345678910>>...16