| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A 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)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A 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)
|
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A 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 196 * is actually mapped to the memory and accessed, monitoring the unmapped 201 * with the noise by simply identifying the unmapped areas as a region that 203 * unmapped areas inside will make the adaptive mechanism quite complex. That 204 * said, too huge unmapped areas inside the monitoring target should be removed 209 * between the three regions are the two biggest unmapped areas in the given 211 * end of the mappings and the two biggest unmapped areas of the address space. 220 * region and the stack will be two biggest unmapped regions. Because these 222 * two biggest unmapped regions will be sufficient to make a trade-off. [all …]
|
| H A D | vaddr-test.h | 52 * regions should not include the two biggest unmapped areas in the original 55 * Because these two unmapped areas are very huge but obviously never accessed, 60 * unmapped areas. After that, based on the information, it constructs the 68 * and end with 305. The process also has three unmapped areas, 25-200, 70 * unmapped areas, and thus it should be converted to three regions of 10-25,
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A 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.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Overlay-Commands.html | 108 <var>overlay</var> are now unmapped. 116 When an overlay is unmapped, <small>GDB</small> assumes it can find the 153 unmapped overlays, and prints the names of unmapped functions with 155 unmapped overlay, <small>GDB</small> prints it this way: 177 <code>break</code> and <code>disassemble</code>, to work normally, even on unmapped 183 You can set breakpoints in functions in unmapped overlays, as long as 186 unmapped overlays. However, if you set a breakpoint at the end of your
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Overlay-Commands.html | 108 <var>overlay</var> are now unmapped. 116 When an overlay is unmapped, <small>GDB</small> assumes it can find the 153 unmapped overlays, and prints the names of unmapped functions with 155 unmapped overlay, <small>GDB</small> prints it this way: 177 <code>break</code> and <code>disassemble</code>, to work normally, even on unmapped 183 You can set breakpoints in functions in unmapped overlays, as long as 186 unmapped overlays. However, if you set a breakpoint at the end of your
|
| /OK3568_Linux_fs/kernel/drivers/dma/ipu/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/vfio/ |
| H A D | vfio_iommu_type1.c | 893 size_t unmapped = 0; in unmap_unpin_fast() local 897 unmapped = iommu_unmap_fast(domain->domain, *iova, len, in unmap_unpin_fast() 900 if (!unmapped) { in unmap_unpin_fast() 905 entry->len = unmapped; in unmap_unpin_fast() 908 *iova += unmapped; in unmap_unpin_fast() 917 if (*unmapped_cnt >= VFIO_IOMMU_TLB_SYNC_MAX || !unmapped) { in unmap_unpin_fast() 923 return unmapped; in unmap_unpin_fast() 931 size_t unmapped = iommu_unmap(domain->domain, *iova, len); in unmap_unpin_slow() local 933 if (unmapped) { in unmap_unpin_slow() 936 unmapped >> PAGE_SHIFT, in unmap_unpin_slow() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A 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
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | dmx.xml | 2031 1.37 Circulate Unmapped window (200 kids) 2036 0.75 Circulate Unmapped window (4 kids) 2037 0.79 Circulate Unmapped window (16 kids) 2038 0.80 Circulate Unmapped window (25 kids) 2039 0.82 Circulate Unmapped window (50 kids) 2040 0.85 Circulate Unmapped window (75 kids) 2064 1.15 Circulate Unmapped window (4 kids) 2074 0.76 Circulate Unmapped window (75 kids) 2075 0.83 Circulate Unmapped window (100 kids) 2136 0.89 Resize unmapped window (75 kids) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-ti-sci-inta.c | 90 * 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()
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/ |
| H A D | mmap.c | 175 * 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/signal/ |
| H A D | sigreturn_vdso.c | 106 printf("Unmapped VDSO\n"); in test_sigreturn_vdso() 119 printf("Signal delivered OK with VDSO unmapped\n"); in test_sigreturn_vdso()
|
| /OK3568_Linux_fs/kernel/arch/ia64/lib/ |
| H A D | flush.S | 21 * be careful not to touch addresses that may be unmapped). 74 * unmapped).
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/mmu/backend/ |
| H A D | mali_kbase_mmu_jm.c | 81 /* switch to UNMAPPED mode, will abort all jobs and stop any hw counter in kbase_gpu_report_bus_fault_and_kill() 86 /* Set the MMU into unmapped mode */ in kbase_gpu_report_bus_fault_and_kill() 175 /* switch to UNMAPPED mode, will abort all jobs and stop in kbase_mmu_report_fault_and_kill() 267 * We need to switch to UNMAPPED mode - but we do this in a in kbase_mmu_interrupt_process()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-address.h | 108 /* mapped or unmapped virtual address */ 120 /* mapped or unmapped virtual address */ 128 * physical address accessed through xkphys unmapped virtual
|