| /kernel/linux/linux-5.10/include/trace/events/ |
| D | huge_memory.h | 54 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)
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
| D | msm_gem_shrinker.c | 189 unsigned idx, unmapped = 0; in msm_gem_shrinker_vmap() local 192 for (idx = 0; lrus[idx] && unmapped < vmap_shrink_limit; idx++) { in msm_gem_shrinker_vmap() 193 unmapped += drm_gem_lru_scan(lrus[idx], in msm_gem_shrinker_vmap() 194 vmap_shrink_limit - unmapped, in msm_gem_shrinker_vmap() 199 *(unsigned long *)ptr += unmapped; in msm_gem_shrinker_vmap() 201 if (unmapped > 0) in msm_gem_shrinker_vmap() 202 trace_msm_gem_purge_vmaps(unmapped); in msm_gem_shrinker_vmap()
|
| D | msm_gpu_trace.h | 143 TP_PROTO(u32 unmapped), 144 TP_ARGS(unmapped), 146 __field(u32, unmapped) 149 __entry->unmapped = unmapped; 151 TP_printk("Purging %u vmaps", __entry->unmapped)
|
| D | msm_iommu.c | 98 size_t unmapped, pgsize, count; in msm_iommu_pagetable_unmap() local 102 unmapped = ops->unmap_pages(ops, iova, pgsize, count, NULL); in msm_iommu_pagetable_unmap() 103 if (!unmapped) in msm_iommu_pagetable_unmap() 106 iova += unmapped; in msm_iommu_pagetable_unmap() 107 size -= unmapped; in msm_iommu_pagetable_unmap()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
| D | msm_gpu_trace.h | 132 TP_PROTO(u32 unmapped), 133 TP_ARGS(unmapped), 135 __field(u32, unmapped) 138 __entry->unmapped = unmapped; 140 TP_printk("Purging %u vmaps", __entry->unmapped)
|
| D | msm_gem_shrinker.c | 103 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()
|
| /kernel/linux/linux-6.6/include/trace/events/ |
| D | huge_memory.h | 59 int referenced, int none_or_zero, int status, int unmapped), 61 TP_ARGS(mm, page, writable, referenced, none_or_zero, status, unmapped), 70 __field(int, unmapped) 80 __entry->unmapped = unmapped; 83 …TP_printk("mm=%p, scan_pfn=0x%lx, writable=%d, referenced=%d, none_or_zero=%d, status=%s, unmapped… 90 __entry->unmapped)
|
| /kernel/linux/linux-6.6/mm/damon/ |
| D | vaddr.c | 104 * Find three regions separated by two biggest unmapped regions 110 * separated by the two biggest unmapped regions in the space. Please refer to 199 * is actually mapped to the memory and accessed, monitoring the unmapped 204 * with the noise by simply identifying the unmapped areas as a region that 206 * unmapped areas inside will make the adaptive mechanism quite complex. That 207 * said, too huge unmapped areas inside the monitoring target should be removed 212 * between the three regions are the two biggest unmapped areas in the given 214 * end of the mappings and the two biggest unmapped areas of the address space. 223 * region and the stack will be two biggest unmapped regions. Because these 225 * two biggest unmapped regions will be sufficient to make a trade-off. [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
| D | lpfc_disc.h | 229 * nodes transition from the unmapped to the mapped list. 248 * and put on the unmapped list. For ADISC processing, the node is taken off 249 * the ADISC list and placed on either the mapped or unmapped list (depending 250 * on its previous state). Once on the unmapped list, a PRLI is issued and the 253 * node, the node is taken off the unmapped list. The binding list is checked 255 * assignment is unsuccessful, the node is left on the unmapped list. If 260 * For a Link Down, all nodes on the ADISC, PLOGI, unmapped or mapped 265 * For a Link Up or RSCN, all nodes will move from the mapped / unmapped lists 282 * unmapped lists.
|
| /kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
| D | lpfc_disc.h | 232 * nodes transition from the unmapped to the mapped list. 251 * and put on the unmapped list. For ADISC processing, the node is taken off 252 * the ADISC list and placed on either the mapped or unmapped list (depending 253 * on its previous state). Once on the unmapped list, a PRLI is issued and the 256 * node, the node is taken off the unmapped list. The binding list is checked 258 * assignment is unsuccessful, the node is left on the unmapped list. If 263 * For a Link Down, all nodes on the ADISC, PLOGI, unmapped or mapped 268 * For a Link Up or RSCN, all nodes will move from the mapped / unmapped lists 285 * unmapped lists.
|
| /kernel/linux/linux-6.6/drivers/iommu/amd/ |
| D | io_pgtable_v2.c | 296 unsigned long unmapped = 0; in iommu_v2_unmap_pages() local 303 while (unmapped < size) { in iommu_v2_unmap_pages() 306 return unmapped; in iommu_v2_unmap_pages() 311 unmapped += unmap_size; in iommu_v2_unmap_pages() 314 return unmapped; in iommu_v2_unmap_pages()
|
| D | io_pgtable.c | 444 unsigned long long unmapped; in iommu_v1_unmap_pages() local 451 unmapped = 0; in iommu_v1_unmap_pages() 453 while (unmapped < size) { in iommu_v1_unmap_pages() 462 return unmapped; in iommu_v1_unmap_pages() 466 unmapped += unmap_size; in iommu_v1_unmap_pages() 469 return unmapped; in iommu_v1_unmap_pages()
|
| /kernel/linux/linux-5.10/drivers/dma/ipu/ |
| D | ipu_irq.c | 105 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()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | ti,sci-inta.yaml | 37 Unmapped events ---->| | umapidx |-------------------------> Globalevents 78 ti,unmapped-event-sources: 81 Array of phandles to DMA controllers where the unmapped events originate.
|
| /kernel/linux/linux-6.6/drivers/vfio/ |
| D | vfio_iommu_type1.c | 986 size_t unmapped = 0; in unmap_unpin_fast() local 990 unmapped = iommu_unmap_fast(domain->domain, *iova, len, in unmap_unpin_fast() 993 if (!unmapped) { in unmap_unpin_fast() 998 entry->len = unmapped; in unmap_unpin_fast() 1001 *iova += unmapped; in unmap_unpin_fast() 1010 if (*unmapped_cnt >= VFIO_IOMMU_TLB_SYNC_MAX || !unmapped) { in unmap_unpin_fast() 1016 return unmapped; in unmap_unpin_fast() 1024 size_t unmapped = iommu_unmap(domain->domain, *iova, len); in unmap_unpin_slow() local 1026 if (unmapped) { in unmap_unpin_slow() 1029 unmapped >> PAGE_SHIFT, in unmap_unpin_slow() [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | devres.c | 62 * 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
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/ |
| D | ti,sci-inta.yaml | 37 Unmapped events ---->| | umapidx |-------------------------> Globalevents 81 ti,unmapped-event-sources: 86 Array of phandles to DMA controllers where the unmapped events originate.
|
| /kernel/linux/linux-6.6/mm/ |
| D | migrate_device.c | 65 unsigned long addr = start, unmapped = 0; in migrate_vma_collect_pmd() local 258 unmapped++; in migrate_vma_collect_pmd() 270 if (unmapped) in migrate_vma_collect_pmd() 363 unsigned long unmapped = 0; in migrate_device_unmap() local 373 unmapped++; in migrate_device_unmap() 411 unmapped++; in migrate_device_unmap() 430 return unmapped; in migrate_device_unmap() 460 * and unmapped, check whether each page is pinned or not. Pages that aren't 545 * At this point pages are locked and unmapped, and thus they have in migrate_vma_setup() 709 * called if the page could not be unmapped. in __migrate_device_pages()
|
| /kernel/linux/linux-5.10/drivers/vfio/ |
| D | vfio_iommu_type1.c | 894 size_t unmapped = 0; in unmap_unpin_fast() local 898 unmapped = iommu_unmap_fast(domain->domain, *iova, len, in unmap_unpin_fast() 901 if (!unmapped) { in unmap_unpin_fast() 906 entry->len = unmapped; in unmap_unpin_fast() 909 *iova += unmapped; in unmap_unpin_fast() 918 if (*unmapped_cnt >= VFIO_IOMMU_TLB_SYNC_MAX || !unmapped) { in unmap_unpin_fast() 924 return unmapped; in unmap_unpin_fast() 932 size_t unmapped = iommu_unmap(domain->domain, *iova, len); in unmap_unpin_slow() local 934 if (unmapped) { in unmap_unpin_slow() 937 unmapped >> PAGE_SHIFT, in unmap_unpin_slow() [all …]
|
| /kernel/linux/linux-6.6/include/linux/dma/ |
| D | k3-psil.h | 56 * @flow_start: PKDMA flow range start of mapped channel. Unmapped 58 * @flow_num: PKDMA flow count of mapped channel. Unmapped channels
|
| /kernel/linux/linux-6.6/Documentation/translations/zh_CN/mm/damon/ |
| D | design.rst | 57 <BIG UNMAPPED REGION 1> 61 <BIG UNMAPPED REGION 2>
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/marvell/ |
| D | octeontx2.rst | 172 - Error due to operation of unmapped PF. 186 - Error due to unmapped slot. 236 - Receive packet on an unmapped PF. 248 - Error due to unmapped slot. 290 Rx on unmapped PF_FUNC
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
| D | nouveau_exec.c | 35 * mapping. If such memory backed mappings are unmapped the kernel will make 38 * will result in those memory backed mappings being unmapped first. 48 * backed mappings being mapped and unmapped, either within a single or multiple 54 * of the previously unmapped sparse mapping within the same VM_BIND ioctl 56 * range of the previously unmapped sparse mapping within the same VM_BIND
|
| /kernel/linux/linux-5.10/drivers/iommu/ |
| D | virtio-iommu.c | 343 * 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()
|
| /kernel/linux/linux-6.6/lib/ |
| D | devres.c | 67 * Managed ioremap(). Map is automatically unmapped on driver detach. 82 * Managed ioremap_uc(). Map is automatically unmapped on driver detach. 97 * Managed ioremap_wc(). Map is automatically unmapped on driver detach. 271 * Managed ioport_map(). Map is automatically unmapped on driver 341 * recorded in the iomap table are automatically unmapped on driver 371 * Managed pci_iomap(). Map is automatically unmapped on driver
|