| /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-4.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; 75 …TP_printk("mm=%p, scan_pfn=0x%lx, writable=%d, referenced=%d, none_or_zero=%d, status=%s, unmapped… 82 __entry->unmapped)
|
| /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()
|
| D | msm_iommu.c | 37 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()
|
| /kernel/linux/linux-4.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()
|
| /kernel/linux/linux-4.19/drivers/scsi/lpfc/ |
| D | lpfc_disc.h | 225 * nodes transition from the unmapped to the mapped list. 244 * and put on the unmapped list. For ADISC processing, the node is taken off 245 * the ADISC list and placed on either the mapped or unmapped list (depending 246 * on its previous state). Once on the unmapped list, a PRLI is issued and the 249 * node, the node is taken off the unmapped list. The binding list is checked 251 * assignment is unsuccessful, the node is left on the unmapped list. If 256 * For a Link Down, all nodes on the ADISC, PLOGI, unmapped or mapped 261 * For a Link Up or RSCN, all nodes will move from the mapped / unmapped lists 278 * 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-4.19/drivers/vfio/ |
| D | vfio_iommu_type1.c | 740 size_t unmapped = 0; in unmap_unpin_fast() local 744 unmapped = iommu_unmap_fast(domain->domain, *iova, len); in unmap_unpin_fast() 746 if (!unmapped) { in unmap_unpin_fast() 749 iommu_tlb_range_add(domain->domain, *iova, unmapped); in unmap_unpin_fast() 752 entry->len = unmapped; in unmap_unpin_fast() 755 *iova += unmapped; in unmap_unpin_fast() 764 if (*unmapped_cnt >= VFIO_IOMMU_TLB_SYNC_MAX || !unmapped) { in unmap_unpin_fast() 770 return unmapped; in unmap_unpin_fast() 778 size_t unmapped = iommu_unmap(domain->domain, *iova, len); in unmap_unpin_slow() local 780 if (unmapped) { in unmap_unpin_slow() [all …]
|
| /kernel/linux/linux-4.19/lib/ |
| D | devres.c | 66 * Managed ioremap(). Map is automatically unmapped on driver detach. 81 * Managed ioremap_uc(). Map is automatically unmapped on driver detach. 96 * Managed ioremap_nocache(). Map is automatically unmapped on driver 112 * Managed ioremap_wc(). Map is automatically unmapped on driver detach. 242 * Managed ioport_map(). Map is automatically unmapped on driver 309 * recorded in the iomap table are automatically unmapped on driver 338 * Managed pci_iomap(). Map is automatically unmapped on driver
|
| /kernel/linux/linux-4.19/drivers/dma/ipu/ |
| D | ipu_irq.c | 108 pr_err("IPU: %s(%u) - unmapped!\n", __func__, d->irq); in ipu_irq_unmask() 131 pr_err("IPU: %s(%u) - unmapped!\n", __func__, d->irq); in ipu_irq_mask() 153 pr_err("IPU: %s(%u) - unmapped!\n", __func__, d->irq); in ipu_irq_ack() 251 pr_debug("IPU: unmapped source %u from IRQ %u\n", in ipu_irq_unmap() 298 pr_err("IPU: Interrupt on unmapped source %u bank %d\n", in ipu_irq_handler()
|
| /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-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-5.10/drivers/vfio/ |
| D | vfio_iommu_type1.c | 834 size_t unmapped = 0; in unmap_unpin_fast() local 838 unmapped = iommu_unmap_fast(domain->domain, *iova, len, in unmap_unpin_fast() 841 if (!unmapped) { in unmap_unpin_fast() 846 entry->len = unmapped; in unmap_unpin_fast() 849 *iova += unmapped; in unmap_unpin_fast() 858 if (*unmapped_cnt >= VFIO_IOMMU_TLB_SYNC_MAX || !unmapped) { in unmap_unpin_fast() 864 return unmapped; in unmap_unpin_fast() 872 size_t unmapped = iommu_unmap(domain->domain, *iova, len); in unmap_unpin_slow() local 874 if (unmapped) { in unmap_unpin_slow() 877 unmapped >> PAGE_SHIFT, in unmap_unpin_slow() [all …]
|
| /kernel/linux/linux-4.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
|
| /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-5.10/Documentation/x86/x86_64/ |
| D | 5level-paging.rst | 49 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
|
| /kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
| D | ipu3-mmu.c | 383 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()
|
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| D | processor.h | 47 * Apparently the convention is that ld.so will ask for "unmapped" private 52 * you have to kick the "unmapped" base requests higher up.
|
| /kernel/linux/linux-4.19/arch/ia64/lib/ |
| D | flush.S | 20 * be careful not to touch addresses that may be unmapped). 73 * unmapped).
|
| /kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
| D | firmware.c | 159 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()
|
| /kernel/linux/linux-4.19/fs/crypto/ |
| D | bio.c | 80 /* The bounce data pages are unmapped. */ in fscrypt_pullback_bio_page() 84 /* The bounce data page is unmapped. */ in fscrypt_pullback_bio_page()
|
| /kernel/linux/linux-5.10/arch/ia64/lib/ |
| D | flush.S | 21 * be careful not to touch addresses that may be unmapped). 74 * unmapped).
|
| /kernel/linux/linux-4.19/arch/hexagon/include/asm/ |
| D | processor.h | 63 * Apparently the convention is that ld.so will ask for "unmapped" private 68 * you have to kick the "unmapped" base requests higher up.
|